We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e2993d6 commit ff11882Copy full SHA for ff11882
dart/lib/src/hub_adapter.dart
@@ -96,10 +96,8 @@ class HubAdapter implements Hub {
96
SentryId get lastEventId => Sentry.lastEventId;
97
98
@override
99
- Future<SentryId> captureTransaction(
100
- SentryTransaction transaction, {
101
- SentryTraceContextHeader? traceContext
102
- }) =>
+ Future<SentryId> captureTransaction(SentryTransaction transaction,
+ {SentryTraceContextHeader? traceContext}) =>
103
Sentry.currentHub.captureTransaction(
104
transaction,
105
traceContext: traceContext,
0 commit comments