Skip to content
Prev Previous commit
Next Next commit
typo
Co-authored-by: Manoel Aranda Neto <[email protected]>
  • Loading branch information
rxlabz and marandaneto authored Oct 27, 2020
commit aeb42dc67c8a6e08f5ffc6b4dee44b45a36bd85a
2 changes: 1 addition & 1 deletion dart/lib/src/scope.dart
Original file line number Diff line number Diff line change
Expand Up @@ -164,7 +164,7 @@ class Scope {

// Merge the scope tags
// if the scope and the event have tag entries with the same key,
// the event tags will be keeped
// the event tags will be kept
event = event.copyWith(
tags: tags.map((key, value) => MapEntry(key, value))
..addAll(event.tags ?? {}),
Expand Down