-
Notifications
You must be signed in to change notification settings - Fork 0
fix(deps): update dependency @sentry/react to v10 #138
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
Open
renovate
wants to merge
1
commit into
develop
Choose a base branch
from
renovate/major-sentry-javascript-monorepo
base: develop
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
818f037 to
f4947a0
Compare
f4947a0 to
3e99ed6
Compare
cca2029 to
8c4db33
Compare
8c4db33 to
df0a69a
Compare
fb723bf to
b8d7f8d
Compare
b8d7f8d to
a28dad9
Compare
83e1b2a to
39603d6
Compare
e734110 to
757e082
Compare
337c52e to
bcf2895
Compare
de2e10c to
b4d6e53
Compare
b4d6e53 to
5560191
Compare
fc113e0 to
2f8b9ee
Compare
f5e2458 to
a55407d
Compare
42935ac to
b33d7e0
Compare
53acfb9 to
e25e07c
Compare
c566070 to
40ab896
Compare
7a99d8a to
4f535a8
Compare
79d9598 to
47986c4
Compare
78230d2 to
0ab6f1a
Compare
38d5ac0 to
f8ceca9
Compare
f8ceca9 to
8f7acd7
Compare
8f7acd7 to
888ae6b
Compare
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
None yet
0 participants
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
^7.69.0→^10.0.0Release Notes
getsentry/sentry-javascript (@sentry/react)
v10.38.0Compare Source
v10.37.0Compare Source
Important Changes
feat(core): Introduces a new
Sentry.setConversationId()API to track multi turn AI conversations across API calls. (#18909)You can now set a conversation ID that will be automatically applied to spans within that scope. This allows you to link traces from the same conversation together.
This is particularly useful for tracking multiple AI API calls that are part of the same conversation, allowing you to analyze entire conversation flows in Sentry.
The conversation ID is stored on the isolation scope and automatically applied to spans via the new
conversationIdIntegration.feat(tanstackstart-react): Auto-instrument global middleware in
sentryTanstackStartVite plugin (#18844)The
sentryTanstackStartVite plugin now automatically instrumentsrequestMiddlewareandfunctionMiddlewarearrays increateStart(). This captures performance data without requiring manual wrapping.Auto-instrumentation is enabled by default. To disable it:
Other Changes
invalid(#18901)AbortErrorby default on unhandled rejection (#18973)platformto envelope item header (#18954)gen_ai.input.messages.original_lengthtosentry.sdk_meta.gen_ai.input.messages.original_length(#18970)gen_ai.request.messagestogen_ai.input.messages(#18944)Internal Changes
Work in this release was contributed by @sebws, @harshit078, and @fedetorre. Thank you for your contributions!
v10.36.0Compare Source
v10.35.0Compare Source
Important Changes
feat(tanstackstart-react): Add
sentryTanstackStartvite plugin to manage automatic source map uploads (#18712)You can now configure source maps upload for TanStack Start using the
sentryTanstackStartVite plugin:Other Changes
tracing.replay.feedback.logs.metrics(#18785)ignoredclient report event drop reason (#18815)Logexports to browser and node packages (#18857)Internal Changes
@sveltejs/kitdevDependency to2.49.5(#18848)Work in this release was contributed by @rreckonerr. Thank you for your contribution!
v10.34.0Compare Source
v10.33.0Compare Source
Important Changes
feat(core): Apply scope attributes to metrics (#18738)
You can now set attributes on the SDK's scopes which will be applied to all metrics as long as the respective scopes are active. For the time being, only
string,numberandbooleanattribute values are supported.feat(tracing): Add Vercel AI SDK v6 support (#18741)
The Sentry SDK now supports the Vercel AI SDK v6. Tracing and error monitoring will work automatically with the new version.
feat(wasm): Add applicationKey option for third-party error filtering (#18762)
Adds support for applying an application key to WASM stack frames that can be then used in the
thirdPartyErrorFilterIntegrationfor detection of first-party code.Usage:
Other Changes
propagateTraceparent(#18569)ignoreSentryInternalFramesoption tothirdPartyErrorFilterIntegration(#18632)isolateTraceoption tonode-croninstrumentation (#18416)process.on('SIGTERM')for flushing in Vercel functions (#17583)visibilitystateandpagehidelisteners (#18581)tunnelindiagnoseSdkConnectivity(#18616)performance.now()frombrowserPerformanceTimeOriginfallback (#18715)undefined(#18024)process.argv0(#18759)setupFastifyErrorHandlerargument type (#18620)defaultIntegrations(#18717)msganderr(#18597)resolvedependency (#18618)Internal Changes
install-bun.jsversion check and improve upgrade feedback (#18492)@trpc/serverand@trpc/client(#18722)@langchain/core(#18720)hoist-non-react-staticspackage (#18102)getCombinedScopeDatahelper (#18585)performance.timeOriginandperformance.timing.navigationStart(#18710)browserPerformanceTimeOrigin(#18708)browserPerformanceTimeOriginreliability check (#18719)serializeAttributesfor metric attribute serialization (#18582)isCjs(#18662)Work in this release was contributed by @G-Rath, @gianpaj, @maximepvrt, @Mohataseem89, @sebws, and @xgedev. Thank you for your contributions!
v10.32.1Compare Source
implementationfield optional (hashroutes) (#18564)Internal Changes
cloudflare-astroe2e test (#18567)v10.32.0Compare Source
Important Changes
feat(core): Apply scope attributes to logs (#18184)
You can now set attributes on the SDK's scopes which will be applied to all logs as long as the respective scopes are active. For the time being, only
string,numberandbooleanattribute values are supported.feat(replay): Add Request body with
attachRawBodyFromRequestoption (#18501)To attach the raw request body (from
Requestobjects passed as the firstfetchargument) to replay events, you can now use theattachRawBodyFromRequestoption in the Replay integration:feat(tanstackstart-react): Trace server functions (#18500)
To enable tracing for server-side requests, you can now explicitly define a server entry point in your application and wrap your request handler with
wrapFetchWithSentry.feat(vue): Add TanStack Router integration (#18547)
The
@sentry/vuepackage now includes support for TanStack Router. UsetanstackRouterBrowserTracingIntegrationto automatically instrument pageload and navigation transactions with parameterized routes:Other Changes
Internal Changes
http.response_content_length_uncompressed(#18536)v10.31.0Compare Source
Important Changes
The
graphqlClientIntegrationnow supports GraphQL persisted operations (queries). When a persisted query is detected, the integration will capture the operation hash and version as span attributes:graphql.persisted_query.hash.sha256- The SHA-256 hash of the persisted querygraphql.persisted_query.version- The version of the persisted query protocolAdditionally, the
graphql.documentattribute format has changed to align with OpenTelemetry semantic conventions. It now contains only the GraphQL query string instead of the full JSON request payload.Before:
After:
Other Changes
propagateTraceparentoption (#18476)captureExceptionandcaptureMessageparameter types (#18521)captureExceptionandcaptureMessageparameter types (#18509)@sentry/vite-pluginand@sentry/rollup-pluginto 4.6.1 (#18349)fromLocationexistence before reporting pageload (#18463)Internal Changes
Work in this release was contributed by @sebws and @TBeeren. Thank you for your contributions!
Bundle size 📦
v10.30.0Compare Source
Internal Changes
@sentry/types(#18429)Bundle size 📦
v10.29.0Compare Source
Important Changes
We expanded the supported version range for
@solidjs/routerto include0.14.xand0.15.xversions.Other Changes
msgin pino integration (#18389)Internal Changes
Bundle size 📦
v10.28.0Compare Source
Important Changes
matcherparameter optional inmakeMultiplexedTransport(#10798)The
matcherparameter inmakeMultiplexedTransportis now optional with a sensible default. This makes it much easier to use the multiplexed transport for sending events to multiple DSNs based on runtime configuration.Before:
After:
The default matcher looks for routing information in
event.extra[MULTIPLEXED_TRANSPORT_EXTRA_KEY]. You can still provide a custom matcher function for advanced use cases.This release adds support for
cacheComponentson turbopack builds. We are working on adding support for this feature in webpack builds as well.Other Changes
isolateTraceoption toSentry.withMonitor()(#18079)waitUntildetection (#18336)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 was generated by Mend Renovate. View the repository job log.