captureEnvelope method
Reports the envelope
to Sentry.io.
Implementation
Future<SentryId?> captureEnvelope(SentryEnvelope envelope) {
return _options.transport.send(envelope);
}
Reports the envelope
to Sentry.io.
Future<SentryId?> captureEnvelope(SentryEnvelope envelope) {
return _options.transport.send(envelope);
}