belgattitude / nextjs-monorepo-example

Collection of monorepo tips & tricks
MIT License
1.59k stars 211 forks source link

fix(deps): update sentry-javascript monorepo to v8.26.0 #5791

Closed renovate[bot] closed 1 month ago

renovate[bot] commented 1 month ago

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@sentry/nextjs (source) 8.25.0 -> 8.26.0 age adoption passing confidence
@sentry/react (source) 8.25.0 -> 8.26.0 age adoption passing confidence

Release Notes

getsentry/sentry-javascript (@​sentry/nextjs) ### [`v8.26.0`](https://togithub.com/getsentry/sentry-javascript/releases/tag/8.26.0) [Compare Source](https://togithub.com/getsentry/sentry-javascript/compare/8.25.0...8.26.0) ##### Important Changes - **feat(node): Add `fsInstrumentation` ([#​13291](https://togithub.com/getsentry/sentry-javascript/issues/13291))** This release adds `fsIntegration`, an integration that instruments the `fs` API to the Sentry Node SDK. The integration creates spans with naming patterns of `fs.readFile`, `fs.unlink`, and so on. This integration is not enabled by default and needs to be registered in your `Sentry.init` call. You can configure via options whether to include path arguments or error messages as span attributes when an fs call fails: ```js Sentry.init({ integrations: [ Sentry.fsIntegration({ recordFilePaths: true, recordErrorMessagesAsSpanAttributes: true, }), ], }); ``` **WARNING:** This integration may add significant overhead to your application. Especially in scenarios with a lot of file I/O, like for example when running a framework dev server, including this integration can massively slow down your application. ##### Other Changes - feat(browser): Add spotlightBrowser integration ([#​13263](https://togithub.com/getsentry/sentry-javascript/issues/13263)) - feat(browser): Allow sentry in safari extension background page ([#​13209](https://togithub.com/getsentry/sentry-javascript/issues/13209)) - feat(browser): Send CLS as standalone span (experimental) ([#​13056](https://togithub.com/getsentry/sentry-javascript/issues/13056)) - feat(core): Add OpenTelemetry-specific `getTraceData` implementation ([#​13281](https://togithub.com/getsentry/sentry-javascript/issues/13281)) - feat(nextjs): Always add `browserTracingIntegration` ([#​13324](https://togithub.com/getsentry/sentry-javascript/issues/13324)) - feat(nextjs): Always transmit trace data to the client ([#​13337](https://togithub.com/getsentry/sentry-javascript/issues/13337)) - feat(nextjs): export SentryBuildOptions ([#​13296](https://togithub.com/getsentry/sentry-javascript/issues/13296)) - feat(nextjs): Update `experimental_captureRequestError` to reflect `RequestInfo.path` change in Next.js canary ([#​13344](https://togithub.com/getsentry/sentry-javascript/issues/13344)) - feat(nuxt): Always add tracing meta tags ([#​13273](https://togithub.com/getsentry/sentry-javascript/issues/13273)) - feat(nuxt): Set transaction name for server error ([#​13292](https://togithub.com/getsentry/sentry-javascript/issues/13292)) - feat(replay): Add a replay-specific logger ([#​13256](https://togithub.com/getsentry/sentry-javascript/issues/13256)) - feat(sveltekit): Add bundle size optimizations to plugin options ([#​13318](https://togithub.com/getsentry/sentry-javascript/issues/13318)) - feat(sveltekit): Always add browserTracingIntegration ([#​13322](https://togithub.com/getsentry/sentry-javascript/issues/13322)) - feat(tracing): Make long animation frames opt-out ([#​13255](https://togithub.com/getsentry/sentry-javascript/issues/13255)) - fix(astro): Correctly extract request data ([#​13315](https://togithub.com/getsentry/sentry-javascript/issues/13315)) - fix(astro): Only track access request headers in dynamic page requests ([#​13306](https://togithub.com/getsentry/sentry-javascript/issues/13306)) - fix(nuxt): Add import line for disabled `autoImport` ([#​13342](https://togithub.com/getsentry/sentry-javascript/issues/13342)) - fix(nuxt): Add vue to excludeEsmLoaderHooks array ([#​13346](https://togithub.com/getsentry/sentry-javascript/issues/13346)) - fix(opentelemetry): Do not overwrite http span name if kind is internal ([#​13282](https://togithub.com/getsentry/sentry-javascript/issues/13282)) - fix(remix): Ensure `origin` is correctly set for remix server spans ([#​13305](https://togithub.com/getsentry/sentry-javascript/issues/13305)) Work in this release was contributed by [@​MonstraG](https://togithub.com/MonstraG), [@​undead-voron](https://togithub.com/undead-voron) and [@​Zen-cronic](https://togithub.com/Zen-cronic). Thank you for your contributions!

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 these updates again.



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

vercel[bot] commented 1 month ago

The latest updates on your projects. Learn more about Vercel for Git ↗︎

2 Skipped Deployments | Name | Status | Preview | Comments | Updated (UTC) | | :--- | :----- | :------ | :------- | :------ | | **monorepo-nextjs-app** | ⬜️ Ignored ([Inspect](https://vercel.com/belgattitudes-projects/monorepo-nextjs-app/CAcQHDJttKyrssqGu7sg1HWgM77G)) | | | Aug 14, 2024 8:34am | | **monorepo-vite-app** | ⬜️ Ignored ([Inspect](https://vercel.com/belgattitudes-projects/monorepo-vite-app/FMB3AigCrM8KFxrimRbnxkihNhqZ)) | [Visit Preview](https://monorepo-vite-app-git-renovate-se-690663-belgattitudes-projects.vercel.app) | | Aug 14, 2024 8:34am |
changeset-bot[bot] commented 1 month ago

⚠️ No Changeset found

Latest commit: 88587ded24a3bcc471d9f71240a6194528c5e7a6

Merging this PR will not cause a version bump for any packages. If these changes should not result in a new version, you're good to go. If these changes should result in a version bump, you need to add a changeset.

This PR includes no changesets When changesets are added to this PR, you'll see the packages that this PR includes changesets for and the associated semver types

Click here to learn what changesets are, and how to add one.

Click here if you're a maintainer who wants to add a changeset to this PR

codeclimate[bot] commented 1 month ago

Code Climate has analyzed commit 88587ded and detected 0 issues on this pull request.

View more on Code Climate.