Skip to content

Commit d3f1f3a

Browse files
committed
chore: release 7.0.0-beta.0
1 parent 5d863bf commit d3f1f3a

File tree

2 files changed

+15
-1
lines changed

2 files changed

+15
-1
lines changed

CHANGELOG.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,19 @@
11

22

3+
## [7.0.0-beta.0](https://github.com/nuxt-community/sentry-module/compare/v6.0.2...v7.0.0-beta.0) (2022-12-13)
4+
5+
6+
### Features
7+
8+
* migrate to sentry v7 ([0d6b0a5](https://github.com/nuxt-community/sentry-module/commit/0d6b0a55f512b50b37b0ac28ed140c6a835cd234))
9+
10+
11+
### Bug Fixes
12+
13+
* **tracing:** autoSessionTracking not working on the server-side ([#466](https://github.com/nuxt-community/sentry-module/issues/466)) ([67851ba](https://github.com/nuxt-community/sentry-module/commit/67851ba55df38ecdf60c8f7a3da57893e6acfc58))
14+
* incorrect option name in the warning message ([#467](https://github.com/nuxt-community/sentry-module/issues/467)) ([b81b2cf](https://github.com/nuxt-community/sentry-module/commit/b81b2cfb5cbc2055499f5601525f0576b0ff5216))
15+
* **deps:** update devdependency @sentry/webpack-plugin to ^1.20.0 ([#451](https://github.com/nuxt-community/sentry-module/issues/451)) ([e1fef90](https://github.com/nuxt-community/sentry-module/commit/e1fef907dfd2bae4348c9dcb5285cc0b156c8a78))
16+
317
### [6.0.2](https://github.com/nuxt-community/sentry-module/compare/v6.0.1...v6.0.2) (2022-12-12)
418

519

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@nuxtjs/sentry",
3-
"version": "6.0.2",
3+
"version": "7.0.0-beta.0",
44
"description": "Sentry module for Nuxt.js",
55
"repository": "nuxt-community/sentry-module",
66
"license": "MIT",

0 commit comments

Comments
 (0)