Update dependency @sentry/nextjs to v8.22.0 #56

Merged
Fascinated merged 1 commits from renovate/sentry-javascript-monorepo into master 2024-08-01 13:17:38 +00:00
Owner

This PR contains the following updates:

Package Type Update Change
@sentry/nextjs (source) dependencies minor 8.21.0 -> 8.22.0

Release Notes

getsentry/sentry-javascript (@​sentry/nextjs)

v8.22.0

Compare Source

Important Changes
  • feat(cloudflare): Add plugin for cloudflare pages (#​13123)

This release adds support for Cloudflare Pages to @sentry/cloudflare, our SDK for the
Cloudflare Workers JavaScript Runtime! For details on how to use it,
please see the README. Any feedback/bug reports are greatly appreciated, please
reach out on GitHub.

// functions/_middleware.js
import * as Sentry from '@​sentry/cloudflare';

export const onRequest = Sentry.sentryPagesPlugin({
  dsn: __PUBLIC_DSN__,
  // Set tracesSampleRate to 1.0 to capture 100% of spans for tracing.
  tracesSampleRate: 1.0,
});
Other Changes
  • feat(meta-sdks): Remove runtime tags (#​13105)
  • feat(nestjs): Automatic instrumentation of nestjs guards (#​13129)
  • feat(nestjs): Filter all HttpExceptions (#​13120)
  • feat(replay): Capture exception when internal_sdk_error client report happens (#​13072)
  • fix: Use globalThis for code injection (#​13132)

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 has been generated by Renovate Bot.

This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [@sentry/nextjs](https://github.com/getsentry/sentry-javascript/tree/master/packages/nextjs) ([source](https://github.com/getsentry/sentry-javascript)) | dependencies | minor | [`8.21.0` -> `8.22.0`](https://renovatebot.com/diffs/npm/@sentry%2fnextjs/8.21.0/8.22.0) | --- ### Release Notes <details> <summary>getsentry/sentry-javascript (@&#8203;sentry/nextjs)</summary> ### [`v8.22.0`](https://github.com/getsentry/sentry-javascript/blob/HEAD/CHANGELOG.md#8220) [Compare Source](https://github.com/getsentry/sentry-javascript/compare/8.21.0...8.22.0) ##### Important Changes - **feat(cloudflare): Add plugin for cloudflare pages ([#&#8203;13123](https://github.com/getsentry/sentry-javascript/issues/13123))** This release adds support for Cloudflare Pages to `@sentry/cloudflare`, our SDK for the [Cloudflare Workers JavaScript Runtime](https://developers.cloudflare.com/workers/)! For details on how to use it, please see the [README](./packages/cloudflare/README.md). Any feedback/bug reports are greatly appreciated, please [reach out on GitHub](https://github.com/getsentry/sentry-javascript/issues/12620). ```javascript // functions/_middleware.js import * as Sentry from '@&#8203;sentry/cloudflare'; export const onRequest = Sentry.sentryPagesPlugin({ dsn: __PUBLIC_DSN__, // Set tracesSampleRate to 1.0 to capture 100% of spans for tracing. tracesSampleRate: 1.0, }); ``` ##### Other Changes - feat(meta-sdks): Remove runtime tags ([#&#8203;13105](https://github.com/getsentry/sentry-javascript/issues/13105)) - feat(nestjs): Automatic instrumentation of nestjs guards ([#&#8203;13129](https://github.com/getsentry/sentry-javascript/issues/13129)) - feat(nestjs): Filter all HttpExceptions ([#&#8203;13120](https://github.com/getsentry/sentry-javascript/issues/13120)) - feat(replay): Capture exception when `internal_sdk_error` client report happens ([#&#8203;13072](https://github.com/getsentry/sentry-javascript/issues/13072)) - fix: Use `globalThis` for code injection ([#&#8203;13132](https://github.com/getsentry/sentry-javascript/issues/13132)) </details> --- ### 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. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Renovate Bot](https://github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOC4xNy4xIiwidXBkYXRlZEluVmVyIjoiMzguMTcuMSIsInRhcmdldEJyYW5jaCI6Im1hc3RlciIsImxhYmVscyI6W119-->
renovate-bot added 1 commit 2024-08-01 09:01:23 +00:00
Fascinated merged commit d44ace3f20 into master 2024-08-01 13:17:38 +00:00
Fascinated deleted branch renovate/sentry-javascript-monorepo 2024-08-01 13:17:38 +00:00
Sign in to join this conversation.
No reviewers
No Label
No Milestone
No Assignees
1 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: MinecraftUtilities/Frontend#56
No description provided.