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
fix TODO
  • Loading branch information
marandaneto committed Oct 21, 2020
commit 15c53ab5a2e9f4c144ab78c08d5aa379a0f6adc3
2 changes: 1 addition & 1 deletion dart/lib/src/scope.dart
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ class Scope {

Map<String, dynamic> get extra => Map.unmodifiable(_extra);

// TODO: EventProcessors, Contexts, BeforeBreadcrumbCallback, Breadcrumb Hint, clone
// TODO: Contexts

/// Scope's event processor list
final List<EventProcessor> _eventProcessors = [];
Expand Down