Releases: nuxt-community/sentry-module
Releases · nuxt-community/sentry-module
6.0.1
6.0.0
⚠ 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
⚠ 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
Bug Fixes
- throw error instead of logging when @sentry/webpack-plugin missing (90d6aac)
6.0.0-beta.1
⚠ BREAKING CHANGES
- remove @sentry/webpack-plugin peer dep
Bug Fixes
- remove @sentry/webpack-plugin peer dep (af5cb77)
6.0.0-beta.0
⚠ 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)