Skip to content

Commit

Permalink
update file mocks
Browse files Browse the repository at this point in the history
  • Loading branch information
martinhaintz committed Nov 19, 2024
1 parent b9fbb3a commit 557958f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions file/test/mock_sentry_client.dart
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ class MockSentryClient with NoSuchMethodProvider implements SentryClient {
SentryTransaction transaction, {
Scope? scope,
SentryTraceContextHeader? traceContext,
Hint? hint,
}) async {
captureTransactionCalls
.add(CaptureTransactionCall(transaction, traceContext, scope));
Expand Down

0 comments on commit 557958f

Please sign in to comment.