Skip to content

chore(deps): update dependency @nuxtjs/sentry to v8 - #58

Open
renovate[bot] wants to merge 1 commit into
masterfrom
renovate/nuxtjs-sentry-8.x
Open

chore(deps): update dependency @nuxtjs/sentry to v8#58
renovate[bot] wants to merge 1 commit into
masterfrom
renovate/nuxtjs-sentry-8.x

Conversation

@renovate

@renovate renovate Bot commented Mar 27, 2026

Copy link
Copy Markdown

This PR contains the following updates:

Package Change Age Confidence
@nuxtjs/sentry ^4.3.4^8.0.8 age confidence

Release Notes

nuxt-community/sentry-module (@​nuxtjs/sentry)

v8.0.8

Compare Source

Bug Fixes

v8.0.7

Compare Source

Bug Fixes

v8.0.6

Compare Source

Bug Fixes

v8.0.5

Compare Source

v8.0.4

Compare Source

Bug Fixes

v8.0.3

Compare Source

Bug Fixes

v8.0.2

Compare Source

Bug Fixes

v8.0.1

Compare Source

Bug Fixes

v8.0.0

Compare Source

⚠ BREAKING CHANGES
Features
  • upgrade to webpack-plugin v2 for making releases (#​616) (b981638)
Bug Fixes

v7.5.0

Compare Source

Features
  • tracing: allow configuring vueRouterInstrumentation options (#​614) (977a74e)

v7.4.0

Compare Source

Bug Fixes
  • deps: update sentry sdk (#​593) (35daec5)
  • deps: update sentry sdk to ^7.63.0 (ecdce1f)
  • lazy: avoid crash on using mocked instance after real one loaded (#​606) (e728a34)

v7.3.1

Compare Source

Bug Fixes
  • deps: update sentry sdk to ^7.57.0 (663147b)

v7.3.0

Compare Source

Features
  • profiling: add support for enabling Profiling integration (#​577) (9a9aa85)
Bug Fixes
7.2.6 (2023-05-10)
Bug Fixes
7.2.5 (2023-05-10)
Bug Fixes
7.2.4 (2023-05-09)
Bug Fixes
7.2.3 (2023-05-02)
Bug Fixes
  • ensure Sentry re-initializes in Dev after Nuxt config change (#​565) (5ee045d)
7.2.2 (2023-04-20)
Bug Fixes
  • deps: add @sentry/core explicitly as its used in types (7124678)
7.2.1 (2023-04-18)
Bug Fixes
  • only include 'crash' type for ReportingObserver integration (#​560) (782b9d1)

v7.2.6

Compare Source

v7.2.5

Compare Source

v7.2.4

Compare Source

v7.2.3

Compare Source

v7.2.2

Compare Source

v7.2.1

Compare Source

v7.2.0

Compare Source

Features
  • extend guides in docs and add simpler way to enable Replay (#​559) (fd57b07)
Bug Fixes
7.1.13 (2023-04-11)
Bug Fixes
  • don't shutdown Sentry SDK after build in dev mode (#​555) (b4c1312)
7.1.12 (2023-04-11)
Bug Fixes
7.1.11 (2023-04-03)
Bug Fixes
7.1.10 (2023-03-28)
Bug Fixes
7.1.9 (2023-03-27)
Bug Fixes
  • types: restore original client types which have more methods (#​540) (16bc644)
7.1.8 (2023-03-27)
Bug Fixes
  • types: fix "any" type in arguments of config.beforeSend (#​539) (b4b5b48)
7.1.7 (2023-03-27)
Bug Fixes
  • types: restore type for process.sentry and improve $sentry types (#​534) (ed6fd1c)
7.1.6 (2023-03-24)
Bug Fixes
7.1.5 (2023-03-24)
Bug Fixes
7.1.4 (2023-03-07)
7.1.3 (2023-03-07)
Bug Fixes
7.1.2 (2023-03-03)
Bug Fixes
  • deps: update sentry dependencies to ^7.40.0 (#​515) (ce402a4)
  • tracing: automatically instrument server-side requests (#​514) (1d96f8b)
  • update list of allowed integrations and allow configuring them (#​513) (7933761)
7.1.1 (2023-02-27)
Bug Fixes

v7.1.13

Compare Source

v7.1.12

Compare Source

v7.1.11

Compare Source

v7.1.10

Compare Source

v7.1.9

Compare Source

v7.1.8

Compare Source

v7.1.7

Compare Source

v7.1.6

Compare Source

v7.1.5

Compare Source

v7.1.4

Compare Source

v7.1.3

Compare Source

v7.1.2

Compare Source

v7.1.1

Compare Source

v7.0.4

Compare Source

v7.0.3

Compare Source

v7.0.2

Compare Source

v7.0.1

Compare Source

v7.0.0

Compare Source

⚠ BREAKING CHANGES
Features
Bug Fixes
  • deps: update sentry dependencies to ^7.28.0 (#​478) (877dce5)
  • gracefully handle Nuxt versions without Runtime Config (#​472) (08d7e6c)
6.0.3 (2022-12-13)
Bug Fixes
6.0.2 (2022-12-12)
Bug Fixes
6.0.1 (2022-09-28)
Bug Fixes

v6.0.3

Compare Source

v6.0.2

Compare Source

v6.0.1

Compare Source

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

v4.5.0

Compare Source

Features
Bug Fixes
  • deps: update sentry dependencies ^5.27.2 -> ^5.27.3 (#​249) (c9c4dde)

v4.4.0

Compare Source

Features
4.3.5 (2020-09-16)
Bug Fixes
4.3.4 (2020-08-01)
Bug Fixes
4.3.3 (2020-07-30)
Bug Fixes
4.3.2 (2020-07-29)
Bug Fixes
4.3.1 (2020-07-29)
Bug Fixes

v4.3.5

Compare Source


Configuration

📅 Schedule: (UTC)

  • 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 PR becomes conflicted, or you tick the rebase/retry checkbox.

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


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@codecov

codecov Bot commented Mar 27, 2026

Copy link
Copy Markdown

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 100.00%. Comparing base (62cbdb4) to head (2997934).

Additional details and impacted files
@@            Coverage Diff            @@
##            master       #58   +/-   ##
=========================================
  Coverage   100.00%   100.00%           
=========================================
  Files            3         3           
  Lines            6         6           
=========================================
  Hits             6         6           

☔ View full report in Codecov by Harness.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.
  • 📦 JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.

@renovate
renovate Bot force-pushed the renovate/nuxtjs-sentry-8.x branch from ead8505 to d9fb9e2 Compare April 1, 2026 18:32
@renovate
renovate Bot force-pushed the renovate/nuxtjs-sentry-8.x branch from d9fb9e2 to 2ebf675 Compare April 8, 2026 20:41
@renovate
renovate Bot force-pushed the renovate/nuxtjs-sentry-8.x branch from 2ebf675 to 06ff93b Compare May 12, 2026 10:05
@renovate
renovate Bot force-pushed the renovate/nuxtjs-sentry-8.x branch from 06ff93b to a98e245 Compare June 11, 2026 16:56
@renovate
renovate Bot force-pushed the renovate/nuxtjs-sentry-8.x branch from a98e245 to 2997934 Compare July 30, 2026 17:37
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants