Skip to content

Commit 8d3851c

Browse files
authored
Merge pull request #15349 from getsentry/prepare-release/9.0.0
meta(changelog): Update changelog for 9.0.0
2 parents 3c48ac6 + 538fc0a commit 8d3851c

File tree

1 file changed

+7
-5
lines changed

1 file changed

+7
-5
lines changed

CHANGELOG.md

+7-5
Original file line numberDiff line numberDiff line change
@@ -10,19 +10,19 @@
1010

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

13-
### 9.0.0
13+
## 9.0.0
1414

1515
Version `9.0.0` marks a release of the Sentry JavaScript SDKs that contains breaking changes.
1616
The goal of this release is to trim down on unused and potentially confusing APIs, prepare the SDKs for future framework versions to build deeper instrumentation, and remove old polyfills to reduce the packages' size.
1717

18-
#### How To Upgrade
18+
### How To Upgrade
1919

2020
Please carefully read through the migration guide in the Sentry docs on how to upgrade from version 8 to version 9.
2121
Make sure to select your specific platform/framework in the top left corner: https://docs.sentry.io/platforms/javascript/migration/v8-to-v9/
2222

2323
A comprehensive migration guide outlining all changes for all the frameworks can be found within the Sentry JavaScript SDK Repository: https://github.com/getsentry/sentry-javascript/blob/develop/MIGRATION.md
2424

25-
#### Breaking Changes
25+
### Breaking Changes
2626

2727
- doc(deno)!: Make Deno v2 the minimum supported version (#15085)
2828
- feat!: Bump typescript to `~5.0.0` (#14758)
@@ -101,7 +101,7 @@ A comprehensive migration guide outlining all changes for all the frameworks can
101101
- ref(core)!: Remove `Scope` type interface in favor of using `Scope` class (#14721)
102102
- ref(core)!: Remove backwards compatible SentryCarrier type (#14697)
103103

104-
#### Other Changes
104+
### Other Changes
105105

106106
- chore(browser): Export ipAddress helpers for use in other SDKs (#15079)
107107
- deps(node): Bump `import-in-the-middle` to `1.12.0` (#14796)
@@ -126,12 +126,14 @@ A comprehensive migration guide outlining all changes for all the frameworks can
126126
- feat(deps): bump @opentelemetry/instrumentation-mongodb from 0.50.0 to 0.51.0 (#14871)
127127
- feat(deps): bump @opentelemetry/instrumentation-tedious from 0.17.0 to 0.18.0 (#14868)
128128
- feat(deps): bump @sentry/cli from 2.39.1 to 2.41.1 (#15173)
129+
- feat(flags): Add Statsig browser integration (#15319)
129130
- feat(gatsby): Preserve user-provided source map settings (#15006)
130131
- feat(nestjs): Remove `SentryTracingInterceptor`, `SentryGlobalGraphQLFilter`, `SentryGlobalGenericFilter` (#14761)
131132
- feat(nextjs): Directly forward `sourcemaps.disable` to webpack plugin (#15109)
132-
- feat(node): Add missing `vercelAIIntegration` export (#15318)
133133
- feat(node): Add `processSessionIntegration` (#15081)
134+
- feat(node): Add missing `vercelAIIntegration` export (#15318)
134135
- feat(node): Capture exceptions from `worker_threads` (#15105)
136+
- feat(nuxt): Add enabled to disable Sentry module (#15337)
135137
- feat(nuxt): add `silent`, `errorHandler`, `release` to `SourceMapsOptions` (#15246)
136138
- feat(profiling-node): Use `@sentry-internal/node-cpu-profiler` (#15208)
137139
- feat(replay): Update fflate to 0.8.2 (#14867)

0 commit comments

Comments
 (0)