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 32aae07 commit 00ccde1Copy full SHA for 00ccde1
dart/test/sentry_client_test.dart
@@ -348,7 +348,6 @@ void main() {
348
});
349
350
test('should return empty for when transaction is discarded', () async {
351
-
352
final client = fixture.getSut(eventProcessor: DropAllEventProcessor());
353
final tr = SentryTransaction(fixture.tracer);
354
final id = await client.captureTransaction(tr);
0 commit comments