Skip to content

Commit 1b76fff

Browse files
authored
meta: 6.17.5 CHANGELOG entry (getsentry#4510)
1 parent 11cd0e1 commit 1b76fff

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,17 @@
44

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

7+
## 6.17.5
8+
79
This release deprecates the `Severity` enum, the `SeverityLevel` type, and the internal `SeverityLevels` array, all from `@sentry/types`. In v7, `Severity` will disappear (in favor of `SeverityLevel`) and `SeverityLevel` and `SeverityLevels` will live in `@sentry/utils`. If you are using any of the three, we encourage you to migrate your usage now, using our [migration guide](./MIGRATION.md#upgrading-from-6.x-to-6.17.x).
810

11+
- ref: Export Session class from core/browser/node (#4508)
12+
- chore(nextjs): Bump`@sentry/webpack-plugin` to 1.18.5 (#4501)
13+
- ref(types): Move SeverityLevel and SeverityLevels to `@sentry/utils` (#4492)
14+
- fix(vue): Cast name parameter to string (#4483)
15+
16+
Work in this release contributed by @Bobakanoosh and @ssnielsen. Thank you for your contributions!
17+
918
## 6.17.4
1019

1120
- chore(deps): Bump `@sentry/webpack-plugin` from 1.18.3 to 1.18.4 (#4464)

0 commit comments

Comments
 (0)