Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

renovate[bot]
Copy link

@renovate renovate bot commented Oct 31, 2023

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@nuxtjs/sentry ^5.1.6 -> ^8.0.8 age adoption passing 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


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 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.

@renovate renovate bot force-pushed the renovate/nuxtjs-sentry-8.x branch from 54c5778 to 62a5c83 Compare October 31, 2023 22:45
@renovate renovate bot force-pushed the renovate/nuxtjs-sentry-8.x branch 3 times, most recently from ea26a71 to 3a66ef8 Compare November 20, 2023 10:46
@renovate renovate bot force-pushed the renovate/nuxtjs-sentry-8.x branch from 3a66ef8 to c1ea330 Compare November 27, 2023 09:29
@renovate renovate bot force-pushed the renovate/nuxtjs-sentry-8.x branch from c1ea330 to 6e12209 Compare February 7, 2024 12:53
@renovate renovate bot force-pushed the renovate/nuxtjs-sentry-8.x branch from 6e12209 to 228c13e Compare September 13, 2024 09:05
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