Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
fix
  • Loading branch information
marandaneto committed Oct 22, 2020
commit 59c9d7588f1f3063100749d390223e1820eef94e
2 changes: 1 addition & 1 deletion dart/test/scope_test.dart
Original file line number Diff line number Diff line change
Expand Up @@ -214,7 +214,7 @@ class Fixture {
return Scope(options);
}

Event processor(Event event, dynamic hint) => null;
SentryEvent processor(SentryEvent event, dynamic hint) => null;

Breadcrumb beforeBreadcrumbCallback(Breadcrumb breadcrumb, dynamic hint) =>
null;
Expand Down