Skip to content

Releases: nuxt-community/sentry-module

6.0.1

28 Sep 20:24
Compare
Choose a tag to compare

Bug Fixes

  • tracing: set tracesSampleRate when tracing enabled (#448) (fe6d511), closes #447

6.0.0

26 Aug 19:01
Compare
Choose a tag to compare

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

6.0.0-beta.4

04 Aug 10:53
Compare
Choose a tag to compare
6.0.0-beta.4 Pre-release
Pre-release

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

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

6.0.0-beta.2

02 Mar 20:18
Compare
Choose a tag to compare
6.0.0-beta.2 Pre-release
Pre-release

Bug Fixes

  • throw error instead of logging when @sentry/webpack-plugin missing (90d6aac)

6.0.0-beta.1

02 Mar 20:09
Compare
Choose a tag to compare
6.0.0-beta.1 Pre-release
Pre-release

⚠ BREAKING CHANGES

  • remove @sentry/webpack-plugin peer dep

Bug Fixes

  • remove @sentry/webpack-plugin peer dep (af5cb77)

6.0.0-beta.0

02 Mar 19:45
Compare
Choose a tag to compare
6.0.0-beta.0 Pre-release
Pre-release

⚠ BREAKING CHANGES

  • options: remove deprecated webpackConfig (#394). Configure through the publishRelease object instead.
  • options: remove deprecated attachCommits and repo (#393). The removed attachCommits and repo options can be set through the publishRelease object.
  • deps: make @sentry/webpack-plugin a peer dependency (#390). To use the publishRelease 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

  • options: remove deprecated attachCommits and repo (#393) (12b320c)
  • options: remove deprecated webpackConfig (#394) (6152957)

5.1.7

02 Feb 13:00
Compare
Choose a tag to compare

Bug Fixes

  • deps: update sentry dependencies (#379) (e7db004)
  • don't pass empty object to integrations constructor (#387) (b4b9415)

5.1.6

26 Nov 08:11
Compare
Choose a tag to compare

Bug Fixes

  • deps: update sentry dependencies to ^6.14.3 (#367) (7a38d27)
  • deps: update sentry dependencies to ^6.15.0 (#374) (77fcf74)
  • don't pass empty object to integrations constructor (#376) (18e12c5)

5.1.5

05 Nov 14:01
Compare
Choose a tag to compare

Bug Fixes

5.1.4

01 Oct 06:21
Compare
Choose a tag to compare

Bug Fixes

  • deps: update sentry dependencies to ^6.13.2 (#345) (e51a438)
  • shutdown Sentry instance after generate (#353) (ee4c293)