-
-
Notifications
You must be signed in to change notification settings - Fork 15
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
fix(deps): update sentry-javascript monorepo to v7.92.0 #665
Conversation
d519df1
to
248cf68
Compare
248cf68
to
95e0270
Compare
Edited/Blocked NotificationRenovate will not automatically rebase this PR, because it does not recognize the last commit author and assumes somebody else may have edited the PR. You can manually request rebase by checking the rebase/retry box above. ⚠ Warning: custom changes will be lost. |
|
Copy/paste detection report
|
Deployment details✅ Your stack: remix-trance-stack-renovate-sentry-javascript-monorepo-ephemeral has been successfully deployed.You can access your deployment at the following URL: https://twb08dtu5d.execute-api.us-east-1.amazonaws.com |
🎉 This PR is included in version 3.1.203 🎉 The release is available on GitHub release Your semantic-release bot 📦🚀 |
This PR contains the following updates:
7.57.0
->7.92.0
7.57.0
->7.92.0
Release Notes
getsentry/sentry-javascript (@sentry/react)
v7.92.0
Compare Source
Important Changes
Deprecations
span.updateName()
and deprecatespan.setName()
(#10018)span.getTraceContext()
(#10032)span.toTraceparent()
in favor ofspanToTraceHeader()
util (#10031)trace
in favor ofstartSpan
(#10012)toContext()
andupdateWithContext()
(#10030)deepReadDirSync
(#10016)lastEventId()
(#10043)Please take a look at the Migration docs for more details. These methods will be removed in the upcoming v8 major release.
Cron Monitoring Support for
cron
andnode-cron
librariescron
library (#9999)node-cron
library (#9904)This release adds instrumentation for the
cron
andnode-cron
libraries. This allows you to monitor your cron jobs with Sentry cron monitors.For
cron
:For
node-cron
:Other Changes
enabled
option to Astro integration options (#10007)attributes
toSpan
(#10008)setClient()
andgetClient()
toScope
(#10055)captureErrorCause
inExtraErrorData
integration (#9914)withScope
sets current scope correctly with async callbacks (#9974)NODE_VERSION
properties required (#9964)Work in this release contributed by @joshkel. Thank you for your contribution!
Bundle size 📦
v7.91.0
Compare Source
Important Changes
The release adds alpha support for Sentry developer metrics in the server runtime SDKs (
@sentry/node
,@sentry/deno
,@sentry/nextjs
server-side, etc.). Via the newly introduced APIs, you can now flush metrics directly to Sentry.To enable capturing metrics, you first need to add the
metricsAggregator
experiment to yourSentry.init
call.Then you'll be able to add
counters
,sets
,distributions
, andgauges
under theSentry.metrics
namespace.The ANR tracking integration for Node has been reworked to use an integration. ANR tracking now requires a minimum Node version of 16 or higher. Previously you had to call
Sentry.enableANRDetection
before running your application, now you can simply add theAnr
integration to yourSentry.init
call.Other Changes
getGlobalScope()
method (#9920)getIsolationScope()
method (#9957)span.end()
to replacespan.finish()
(#9954)startSpan
&startSpanManual
fork scope (#9955)startSpan
,startSpanManual
,trace
(#9958)v7.90.0
Compare Source
types
field to package.jsonexports
(#9926)v7.89.0
Compare Source
Important Changes
Deprecations
configureScope
(#9887)pushScope
&popScope
(#9890)This release deprecates
configureScope
,pushScope
, andpopScope
, which will be removed in the upcoming v8 major release.Hapi Integration
This release adds an integration for Hapi. It can be used as follows:
SvelteKit 2.0
This release adds support for SvelteKit 2.0 in the
@sentry/sveltekit
package. If you're upgrading from SvelteKit 1.x to 2.x and already use the Sentry SvelteKit SDK, no changes apart from upgrading to this (or a newer) version are necessary.Other Changes
withScope
to return callback return value (#9866)Deno.CronSchedule
for cron jobs (#9880)canvas.type
setting (#9877)createReduxEnhancer
(#9854)Event
type in worldwide (#9864)eventFromUnknownInput
to avoid scope pollution &getCurrentHub
(#9868)addBreadcrumb
directly & allow to pass hint (#9867)Work in this release contributed by @adam187, and @jghinestrosa. Thank you for your contributions!
v7.88.0
Compare Source
Important Changes
The release adds alpha support for Sentry developer metrics in the Browser SDKs (
@sentry/browser
and related framework SDKs). Via the newly introduced APIs, you can now flush metrics directly to Sentry.To enable capturing metrics, you first need to add the
MetricsAggregator
integration.Then you'll be able to add
counters
,sets
,distributions
, andgauges
under theSentry.metrics
namespace.In a future release we'll add support for server runtimes (Node, Deno, Bun, Vercel Edge, etc.)
Deno.cron
(#9808)This releases add support for instrumenting Deno cron's with Sentry cron monitors. This requires v1.38 of Deno run with the
--unstable
flag and the usage of theDenoCron
Sentry integration.Other Changes
rrweb
to 2.6.0 (#9847)v7.87.0
Compare Source
getCurrentScope()
method (#9800)rrweb
to 2.5.0 (#9803)./exports
(#9775)assetPrefix
is defined (#9766)v7.86.0
Compare Source
process.env.NODE_ENV
access in Spotlight integration (#9748)v7.85.0
Compare Source
addEventProcessor
method (#9554)box-shadow
to use CSS var (#9630)Bundle size 📦
v7.84.0
Compare Source
Important Changes
automaticVercelMonitors
to befalse
by default (#9697)From this version onwards the default for the
automaticVercelMonitors
option in the Next.js SDK is set to false.Previously, if you made use of Vercel Crons the SDK automatically instrumented the relevant routes to create Sentry monitors.
Because this feature will soon be generally available, we are now flipping the default to avoid situations where quota is used unexpectedly.
If you want to continue using this feature, make sure to set the
automaticVercelMonitors
flag totrue
in yournext.config.js
Sentry settings.Other Changes
astro
peer dependency range (#9696)middleware
in node_modules (#9686)Bundle size 📦
v7.83.0
Compare Source
assets
option to source maps upload options (#9668)exactOptionalPropertyTypes
onErrorBoundary
(#9098)types
(#9682)Bundle size 📦
v7.82.0
Compare Source
setup
hook to integrations (#9556)getClient()
method (#9638)mechanism
as event hint (#9590)continueTrace
without callback (#9615)addInstrumentationHandler
to dedicated methods (#9542)BODY_PARSE_ERROR
warning & time out fetch response load (#9622)RequestData
integration to@sentry/core
(#9597)Work in this release contributed by @arya-s. Thank you for your contribution!
Bundle size 📦
v7.81.1
Compare Source
globalThis
instead ofglobal
in edge runtime (#9612)Work in this release contributed by @powerfulyang, @LubomirIgonda1, @joshkel, and @alexgleason. Thank you for your contributions!
v7.81.0
Compare Source
Important Changes
- feat(nextjs): Add instrumentation utility for server actions (#9553)
This release adds a utility function
withServerActionInstrumentation
to the@sentry/nextjs
SDK for instrumenting your Next.js server actions with error and performance monitoring.You can optionally pass form data and headers to record them, and configure the wrapper to record the Server Action responses:
Other Changes
sendFeedback
(#9560)level
and remove breadcrumbs from feedback event (#9533)extractTraceParentData
from@sentry/core
& downstream packages (#9158)Work in this release contributed by @snoozbuster. Thank you for your contribution!
v7.80.1
Compare Source
db.prisma
(#9512)Bundle size 📦
v7.80.0
Compare Source
<meta>
tags (#9483)MetaFunction
parameters (#9493)Bundle size 📦
v7.79.0
Compare Source
origin
to trace context (#9472)v7.78.0
Compare Source
Important Changes
We've dramatically decreased the bundle size of our Replay package, reducing the minified & gzipped bundle size by ~20 KB!
This was possible by extensive use of tree shaking and a host of small changes to reduce our footprint:
By using tree shaking it is possible to shave up to 10 additional KB off the bundle.
Other Changes
openDialog
andcloseDialog
onto integration interface (#9464)beforeErrorSampling
(#9470)Bundle size 📦
v7.77.0
Compare Source
Configuration
📅 Schedule: Branch creation - "* * * * *" (UTC), Automerge - At any time (no schedule defined).
🚦 Automerge: Enabled.
♻ 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 has been generated by Mend Renovate. View repository job log here.