-
-
Notifications
You must be signed in to change notification settings - Fork 206
fix(deps): update sentry-javascript monorepo - autoclosed #2808
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
Conversation
|
db422fe to
faa06a8
Compare
faa06a8 to
84c09e3
Compare
a22e28c to
6b94498
Compare
4b767cf to
1930114
Compare
1930114 to
e326acc
Compare
e326acc to
5f2fcd1
Compare
5f2fcd1 to
84e69d3
Compare
84e69d3 to
63eae01
Compare
63eae01 to
6975123
Compare
6975123 to
9fa4221
Compare
9fa4221 to
4593e6c
Compare
4593e6c to
84e437a
Compare
89ab74f to
1044cfb
Compare
1044cfb to
04b80f9
Compare
04b80f9 to
d16a024
Compare
d16a024 to
b3c40e9
Compare
dde6c71 to
2f87d85
Compare
2f87d85 to
735ff0a
Compare
735ff0a to
3852920
Compare
3852920 to
0681886
Compare
b5e3aab to
0e2d34d
Compare
55b5087 to
a2eb1f5
Compare
a2eb1f5 to
c2ef16b
Compare
This PR contains the following updates:
8.49.0->8.55.07.114.0->7.120.3Release Notes
getsentry/sentry-javascript (@sentry/node)
v8.55.0Compare Source
Important Changes
SentryNodeServerlessSDKv8(#15351)The
SentryNodeServerlessSDKAWS Lambda Layer will stop receiving updates.If you intend to stay on
v8and receive updates useSentryNodeServerlessSDKv8instead.Other Changes
vercelAIIntegrationexport (#15339)enabledto disable Sentry module (#15337) (#15381)registerEsmLoaderHooks(#15352)beforeUpdatecall (#15262)Work in this release was contributed by @aryanvdesh. Thank you for your contribution!
Bundle size 📦
v8.54.0Compare Source
Work in this release was contributed by @nwalters512. Thank you for your contribution!
v8.53.0Compare Source
urltoSourcemapsUploadOptions(#15202)fromLocationcan be undefined in Tanstack Router Instrumentation (#15237)Work in this release was contributed by @tannerlinsley. Thank you for your contribution!
v8.52.1Compare Source
this.nametonew.target.prototype.constructor.name(#15222)Work in this release was contributed by @Zen-cronic. Thank you for your contribution!
v8.52.0Compare Source
Important Changes
withSentrywrapper for SolidStart config (#15135)To enable the SolidStart SDK, wrap your SolidStart Config with
withSentry. ThesentrySolidStartViteplugin is now automaticallyadded by
withSentryand you can pass the Sentry build-time options like this:With the
withSentrywrapper, the Sentry server config should not be added to thepublicdirectory anymore.Add the Sentry server config in
src/instrument.server.ts. Then, the server config will be placed inside the server build output asinstrument.server.mjs.Now, there are two options to set up the SDK:
--importCLI flag to the start command like this (path depends on your server setup):node --import ./.output/server/instrument.server.mjs .output/server/index.mjsautoInjectServerSentry: 'top-level-import'and the Sentry config will be imported at the top of the server entry (comes with tracing limitations)Other Changes
Bun.servesurvives a server reload (#15157)moduleintoloadModule(#15139) (#15166)Work in this release was contributed by @jahands, @jrandolf, and @nathankleyn. Thank you for your contributions!
v8.51.0Compare Source
Important Changes
feat(v8/node): Add
prismaInstrumentationoption to Prisma integration as escape hatch for all Prisma versions (#15128)This release adds a compatibility API to add support for Prisma version 6.
To capture performance data for Prisma version 6:
Install the
@prisma/instrumentationpackage on version 6.Pass a
new PrismaInstrumentation()instance as exported from@prisma/instrumentationto theprismaInstrumentationoption:The passed instrumentation instance will override the default instrumentation instance the integration would use, while the
prismaIntegrationwill still ensure data compatibility for the various Prisma versions.Remove the
previewFeatures = ["tracing"]option from the client generator block of your Prisma schema.Other Changes
multiplexedtransport.jsCDN bundle (#15046)fetchProxyScriptNonceoption (#15011)fatalevents should set session as crashed (#15073)Work in this release was contributed by @tjhiggins, and @nwalters512. Thank you for your contributions!
v8.50.0Compare Source
createMemoryRouter(#14985)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.
👻 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.