Skip to content
Merged
Prev Previous commit
Next Next commit
Update
  • Loading branch information
buenaflor committed Jul 8, 2024
commit 03334750fbf7629b53235aa6ef607be3b3fe6721
3 changes: 3 additions & 0 deletions dart/test/mocks/mock_envelope.dart
Original file line number Diff line number Diff line change
Expand Up @@ -23,4 +23,7 @@ class MockEnvelope implements SentryEnvelope {

@override
List<SentryEnvelopeItem> items = [];

@override
bool get containsUnhandledException => false;
}