Feature
- Set snapshot to
trueif stacktrace is not provided (#2000)- If the stacktrace is not provided, the Sentry SDK will fetch the current stacktrace via
StackTrace.currentand the snapshot will be set totrue- this may change the grouping behavior snapshot = truemeans it's a synthetic exception, reflecting the current state of the thread rather than the stack trace of a real exception
- If the stacktrace is not provided, the Sentry SDK will fetch the current stacktrace via
Fixes
- Timing metric aggregates metrics in the created span (#1994)