Update dependency @sentry/nextjs to v8.35.0 #79
Loading…
Reference in New Issue
Block a user
No description provided.
Delete Branch "renovate/sentry-javascript-monorepo"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
This PR contains the following updates:
8.35.0-alpha.0
->8.35.0
Release Notes
getsentry/sentry-javascript (@sentry/nextjs)
v8.35.0
Compare Source
Beta release of the official Nuxt Sentry SDK
This release marks the beta release of the
@sentry/nuxt
Sentry SDK. For details on how to use it, check out theSentry Nuxt SDK README. Please reach out on
GitHub if you have any feedback or concerns.
(#13958) (BREAKING)
import()
(#13945)
It is no longer required to add a Node
--import
flag. Please update your start command to avoid initializing Sentrytwice (BREAKING CHANGE). The SDK will now apply modifications during the build of your application to allow for
patching of libraries during runtime. If run into issues with this change, you can disable this behavior in your
nuxt.config.ts
and use the--import
flag instead:(#14020)
We now require you to explicitly enable sourcemaps for the clientside so that Sentry can un-minify your errors. We made
this change so source maps aren't accidentally leaked to the public. Enable source maps on the client as follows:
(#14021)
responseHook
withwaitUntil
(#13986)
Important Changes
Support for Pinia is added in this release for
@sentry/vue
. To capture Pinia state data,add
createSentryPiniaPlugin()
to your Pinia store:(#13763)
This change introduces a new
SentryHttpInstrumentation
to handle non-span related HTTP instrumentation, allowing it torun side-by-side with OTel's
HttpInstrumentation
. This improves support for custom OTel setups and avoids conflictswith Sentry's instrumentation. Additionally, the
spans: false
option is reintroduced forhttpIntegration
to disablespan emission while still allowing custom
HttpInstrumentation
instances (httpIntegration({ spans: false })
).(#13951)
This change adds a new option
trackFetchStreamPerformance
to the browser tracing integration. Only when set totrue
,Sentry will instrument streams via fetch.
Other Changes
suppressTracing
API (#13875)(#13965)
@opentelemetry/instrumentation-express
to0.43.0
(#13948)
@opentelemetry/instrumentation-fastify
to0.40.0
(#13983)
init
is correct in meta frameworks(#13938)
.set
thesentry-trace
header instead of.append
ing in fetch instrumentation(#13907)
ignoreOutgoingRequests
ofhttpIntegration
applies to breadcrumbs(#13970)
(#13962)
(#13969)
(#14006)
Work in this release was contributed by @ZakrepaShe and @zhiyan114. Thank you for your contributions!
v8.35.0-beta.0
Compare Source
Important Changes
(#13951)
This change adds a new option
trackFetchStreamPerformance
to the browser tracing integration. Only when set totrue
,Sentry will instrument streams via fetch.
Work in this release was contributed by @ZakrepaShe and @zhiyan114. Thank you for your contributions!
Other Changes
@opentelemetry/instrumentation-express
to0.43.0
(#13948)
suppressTracing
API (#13875)(#13763)
import()
(#13945)
(#13965)
init
is correct in meta frameworks(#13938)
(#13962)
(#13953)
sentryOnLoad
(#13952)
(#13961)
Bundle size 📦
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.
This PR has been generated by Renovate Bot.
53db52ba9a
to78e3ec43d7
Update dependency @sentry/nextjs to v8.35.0-beta.0to Update dependency @sentry/nextjs to v8.35.0