Skip to content

fix(deps): update dependency @nuxtjs/sentry to v6

This MR contains the following updates:

Package Type Update Change
@nuxtjs/sentry dependencies major ^4.5.0 -> ^6.0.0

MR created with the help of gitlab-org/frontend/renovate-gitlab-bot


Release Notes

nuxt-community/sentry-module

v6.0.0

Compare Source

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
Bug Fixes
Code Refactoring
5.1.7 (2022-02-02)
Bug Fixes
5.1.6 (2021-11-26)
Bug Fixes
5.1.5 (2021-11-05)
Bug Fixes
5.1.4 (2021-10-01)
Bug Fixes
5.1.3 (2021-08-25)
Bug Fixes
  • lodash.merge import error on using runtime config (acfff72)
5.1.2 (2021-08-19)
Bug Fixes
  • allow overriding all "webpackConfig" options (#​338) (bbc46d7)
  • allow overriding all webpackConfig setCommits options (#​337) (0ea6cbc)
  • types: use BrowserOptions interface for clientConfig option (#​335) (1372a28)
5.1.1 (2021-08-10)
Bug Fixes

v5.1.7

Compare Source

v5.1.6

Compare Source

v5.1.5

Compare Source

v5.1.4

Compare Source

v5.1.3

Compare Source

v5.1.2

Compare Source

v5.1.1

Compare Source

v5.1.0

Compare Source

Features
  • allow disabling automatic version detection for releases (#​314) (e1677fa)
Bug Fixes
5.0.3 (2021-03-18)
Bug Fixes
5.0.2 (2021-02-17)
Bug Fixes
5.0.1 (2021-02-08)
Bug Fixes

v5.0.3

Compare Source

v5.0.2

Compare Source

v5.0.1

Compare Source

v5.0.0

Compare Source

BREAKING CHANGES
  • deps: This major version release doesn't contain any breaking API/code changes. Starting with this version sessions data will be sent by default. See Release Health docs to learn more. You can opt-out of this behavior by setting autoSessionTracking option to false, for example:
sentry: {
  config: {
    autoSessionTracking: false
  }
}
Features
Bug Fixes

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever MR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this MR and you won't be reminded about this update again.


  • If you want to rebase/retry this MR, click this checkbox.

This MR has been generated by Renovate Bot.

Merge request reports