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
+3-2Lines changed: 3 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -8,20 +8,21 @@
8
8
9
9
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.
10
10
11
-
- feat: Undeprecate Severity Enum (#4412)
12
11
- feat: Remove Dsn class (#4325)
13
12
- feat(core): Add processing metadata to scope and event (#4252)
14
13
- feat(core): Deprecate API class (#4281)
15
14
- feat(ember): Update ember dependencies (#4253)
16
15
- fix(nextjs): Inject sentry.x.config.js into pages/_error (#4397)
17
16
- fix(nextjs): Add sentry-cli existence check for enabling webpack plugin #4311
18
17
- ref(tracing): deprecate span status enum (#4299)
0 commit comments