Skip to content

Commit fa1e0bd

Browse files
committed
meta: Update changelog for 7.16.0
1 parent 12a4297 commit fa1e0bd

File tree

1 file changed

+24
-0
lines changed

1 file changed

+24
-0
lines changed

CHANGELOG.md

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,30 @@
44

55
- "You miss 100 percent of the chances you don't take. — Wayne Gretzky" — Michael Scott
66

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(node): Improve logging in express scope tag match test (#5977)
15+
- fix(remix): Add yargs dependency for uploading sourcemaps (#5926)
16+
- fix(svelte): Track components without script tags (#5957)
17+
- fix(utils): Rename `global.ts` -> `worldwide.ts` (#5969)
18+
- fix(vue): Start pageload transaction earlier to capture missing spans (#5983)
19+
- ref(browser): Remove `getGlobalObject()` usage from `@sentry/browser` (#5884)
20+
- ref(build): Remove `constToVarPlugin` (#5970)
21+
- ref(core): Remove `getGlobalObject()` usage from `@sentry/core` (#5914)
22+
- ref(nextjs): Don't assert existance of `pageProps` in `_app` (#5945)
23+
- ref(tracing): Remove `getGlobalObject()` usage from `@sentry/tracing` (#5885)
24+
- ref(utils): Deprecate `getGlobalObject` as it's no longer used (#5949)
25+
- ref(utils): Remove `getGlobalObject()` usage from `@sentry/node` and `integrations` (#5947)
26+
- ref(utils): Remove `getGlobalObject()` usage from all framework specific SDKs (#5948)
27+
- ref(utils): Remove `getGlobalObject` usage from utils (#5831)
28+
29+
Work in this release contributed by @jeengbe. Thank you for your contribution!
30+
731
## 7.15.0
832

933
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

Comments
 (0)