Skip to content

Commit

Permalink
update dio mocks
Browse files Browse the repository at this point in the history
  • Loading branch information
martinhaintz committed Nov 19, 2024
1 parent 7042c14 commit b9fbb3a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions dio/test/mocks/mock_hub.dart
Original file line number Diff line number Diff line change
Expand Up @@ -117,6 +117,7 @@ class MockHub with NoSuchMethodProvider implements Hub {
Future<SentryId> captureTransaction(
SentryTransaction transaction, {
SentryTraceContextHeader? traceContext,
Hint? hint
}) async {
captureTransactionCalls.add(transaction);
return transaction.eventId;
Expand Down

0 comments on commit b9fbb3a

Please sign in to comment.