We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f42fb65 commit fecfd25Copy full SHA for fecfd25
dart/test/sentry_client_test.dart
@@ -516,8 +516,6 @@ void main() {
516
final client = fixture.getSut();
517
await client.captureEvent(event, scope: scope);
518
519
- expect(scope.breadcrumbs.first.toJson(), crumb.toJson()); // Test if scope has crumb in flaky test
520
-
521
final capturedEnvelope = (fixture.transport).envelopes.first;
522
final capturedEvent = await eventFromEnvelope(capturedEnvelope);
523
0 commit comments