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
Next Next commit
ignore omit_local_variable_types
  • Loading branch information
marandaneto committed Oct 20, 2020
commit 30fa7a93c6e7d6fa89501df4125264e1ccaed04e
1 change: 1 addition & 0 deletions dart/test/stack_trace_test.dart
Original file line number Diff line number Diff line change
Expand Up @@ -80,6 +80,7 @@ void main() {
});

test('allows changing the stack frame list before sending', () {
// ignore: omit_local_variable_types
final StackFrameFilter filter =
(list) => list.where((f) => f['abs_path'] != 'secret.dart').toList();

Expand Down