Releases
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.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)
Code Refactoring
6.0.0-beta.4 8/4/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: Don't ship with
@sentry/webpack-plugin
as a dependency (#390) (b042a46) - deps: update devdependency @sentry/webpack-plugin to ^1.19.0 (#434) (694ba04)
- deps: update sentry dependencies (#396) (7fec526)
- 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)
Code Refactoring
6.0.0-beta.2 3/2/2022
Bug Fixes
- throw error instead of logging when @sentry/webpack-plugin missing (90d6aac)
6.0.0-beta.1 3/2/2022
⚠ BREAKING CHANGES
- remove @sentry/webpack-plugin peer dep
Bug Fixes
- remove @sentry/webpack-plugin peer dep (af5cb77)
6.0.0-beta.0 3/2/2022
⚠ BREAKING CHANGES
- options: remove deprecated
webpackConfig
(#394). Configure through thepublishRelease
object instead. - options: remove deprecated
attachCommits
andrepo
(#393). The removedattachCommits
and repo options can be set through the publishRelease object. - deps: make
@sentry/webpack-plugin
a peer dependency (#390). To use thepublishRelease
option, it's now necessary to manually install the@sentry/webpack-plugin
package as a dev dependency.
Bug Fixes
- deps: make @sentry/webpack-plugin a peer dependency (#390) (6b5e594)
- deps: update dependency @sentry/webpack-plugin to ^1.18.7 (#392) (f72147f)
- deps: update sentry dependencies (#388) (5251cb6)
Code Refactoring
5.1.7 2/2/2022
5.1.6 11/26/2021
5.1.5 11/5/2021
5.1.4 10/1/2021
5.1.3 8/25/2021
Bug Fixes
- lodash.merge import error on using runtime config (acfff72)
5.1.2 8/19/2021
5.1.0 5/28/2021
Features
Bug Fixes
- serialize regexpes properly in the server-side config (#308) (9e3ae22), closes #307
- deps: update dependency @sentry/webpack-plugin to ^1.15.0 (#305) (a0396b6)
- handle commonjs/es import styles for @sentry/cli (#302) (d6a818d)
- deps: update sentry dependencies to ^6.2.5 (#300) (faf6f67)
- docs: fixes typography & content styling (#288) (744bafb)
5.0.2 2/17/2021
5.0.0 1/21/2021
⚠ BREAKING CHANGES
- deps: This major version release doesn't contain any breaking API/code changes.
Starting with this version sessions data will be sent by default. See Release Health docs to learn more.
You can opt-out of this behavior by setting
autoSessionTracking
option tofalse
, for example:
sentry: {
config: {
autoSessionTracking: false
}
}
Features
Bug Fixes
4.5.0 11/11/2020
4.3.5 9/16/2020
4.3.4 8/1/2020
Bug Fixes
- lazy: improve error reporting for postponed global errors (#220) (ecf5d00), closes /github.com/getsentry/sentry-javascript/blob/9428c9a171a0c6ddcf24935fd03d6492feea0343/packages/browser/src/loader.js#L135-L147