Skip to content

Commit 57a3130

Browse files
committed
meta: Update 6.17.0 CHANGELOG
1 parent fcd97c4 commit 57a3130

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

CHANGELOG.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,20 +8,21 @@
88

99
This release contains several internal refactors that help reduce the bundle size of the SDK and help prep for our [upcoming major release](https://github.com/getsentry/sentry-javascript/issues/4240). There are no breaking changes in this patch unless you are using our internal `Dsn` class, which has been removed. We also deprecated a few of our typescript enums and our internal `API` class. We've detailed in our [migration documentation](./MIGRATION.md#upgrading-from-6.x-to-6.17.0) how to update your sdk usage if you are using any of these in your code.
1010

11-
- feat: Undeprecate Severity Enum (#4412)
1211
- feat: Remove Dsn class (#4325)
1312
- feat(core): Add processing metadata to scope and event (#4252)
1413
- feat(core): Deprecate API class (#4281)
1514
- feat(ember): Update ember dependencies (#4253)
1615
- fix(nextjs): Inject sentry.x.config.js into pages/_error (#4397)
1716
- fix(nextjs): Add sentry-cli existence check for enabling webpack plugin #4311
1817
- ref(tracing): deprecate span status enum (#4299)
18+
- ref(tracing): Remove script evaluation span (#4433)
1919
- ref(types): drop unused logLevel (#4317)
2020
- ref(types): deprecate request status enum (#4316)
2121
- ref(types): deprecate outcome enum (#4315)
2222
- ref(types): deprecate transactionmethod enum (#4314)
2323
- ref(types): deprecate status enum (#4298)
24-
- ref(types): deprecate severity enum (#4280)
24+
- ref(utils): improve invalid dsn error message (#4430)
25+
- fix(vue): Prioritize app variable to avoid duplicate name pollution (#4437)
2526

2627
Work in this release contributed by @yordis. Thank you for your contribution!
2728

0 commit comments

Comments
 (0)