yarn @nuxtjs/sentry 6.0.0

latest releases: 8.0.7, 8.0.7-beta.0, 8.0.6...
22 months ago

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

  • options: remove deprecated "attachCommits" and "repo" (#393) (1efcd28)
  • options: remove deprecated "webpackConfig" (#394) (859101e)

Don't miss a new sentry release

NewReleases is sending notifications on new releases.