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: CHANGELOG.md
+19
Original file line number
Diff line number
Diff line change
@@ -4,6 +4,25 @@
4
4
5
5
- "You miss 100 percent of the chances you don't take. — Wayne Gretzky" — Michael Scott
6
6
7
+
## 7.16.0
8
+
9
+
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.
10
+
11
+
- feat(node): Export Span type from `@sentry/types` (#5982)
12
+
- feat(svelte): Add `withSentryConfig` function to wrap User Svelte Configuration (#5936)
13
+
- fix(nextjs): Correctly apply auto-instrumentation to pages in `src` folder (#5984)
14
+
- fix(nextjs): Fix typing issue with `withSentryConfig` and `NextConfig` (#5967)
15
+
- fix(react): Support root and wildcard routes in react router v6 (#5971)
16
+
- fix(remix): Add yargs dependency for uploading sourcemaps (#5926)
17
+
- fix(svelte): Track components without script tags (#5957)
- ref(nextjs): Don't assert existance of `pageProps` in `_app` (#5945)
22
+
- ref(utils): Deprecate `getGlobalObject` as it's no longer used (#5949)
23
+
24
+
Work in this release contributed by @jeengbe. Thank you for your contribution!
25
+
7
26
## 7.15.0
8
27
9
28
This release deprecates `@sentry/hub` and all of it's exports. All of the `@sentry/hub` exports have moved to `@sentry/core`. `@sentry/hub` will be removed in the next major release.
0 commit comments