⚠ 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)