You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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 (on build:compile hook) while before it was available a bit earlier on ready hook (with an issue that it was not always able to pass the project version to Sentry).
options: Remove deprecated webpackConfig option. Configure through the publishRelease option instead.
options: Remove deprecated attachCommits and repo options. Those can now be set through the publishRelease 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
support for registering external integrations (#276) (2cf56ef)
Bug Fixes
deps: update devdependency @sentry/webpack-plugin to ^1.19.0 (#434) (694ba04)