Features
-
Export New JS Performance API (#3371)
// Start a span that tracks the duration of expensiveFunction const result = Sentry.startSpan({ name: 'important function' }, () => { return expensiveFunction(); });
Read more at https://github.com/getsentry/sentry-javascript/blob/develop/CHANGELOG.md#7690
-
Report current screen in
contexts.app.view_names
(#3339)
Fixes
- Remove
platform: node
from Debug Builds Events (#3377)