Releases
7.3.0 5/21/2023
7.2.4 5/9/2023
7.2.3 5/2/2023
7.2.2 4/20/2023
Bug Fixes
- deps: add
@sentry/core
explicitly as its used in types (7124678)
7.2.1 4/18/2023
7.2.0 4/18/2023
7.1.12 4/11/2023
7.1.11 4/3/2023
7.1.9 3/27/2023
7.1.7 3/27/2023
7.1.5 3/24/2023
7.1.3 3/7/2023
7.1.2 3/3/2023
7.1.1 2/27/2023
7.1.0 2/20/2023
7.0.4 2/17/2023
7.0.3 1/25/2023
7.0.2 1/9/2023
7.0.0 12/21/2022
⚠ BREAKING CHANGES
- Refer to https://sentry.nuxtjs.org/guide/migration for migration guide.
Features
- enable tree shaking of Sentry SDK debug code (#481) (c38f666)
- support plugin path for clientConfig and serverConfig (#477) (63e698a)
- tracing: enable Vue Router instrumentation by default (#476) (acb2aaf)
- update Sentry SDK from v6 to v7 (#461) (53bbeec)
Bug Fixes
6.0.3 12/13/2022
6.0.1 9/28/2022
6.0.0 8/26/2022
⚠ BREAKING CHANGES
- The server-side
process.sentry
will be created slightly later than before WHEN running the "build" action. It will be created before the pages are built (onbuild:compile
hook) while before it was available a bit earlier onready
hook (with an issue that it was not always able to pass the project version to Sentry). - options: Remove deprecated
webpackConfig
option. Configure through thepublishRelease
option instead. - options: Remove deprecated
attachCommits
andrepo
options. Those can now be set through thepublishRelease
option. - deps: Don't ship with
@sentry/webpack-plugin
as a dependency. To use the "publishRelease" option, it's now necessary to manually install that package as a dev dependency.
Features
Bug Fixes
- deps: update devdependency @sentry/webpack-plugin to ^1.19.0 (#434) (694ba04)
- deps: update sentry dependencies (#405) (a465f39)
- throw error instead of logging when @sentry/webpack-plugin missing (d437a37)
- use different hook for initializing server-side Sentry instance (#403) (20734fa)
- deps: Don't ship with
@sentry/webpack-plugin
as a dependency (#390) (b042a46) - deps: update dependency @sentry/webpack-plugin to ^1.18.7 (#392) (f72147f)
- deps: update sentry dependencies (#388) (5251cb6)
- deps: update sentry dependencies (#396) (7fec526)