SentryResponseParser constructor

SentryResponseParser({
  1. ResponseParser? inner,
  2. Hub? hub,
})

Implementation

SentryResponseParser({ResponseParser? inner, Hub? hub})
    : inner = inner ?? const ResponseParser(),
      _hub = hub ?? HubAdapter();