DioEventProcessor constructor

DioEventProcessor(
  1. SentryOptions _options,
  2. MaxRequestBodySize _maxRequestBodySize,
  3. MaxResponseBodySize _maxResponseBodySize
)

This is an EventProcessor, which improves crash reports of DioErrors.

Implementation

DioEventProcessor(
  this._options,
  this._maxRequestBodySize,
  this._maxResponseBodySize,
);