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
This commit was created on GitHub.com and signed with GitHub’s verified signature.
Feature
Set snapshot to true if stacktrace is not provided (#2000)
If the stacktrace is not provided, the Sentry SDK will fetch the current stacktrace via StackTrace.current and the snapshot will be set to true - this may change the grouping behavior
snapshot = true means it's a synthetic exception, reflecting the current state of the thread rather than the stack trace of a real exception
Fixes
Timing metric aggregates metrics in the created span (#1994)