7.16.0
This release adds the withSentryConfig feature to the Svelte SDK. It replaces the now deprecated Svelte componentTrackingPreprocessor which will be removed in the next major release.
- feat(node): Export Span type from
@sentry/types(#5982) - feat(svelte): Add
withSentryConfigfunction to wrap User Svelte Configuration (#5936) - fix(nextjs): Correctly apply auto-instrumentation to pages in
srcfolder (#5984) - fix(nextjs): Fix typing issue with
withSentryConfigandNextConfig(#5967) - fix(react): Support root and wildcard routes in react router v6 (#5971)
- fix(remix): Add yargs dependency for uploading sourcemaps (#5926)
- fix(svelte): Track components without script tags (#5957)
- fix(utils): Rename
global.ts->worldwide.ts(#5969) - fix(vue): Start pageload transaction earlier to capture missing spans (#5983)
- ref(build): Remove
constToVarPlugin(#5970) - ref(nextjs): Don't assert existance of
pagePropsin_app(#5945) - ref(utils): Deprecate
getGlobalObjectas it's no longer used (#5949)
Work in this release contributed by @jeengbe. Thank you for your contribution!