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 20, 2020
commit 0f3c1041bba37ac8b14868dae27b33230e8dec74
2 changes: 1 addition & 1 deletion dart/lib/src/hub.dart
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ class Hub {
} catch (err) {
_options.logger(
SentryLevel.error,
'Error while capturing event with id: ${event.eventId}',
'Error while capturing event with id: ${event.eventId.toString()}',
);
} finally {
_lastEventId = sentryId;
Expand Down