captureEnvelope method

Future<SentryId?> captureEnvelope(
  1. SentryEnvelope envelope
)

Reports the envelope to Sentry.io.

Implementation

Future<SentryId?> captureEnvelope(SentryEnvelope envelope) {
  return _attachClientReportsAndSend(envelope);
}