⬆️(dependencies) update js dependencies #1225
Closed
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:
0.10.0
->0.11.0
15.4.4
->15.4.6
3.2.0
->3.2.2
1.54.1
->1.54.2
9.42.0
->10.2.0
9.42.0
->10.2.0
9.42.0
->10.2.0
5.81.2
->5.83.1
5.83.0
->5.84.1
5.83.0
->5.84.1
10.4.0
->10.4.1
6.6.3
->6.6.4
3.6.2
->3.7.1
22.16.5
->22.17.0
19.1.8
->19.1.9
19.1.6
->19.1.7
8.38.0
->8.39.0
8.38.0
->8.39.0
7.0.3
->10.0.0
15.4.4
->15.4.6
2.2.0
->2.2.2
5.5.3
->5.5.4
7.6.1
->7.6.3
15.4.4
->15.4.6
1.258.2
->1.258.6
19.1.0
->19.1.1
19.1.0
->19.1.1
16.22.0
->16.23.0
38.0.0
->39.0.0
29.4.0
->29.4.1
5.8.3
->5.9.2
5.100.2
->5.101.0
5.0.6
->5.0.7
Release Notes
vercel/next.js (@next/eslint-plugin-next)
v15.4.6
Compare Source
v15.4.5
Compare Source
microsoft/playwright (@playwright/test)
v1.54.2
Compare Source
Highlights
https://github.com/microsoft/playwright/issues/36714 - [Regression]: Codegen is not able to launch in Administrator Terminal on Windows (ProtocolError: Protocol error)https://github.com/microsoft/playwright/issues/368288 - [Regression]: Playwright Codegen keeps spamming with selected optiohttps://github.com/microsoft/playwright/issues/3681010 - [Regression]: Starting Codegen with target language doesn't work anymore
Browser Versions
This version was also tested against the following stable channels:
getsentry/sentry-javascript (@sentry/nextjs)
v10.2.0
Compare Source
Important Changes
ignoreSpans
option (#17078)This release adds a new top-level
Sentry.init
option,ignoreSpans
, that can be used as follows:Spans matching the filter criteria will not be recorded. Potential child spans of filtered spans will be re-parented, if possible.
Adds support for OpenAI manual instrumentation in
@sentry/cloudflare
and@sentry/vercel-edge
.To instrument the OpenAI client, wrap it with
Sentry.instrumentOpenAiClient
and set recording settings.The
startTrace
option is deprecated and will be removed in a future major version. If you want to disable tracing, setSENTRY_TRACES_SAMPLE_RATE
to0.0
. instead. As of today, the flag does not affect traces anymore.Other Changes
gen_ai.invoke_agent
spans from child LLM calls (#17281)sentry.origin
span attribute toSentryTraced
decorator (#17318)openai
to the instrumented fn (#17320)sendBufferedReplayOrFlush
when opening/sending feedback (#17236)Bundle size 📦
v10.1.0
Compare Source
diagnoseSdkConnectivity
doesn't create span (#17280)Bundle size 📦
v10.0.0
Compare Source
Version
10.0.0
marks a release of the Sentry JavaScript SDKs that contains breaking changes. The goal of this release is to primarily upgrade the underlying OpenTelemetry dependencies to v2 with minimal breaking changes.How To Upgrade
Please carefully read through the migration guide in the Sentry docs on how to upgrade from version 9 to version 10. Make sure to select your specific platform/framework in the top left corner: https://docs.sentry.io/platforms/javascript/migration/v9-to-v10/
A comprehensive migration guide outlining all changes can be found within the Sentry JavaScript SDK Repository: https://github.com/getsentry/sentry-javascript/blob/develop/MIGRATION.md
Breaking Changes
BaseClient
(#17071)enableLogs
andbeforeSendLog
experimental options (#17063)hasTracingEnabled
(#17072)_experiments.autoFlushOnFeedback
option as default (#17220)Other Changes
SentryNodeServerlessSDKv10
v10 AWS Lambda Layer (#17069)flushIfServerless
function (#17177)strictTraceContinuation
(#16313)@sentry-internal/node-native-stacktrace
to0.2.2
(#17207)shouldHandleError
option tofastifyIntegration
(#16845)createSentryHandleError
(#17235)fastifyIntegration
error handler (#17208)vercelAiIntegration
have correct trace connected (#17132)handleErrorWithSentry
(#17157)Work in this release was contributed by @richardjelinek-fastest. Thank you for your contribution!
Bundle size 📦
v9.44.2
Compare Source
This release is publishing the AWS Lambda Layer under
SentryNodeServerlessSDKv9
. The previous release9.44.1
accidentally published the layer underSentryNodeServerlessSDKv10
.Bundle size 📦
v9.44.1
Compare Source
Bundle size 📦
v9.44.0
Compare Source
_experiments.autoFlushOnFeedback
(#17219)flushIfServerless
function (#17239)@sentry-internal/node-native-stacktrace
to0.2.2
(#17256)createSentryHandleError
(#17244)Bundle size 📦
v9.43.0
Compare Source
fastifyIntegration
error handler (#17211)Bund
Configuration
📅 Schedule: Branch creation - "before 7am on monday" (UTC), Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.
👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.
This PR was generated by Mend Renovate. View the repository job log.