fix(deps): update dependency @sentry/gatsby to v9 - autoclosed#274
Closed
renovate[bot] wants to merge 1 commit intomainfrom
Closed
fix(deps): update dependency @sentry/gatsby to v9 - autoclosed#274renovate[bot] wants to merge 1 commit intomainfrom
renovate[bot] wants to merge 1 commit intomainfrom
Conversation
074d129 to
76e940a
Compare
d52015f to
5bf9ddb
Compare
5bf9ddb to
874879a
Compare
874879a to
89f0968
Compare
89f0968 to
df61029
Compare
df61029 to
74bfff1
Compare
74bfff1 to
5d51b5d
Compare
5d51b5d to
8f4754e
Compare
8f4754e to
aa13144
Compare
aa13144 to
d08e58e
Compare
auto-merge was automatically disabled
April 17, 2025 04:44
Pull request was closed
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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.107.0->^9.0.0Release Notes
getsentry/sentry-javascript (@sentry/gatsby)
v9.12.0Compare Source
v9.11.0Compare Source
http.redirect_countattribute tobrowser.redirectspan (#15943)consoleLoggingIntegrationfor logs (#15955)turbopackas tag (#15928)sentryHandleRequest(#15787)moduleinstead ofrequirefor CJS check (#15927)ErrorBoundarywrapper (#15930)sentry.previous_tracespan attribute (#15957)Bundle size 📦
v9.10.1Compare Source
3.2.4(#15909)v9.10.0Compare Source
Important Changes
feat: Add support for logs
beforeSendLog(#15814)All JavaScript SDKs other than
@sentry/cloudflareand@sentry/denonow support sending logs via dedicated methods as part of Sentry's upcoming logging product.Logging is gated by an experimental option,
_experiments.enableLogs.With server-side SDKs like
@sentry/node,@sentry/bunor server-side of@sentry/nextjsor@sentry/sveltekit, you can do structured logging without needing thefmthelper function.To filter logs, or update them before they are sent to Sentry, you can use the
_experiments.beforeSendLogoption.feat(browser): Add
diagnoseSdkConnectivity()function to programmatically detect possible connectivity issues (#15821)The
diagnoseSdkConnectivity()function can be used to programmatically detect possible connectivity issues with the Sentry SDK.The result will be an object with the following properties:
"no-client-active": There was no active client when the function was called. This possibly means that the SDK was not initialized yet."sentry-unreachable": The Sentry SaaS servers were not reachable. This likely means that there is an ad blocker active on the page or that there are other connection issues.undefined: The SDK is working as expected.SDK Tracing Performance Improvements for Node SDKs
dropUndefinedKeys(#15796)dropUndefinedKeysforspanToJSONcalls (#15792)SentryErrorfor PromiseBuffer control flow (#15822)dropUndefinedKeysin SpanExporter (#15794)SentryErrorfor event processing control flow (#15823)dropUndefinedKeysin Node SDK init (#15797)We've been hard at work making performance improvements to the Sentry Node SDKs (
@sentry/node,@sentry/aws-serverless,@sentry/nestjs, etc.). We've seen that upgrading from9.7.0to9.10.0leads to 30-40% improvement in request latency for HTTP web-server applications that use tracing with high sample rates. Non web-server applications and non-tracing applications will see smaller improvements.Other Changes
rrwebto2.35.0(#15825)3.2.3(#15829)v9.9.0Compare Source
Important Changes
feat(nextjs): Support
instrumentation-client.ts(#15705)Next.js recently added a feature to support client-side (browser) instrumentation via the
experimental.clientInstrumentationHookflag and theinstrumentation-client.tsfile.To be forwards compatible, the Sentry Next.js SDK will now pick up
instrumentation-client.tsfiles even on older Next.js versions and add them to your client bundles.It is suggested that you either rename your
sentry.client.config.tsfile toinstrumentation-client.ts, or if you already happen to have ainstrumentation-client.tsfile move the contents ofsentry.client.config.tstoinstrumentation-client.ts.feat(browser): Add
previous_tracespan links (#15569)The
@sentry/browserSDK and SDKs based on@sentry/browsernow emits a link from the first root span of a newly started trace to the root span of a previously started trace. You can control this feature via an option inbrowserTracingIntegration():feat(browser): Add
logger.Xmethods to browser SDK (#15763)For Sentry's upcoming logging product, the SDK now supports sending logs via dedicated methods.
Please note that the logs product is still in early access. See the link above for more information.
Other Changes
parseStringToURLmethod (#15768)dropUndefinedKeys(#15760)shouldHandleError(#15771)addNonEnumerableProperty(#15766)dropUndefinedKeys()(#15757)dropUndefinedKeys()(#15781)v9.8.0Compare Source
res.endbefore passing to Proxy (#15776)eventFiltersintegration (#15752)v9.7.0Compare Source
captureLogmethod (#15717)sentryHandleError(#15726)fatallevel for unhandled rejections instrictmode (#15720)v9.6.1Compare Source
v9.6.0Compare Source
Important Changes
feat(tanstackstart): Add
@sentry/tanstackstart-reactpackage and make@sentry/tanstackstartpackage a utility package (#15629)Since TanStack Start is supposed to be a generic framework that supports libraries like React and Solid, the
@sentry/tanstackstartSDK package was renamed to@sentry/tanstackstart-reactto reflect that the SDK is specifically intended to be used for React TanStack Start applications.Note that the TanStack Start SDK is still in alpha status and may be subject to breaking changes in non-major package updates.
Other Changes
fillonly patches functions (#15632)pageExtensionswhen looking for instrumentation file (#15701)options(#15610)Work in this release was contributed by @angelikatyborska and @nwalters512. Thank you for your contributions!
v9.5.0Compare Source
Important Changes
We found some issues with the new feedback screenshot annotation where screenshots are not being generated properly. Due to this issue, we are reverting the feature.
Other Changes
4.34.9(#15589)@sentry/remix/cloudflare(#15599)Work in this release was contributed by @msurdi-a8c, @namoscato, and @rileyg98. Thank you for your contributions!
v9.4.0Compare Source
@sentry/clifrom 2.41.1 to 2.42.2 (#15510)@sentry/webpack-pluginfrom 3.1.2 to 3.2.1 (#15512)use clientdirective to client SDK entrypoints (#15575)AsyncLocalStorageasync context strategy is used in Cloudflare Pages (#15557)@cloudflare/workers-typesan optional peer dependency (#15554)onRequestErrorin version 15 (#15553)undefinedtransport to be passed in (#15560)Bundle size 📦
v9.3.0Compare Source
Important Changes
With this release we're publishing two new SDKs in experimental alpha stage:
For details please refer to the README
For details please refer to the README
This PR adds support for Shopify Hydrogen applications running on MiniOxygen runtime.
Other Changes
forceTransactionto trpc middleware options (#15519)inboundFiltersIntegrationtoeventFiltersIntegration(#15434)allowUrlsanddenyUrlsfor linked and aggregate exceptions (#15521)processcheck when flushing events (#15516)Work in this release was contributed by @GerryWilko and @leoambio. Thank you for your contributions!
v9.2.0Compare Source
Important Changes
This release adds full tracing support for Express v5, and improves tracing support for Nest.js 11 (which uses Express v5) in the Nest.js SDK.
This release adds support for deploying SvelteKit applications to Cloudflare Pages.
A docs update with updated instructions will follow shortly.
Until then, you can give this a try by setting up the SvelteKit SDK as usual and then following the instructions outlined in the PR.
Thank you @SG60 for contributing this feature!
Other Changes
addLink(s)to Sentry span (#15452)enableNitroErrorHandlerto server options (#15444)addLink(s)to span (#15387)linksto span options (#15403)performance.measurespans have a positive duration (#15415)gmoerror to Inbound Filters (#15432)http.clientspan descriptions don't contain query params or fragments (#15404)@opentelemetry/instrumentation(#15419)SentryNuxtServerOptionstype for server init (#15441)Work in this release was contributed by @6farer, @dgavranic and @SG60. Thank you for your contributions!
Bundle size 📦
v9.1.0Compare Source
graphqlClientIntegration(#13783)viteimport (#15371)Work in this release was contributed by @Zen-cronic and @filips-alpe. Thank you for your contribution!
v9.0.1Compare Source
v9.0.0Compare Source
Version
9.0.0marks a release of the Sentry JavaScript SDKs that contains breaking changes.The goal of this release is to trim down on unused and potentially confusing APIs, prepare the SDKs for future framework versions to build deeper instrumentation, and remove old polyfills to reduce the packages' size.
How To Upgrade
Please carefully read through the migration guide in the Sentry docs on how to upgrade from version 8 to version 9.
Make sure to select your specific platform/framework in the top left corner: https://docs.sentry.io/platforms/javascript/migration/v8-to-v9/
A comprehensive migration guide outlining all changes for all the frameworks can be found within the Sentry JavaScript SDK Repository: https://github.com/getsentry/sentry-javascript/blob/develop/MIGRATION.md
Breaking Changes
~5.0.0(#14758)nitro-utilspackage (#14998)sendDefaultPii: true(#15084)autoSessionTrackingoption (#14802)enableTracing(#15078)getCurrentHub(),Hub, andgetCurrentHubShim()(#15122)spanIdfrom propagation context (#14733)>=18as minimum supported version (#14749)captureUserFeedbackmethod (#14820)normalizedRequesttosamplingContext(#14902)beforeSendSpanand disallow returningnull(#14831)BAGGAGE_HEADER_NAMEexport (#14785)TransactionNamingSchemetype (#14865)addOpenTelemetryInstrumentationmethod (#14792)arrayifymethod (#14782)debugIntegrationandsessionTimingIntegration(#14747)flattenmethod (#14784)getDomElementmethod (#14797)makeFifoCachemethod (#14786)memoBuilderexport &WeakSetfallback (#14859)transactionContextfromsamplingContext(#14904)urlEncodemethod (#14783)Requesttype (#14858)Clientinterface & deprecateBaseClient(#14800)eventas argument forrecordDroppedEvent(#14999)requestDataIntegration(#14898)hasTracingEnabledto consider empty trace config (#14857)requestDataIntegrationhandling (#14806)<=3.x(#15032)nestIntegrationinto nest sdk and removesetupNestErrorHandler(#14751)@WithSentrydecorator (#14762)SentryService(#14759)experimental_captureRequestError(#14607)processThreadBreadcrumbIntegration(#14666)registerEsmLoaderHooks(#15002)1.63.0(#15030)getNumberOfUrlSegmentsmethod (#14744)ErrorBoundarycomponentStacktype (#14742)autoInstrumentRemixoption (#15074)--importsetup and addautoInjectServerSentry(#14862)sentrySolidStartVite(#15143)fetchProxyScriptNonceoption (#15123)@sentry/utilspackage (#14830)vueIntegration'stracingOptionsoption (#14856)"update"spans for component tracking by default (#14602)vercelAIIntegrationtoVercelAI(#15298)logErrorfromvueIntegration(#14958)ReportDialogOptions(#14861)captureConsoleIntegrationashandled: trueby default (#14734)shutdownTimeoutoption type from core to node (#15217)Scopetype interface in favor of usingScopeclass (#14721)Other Changes
import-in-the-middleto1.12.0(#14796)SentryNodeServerlessSDKv9(#14927)user.ip_addressexplicitly to{{auto}}(#15008)inheritOrSampleWithhelper totraceSampler(#15277)hasTracingEnabledtohasSpansEnabled(#15309)SpanJSONtype (#14693)@sentry/deno(#15014)deno.land(#15016)Configuration
📅 Schedule: Branch creation - "* 0-3 1 * *" (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 this update again.
This PR was generated by Mend Renovate. View the repository job log.