-
-
Notifications
You must be signed in to change notification settings - Fork 1.7k
meta: CHANGELOG for 6.17.0 #4421
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Changes from 1 commit
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
Original file line number | Diff line number | Diff line change | ||||
---|---|---|---|---|---|---|
|
@@ -4,9 +4,15 @@ | |||||
|
||||||
- "You miss 100 percent of the chances you don't take. — Wayne Gretzky" — Michael Scott | ||||||
|
||||||
## 6.17.0-beta.0 | ||||||
## 6.17.0 | ||||||
|
||||||
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. We also deprecated our typescript enums and our internal `API` class. We've detailed how to update your sdk usage if you are using the `Dsn` class or any of the deprecated methods in our [migration documentation](./MIGRATION.md#upgrading-from-6.x-to-6.17.0). | ||||||
|
||||||
This beta releases 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. We also deprecated our typescript enums and our internal `API` class. We've detailed how to update your sdk usage if you are using the `Dsn` class or any of the deprecated methods in our [migration documentation](./MIGRATION.md#upgrading-from-6.x-to-6.17.0). | ||||||
- feat: Undeprecate Severity Enum (#4412) | ||||||
- feat(core): Add processing metadata to scope and event (#4252) | ||||||
- fix(nextjs): Inject sentry.x.config.js into pages/_error (#4397) | ||||||
|
||||||
## 6.17.0-beta.0 | ||||||
|
||||||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more.
Suggested change
I'm not clear why we're keeping the beta marker in here. (We've not done that with previous betas.) There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. I was following the pattern set by https://github.com/getsentry/sentry-javascript/blob/master/CHANGELOG.md#500-beta1 - as the beta is on master branch, so if a user were to follow the git commit history they would see this. Open to removing it though. There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Removed it for now - we can add it back if users complain. |
||||||
- feat(core): Deprecate API class (#4281) | ||||||
- feat(dsn): Remove Dsn class (#4325) | ||||||
|
Uh oh!
There was an error while loading. Please reload this page.