You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: dart/lib/src/protocol/sentry_event.dart
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -59,7 +59,7 @@ class SentryEvent with SentryEventLike<SentryEvent> {
59
59
/// The ID Sentry.io assigned to the submitted event for future reference.
60
60
finalSentryId eventId;
61
61
62
-
/// A timestamp representing when the breadcrumb occurred.
62
+
/// A timestamp representing when the event occurred.
63
63
finalDateTime? timestamp;
64
64
65
65
/// A string representing the platform the SDK is submitting from. This will be used by the Sentry interface to customize various components in the interface.
0 commit comments