Skip to content

Commit 94c2099

Browse files
committed
Add doc for captureEnvelope
1 parent 2b47068 commit 94c2099

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

dart/lib/src/sentry_client.dart

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -197,6 +197,7 @@ class SentryClient {
197197
return captureEvent(event, scope: scope, hint: hint);
198198
}
199199

200+
/// Reports the [envelope] to Sentry.io.
200201
Future<SentryId?> captureEnvelope(SentryEnvelope envelope) {
201202
return _options.transport.sendSentryEnvelope(envelope);
202203
}

0 commit comments

Comments
 (0)