Skip to content

Commit

Permalink
Update dependency @sentry/browser to v9 (#2657)
Browse files Browse the repository at this point in the history
This PR contains the following updates:

| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
|
[@sentry/browser](https://redirect.github.com/getsentry/sentry-javascript/tree/master/packages/browser)
([source](https://redirect.github.com/getsentry/sentry-javascript)) |
[`8.54.0` ->
`9.0.0`](https://renovatebot.com/diffs/npm/@sentry%2fbrowser/8.54.0/9.0.0)
|
[![age](https://developer.mend.io/api/mc/badges/age/npm/@sentry%2fbrowser/9.0.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/@sentry%2fbrowser/9.0.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/@sentry%2fbrowser/8.54.0/9.0.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/@sentry%2fbrowser/8.54.0/9.0.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|

---

### Release Notes

<details>
<summary>getsentry/sentry-javascript (@&#8203;sentry/browser)</summary>

###
[`v9.0.0`](https://redirect.github.com/getsentry/sentry-javascript/blob/HEAD/CHANGELOG.md#900)

Version `9.0.0` marks 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

- doc(deno)!: Make Deno v2 the minimum supported version
([#&#8203;15085](https://redirect.github.com/getsentry/sentry-javascript/issues/15085))
- feat!: Bump typescript to `~5.0.0`
([#&#8203;14758](https://redirect.github.com/getsentry/sentry-javascript/issues/14758))
- feat!: Drop `nitro-utils` package
([#&#8203;14998](https://redirect.github.com/getsentry/sentry-javascript/issues/14998))
- feat!: Only collect ip addresses with `sendDefaultPii: true`
([#&#8203;15084](https://redirect.github.com/getsentry/sentry-javascript/issues/15084))
- feat!: Remove `autoSessionTracking` option
([#&#8203;14802](https://redirect.github.com/getsentry/sentry-javascript/issues/14802))
- feat!: Remove `enableTracing`
([#&#8203;15078](https://redirect.github.com/getsentry/sentry-javascript/issues/15078))
- feat!: Remove `getCurrentHub()`, `Hub`, and `getCurrentHubShim()`
([#&#8203;15122](https://redirect.github.com/getsentry/sentry-javascript/issues/15122))
- feat!: Remove `spanId` from propagation context
([#&#8203;14733](https://redirect.github.com/getsentry/sentry-javascript/issues/14733))
- feat!: Remove deprecated and unused code
([#&#8203;15077](https://redirect.github.com/getsentry/sentry-javascript/issues/15077))
- feat!: Remove metrics API from the JS SDK
([#&#8203;14745](https://redirect.github.com/getsentry/sentry-javascript/issues/14745))
- feat!: Require Node `>=18` as minimum supported version
([#&#8203;14749](https://redirect.github.com/getsentry/sentry-javascript/issues/14749))
- feat(astro)!: Respect user-specified source map setting
([#&#8203;14941](https://redirect.github.com/getsentry/sentry-javascript/issues/14941))
- feat(browser)!: Remove `captureUserFeedback` method
([#&#8203;14820](https://redirect.github.com/getsentry/sentry-javascript/issues/14820))
- feat(build)!: Drop pre-ES2020 polyfills
([#&#8203;14882](https://redirect.github.com/getsentry/sentry-javascript/issues/14882))
- feat(core)!: Add `normalizedRequest` to `samplingContext`
([#&#8203;14902](https://redirect.github.com/getsentry/sentry-javascript/issues/14902))
- feat(core)!: Always use session from isolation scope
([#&#8203;14860](https://redirect.github.com/getsentry/sentry-javascript/issues/14860))
- feat(core)!: Pass root spans to `beforeSendSpan` and disallow
returning `null`
([#&#8203;14831](https://redirect.github.com/getsentry/sentry-javascript/issues/14831))
- feat(core)!: Remove `BAGGAGE_HEADER_NAME` export
([#&#8203;14785](https://redirect.github.com/getsentry/sentry-javascript/issues/14785))
- feat(core)!: Remove `TransactionNamingScheme` type
([#&#8203;14865](https://redirect.github.com/getsentry/sentry-javascript/issues/14865))
- feat(core)!: Remove `addOpenTelemetryInstrumentation` method
([#&#8203;14792](https://redirect.github.com/getsentry/sentry-javascript/issues/14792))
- feat(core)!: Remove `arrayify` method
([#&#8203;14782](https://redirect.github.com/getsentry/sentry-javascript/issues/14782))
- feat(core)!: Remove `debugIntegration` and `sessionTimingIntegration`
([#&#8203;14747](https://redirect.github.com/getsentry/sentry-javascript/issues/14747))
- feat(core)!: Remove `flatten` method
([#&#8203;14784](https://redirect.github.com/getsentry/sentry-javascript/issues/14784))
- feat(core)!: Remove `getDomElement` method
([#&#8203;14797](https://redirect.github.com/getsentry/sentry-javascript/issues/14797))
- feat(core)!: Remove `makeFifoCache` method
([#&#8203;14786](https://redirect.github.com/getsentry/sentry-javascript/issues/14786))
- feat(core)!: Remove `memoBuilder` export & `WeakSet` fallback
([#&#8203;14859](https://redirect.github.com/getsentry/sentry-javascript/issues/14859))
- feat(core)!: Remove `transactionContext` from `samplingContext`
([#&#8203;14904](https://redirect.github.com/getsentry/sentry-javascript/issues/14904))
- feat(core)!: Remove `urlEncode` method
([#&#8203;14783](https://redirect.github.com/getsentry/sentry-javascript/issues/14783))
- feat(core)!: Remove deprecated `Request` type
([#&#8203;14858](https://redirect.github.com/getsentry/sentry-javascript/issues/14858))
- feat(core)!: Remove deprecated request data methods
([#&#8203;14896](https://redirect.github.com/getsentry/sentry-javascript/issues/14896))
- feat(core)!: Remove standalone `Client` interface & deprecate
`BaseClient`
([#&#8203;14800](https://redirect.github.com/getsentry/sentry-javascript/issues/14800))
- feat(core)!: Remove validSeverityLevels export
([#&#8203;14765](https://redirect.github.com/getsentry/sentry-javascript/issues/14765))
- feat(core)!: Stop accepting `event` as argument for
`recordDroppedEvent`
([#&#8203;14999](https://redirect.github.com/getsentry/sentry-javascript/issues/14999))
- feat(core)!: Stop setting user in `requestDataIntegration`
([#&#8203;14898](https://redirect.github.com/getsentry/sentry-javascript/issues/14898))
- feat(core)!: Type sdkProcessingMetadata more strictly
([#&#8203;14855](https://redirect.github.com/getsentry/sentry-javascript/issues/14855))
- feat(core)!: Update `hasTracingEnabled` to consider empty trace config
([#&#8203;14857](https://redirect.github.com/getsentry/sentry-javascript/issues/14857))
- feat(core)!: Update `requestDataIntegration` handling
([#&#8203;14806](https://redirect.github.com/getsentry/sentry-javascript/issues/14806))
- feat(deno)!: Remove deno prepack
([#&#8203;14829](https://redirect.github.com/getsentry/sentry-javascript/issues/14829))
- feat(ember)!: Officially drop support for ember `<=3.x`
([#&#8203;15032](https://redirect.github.com/getsentry/sentry-javascript/issues/15032))
- feat(nestjs)!: Move `nestIntegration` into nest sdk and remove
`setupNestErrorHandler`
([#&#8203;14751](https://redirect.github.com/getsentry/sentry-javascript/issues/14751))
- feat(nestjs)!: Remove `@WithSentry` decorator
([#&#8203;14762](https://redirect.github.com/getsentry/sentry-javascript/issues/14762))
- feat(nestjs)!: Remove `SentryService`
([#&#8203;14759](https://redirect.github.com/getsentry/sentry-javascript/issues/14759))
- feat(nextjs)!: Don't rely on Next.js Build ID for release names
([#&#8203;14939](https://redirect.github.com/getsentry/sentry-javascript/issues/14939))
- feat(nextjs)!: Remove `experimental_captureRequestError`
([#&#8203;14607](https://redirect.github.com/getsentry/sentry-javascript/issues/14607))
- feat(nextjs)!: Respect user-provided source map generation settings
([#&#8203;14956](https://redirect.github.com/getsentry/sentry-javascript/issues/14956))
- feat(node)!: Add support for Prisma v6 and drop v5 support
([#&#8203;15120](https://redirect.github.com/getsentry/sentry-javascript/issues/15120))
- feat(node)!: Avoid http spans by default for custom OTEL setups
([#&#8203;14678](https://redirect.github.com/getsentry/sentry-javascript/issues/14678))
- feat(node)!: Collect request sessions via HTTP instrumentation
([#&#8203;14658](https://redirect.github.com/getsentry/sentry-javascript/issues/14658))
- feat(node)!: Remove `processThreadBreadcrumbIntegration`
([#&#8203;14666](https://redirect.github.com/getsentry/sentry-javascript/issues/14666))
- feat(node)!: Remove fine grained `registerEsmLoaderHooks`
([#&#8203;15002](https://redirect.github.com/getsentry/sentry-javascript/issues/15002))
- feat(opentelemetry)!: Exclusively pass root spans through sampling
pipeline
([#&#8203;14951](https://redirect.github.com/getsentry/sentry-javascript/issues/14951))
- feat(pinia)!: Include state of all stores in breadcrumb
([#&#8203;15312](https://redirect.github.com/getsentry/sentry-javascript/issues/15312))
- feat(react)!: Raise minimum supported TanStack Router version to
`1.63.0`
([#&#8203;15030](https://redirect.github.com/getsentry/sentry-javascript/issues/15030))
- feat(react)!: Remove deprecated `getNumberOfUrlSegments` method
([#&#8203;14744](https://redirect.github.com/getsentry/sentry-javascript/issues/14744))
- feat(react)!: Remove deprecated react router methods
([#&#8203;14743](https://redirect.github.com/getsentry/sentry-javascript/issues/14743))
- feat(react)!: Update `ErrorBoundary` `componentStack` type
([#&#8203;14742](https://redirect.github.com/getsentry/sentry-javascript/issues/14742))
- feat(remix)!: Drop support for Remix v1
([#&#8203;14988](https://redirect.github.com/getsentry/sentry-javascript/issues/14988))
- feat(remix)!: Remove `autoInstrumentRemix` option
([#&#8203;15074](https://redirect.github.com/getsentry/sentry-javascript/issues/15074))
- feat(solidstart)!: Default to `--import` setup and add
`autoInjectServerSentry`
([#&#8203;14862](https://redirect.github.com/getsentry/sentry-javascript/issues/14862))
- feat(solidstart)!: No longer export `sentrySolidStartVite`
([#&#8203;15143](https://redirect.github.com/getsentry/sentry-javascript/issues/15143))
- feat(solidstart)!: Respect user-provided source map setting
([#&#8203;14979](https://redirect.github.com/getsentry/sentry-javascript/issues/14979))
- feat(svelte)!: Disable component update tracking by default
([#&#8203;15265](https://redirect.github.com/getsentry/sentry-javascript/issues/15265))
- feat(sveltekit)!: Drop support for SvelteKit
[@&#8203;1](https://redirect.github.com/1).x
([#&#8203;15037](https://redirect.github.com/getsentry/sentry-javascript/issues/15037))
- feat(sveltekit)!: Remove `fetchProxyScriptNonce` option
([#&#8203;15123](https://redirect.github.com/getsentry/sentry-javascript/issues/15123))
- feat(sveltekit)!: Respect user-provided source map generation settings
([#&#8203;14886](https://redirect.github.com/getsentry/sentry-javascript/issues/14886))
- feat(utils)!: Remove `@sentry/utils` package
([#&#8203;14830](https://redirect.github.com/getsentry/sentry-javascript/issues/14830))
- feat(vue)!: Remove configuring Vue tracing options anywhere else other
than through the `vueIntegration`'s `tracingOptions` option
([#&#8203;14856](https://redirect.github.com/getsentry/sentry-javascript/issues/14856))
- feat(vue/nuxt)!: No longer create `"update"` spans for component
tracking by default
([#&#8203;14602](https://redirect.github.com/getsentry/sentry-javascript/issues/14602))
- fix(node)!: Fix name of `vercelAIIntegration` to `VercelAI`
([#&#8203;15298](https://redirect.github.com/getsentry/sentry-javascript/issues/15298))
- fix(vue)!: Remove `logError` from `vueIntegration`
([#&#8203;14958](https://redirect.github.com/getsentry/sentry-javascript/issues/14958))
- ref!: Don't polyfill optional chaining and nullish coalescing
([#&#8203;14603](https://redirect.github.com/getsentry/sentry-javascript/issues/14603))
- ref(core)!: Cleanup internal types, including `ReportDialogOptions`
([#&#8203;14861](https://redirect.github.com/getsentry/sentry-javascript/issues/14861))
- ref(core)!: Mark exceptions from `captureConsoleIntegration` as
`handled: true` by default
([#&#8203;14734](https://redirect.github.com/getsentry/sentry-javascript/issues/14734))
- ref(core)!: Move `shutdownTimeout` option type from core to node
([#&#8203;15217](https://redirect.github.com/getsentry/sentry-javascript/issues/15217))
- ref(core)!: Remove `Scope` type interface in favor of using `Scope`
class
([#&#8203;14721](https://redirect.github.com/getsentry/sentry-javascript/issues/14721))
- ref(core)!: Remove backwards compatible SentryCarrier type
([#&#8203;14697](https://redirect.github.com/getsentry/sentry-javascript/issues/14697))

##### Other Changes

- chore(browser): Export ipAddress helpers for use in other SDKs
([#&#8203;15079](https://redirect.github.com/getsentry/sentry-javascript/issues/15079))
- deps(node): Bump `import-in-the-middle` to `1.12.0`
([#&#8203;14796](https://redirect.github.com/getsentry/sentry-javascript/issues/14796))
- feat(aws): Rename AWS lambda layer name to `SentryNodeServerlessSDKv9`
([#&#8203;14927](https://redirect.github.com/getsentry/sentry-javascript/issues/14927))
- feat(aws-serverless): Upgrade OTEL deps
([#&#8203;15091](https://redirect.github.com/getsentry/sentry-javascript/issues/15091))
- feat(browser): Set `user.ip_address` explicitly to `{{auto}}`
([#&#8203;15008](https://redirect.github.com/getsentry/sentry-javascript/issues/15008))
- feat(core): Add `inheritOrSampleWith` helper to `traceSampler`
([#&#8203;15277](https://redirect.github.com/getsentry/sentry-javascript/issues/15277))
- feat(core): Emit client reports for unsampled root spans on span start
([#&#8203;14936](https://redirect.github.com/getsentry/sentry-javascript/issues/14936))
- feat(core): Rename `hasTracingEnabled` to `hasSpansEnabled`
([#&#8203;15309](https://redirect.github.com/getsentry/sentry-javascript/issues/15309))
- feat(core): Streamline `SpanJSON` type
([#&#8203;14693](https://redirect.github.com/getsentry/sentry-javascript/issues/14693))
- feat(deno): Don't bundle `@sentry/deno`
([#&#8203;15014](https://redirect.github.com/getsentry/sentry-javascript/issues/15014))
- feat(deno): Don't publish to `deno.land`
([#&#8203;15016](https://redirect.github.com/getsentry/sentry-javascript/issues/15016))
- feat(deno): Stop inlining types from core
([#&#8203;14729](https://redirect.github.com/getsentry/sentry-javascript/issues/14729))
- feat(deps): Bump
[@&#8203;opentelemetry/instrumentation-amqplib](https://redirect.github.com/opentelemetry/instrumentation-amqplib)
from 0.45.0 to 0.46.0
([#&#8203;14835](https://redirect.github.com/getsentry/sentry-javascript/issues/14835))
- feat(deps): Bump
[@&#8203;opentelemetry/instrumentation-aws-lambda](https://redirect.github.com/opentelemetry/instrumentation-aws-lambda)
from 0.49.0 to 0.50.0
([#&#8203;14833](https://redirect.github.com/getsentry/sentry-javascript/issues/14833))
- feat(deps): Bump
[@&#8203;opentelemetry/instrumentation-express](https://redirect.github.com/opentelemetry/instrumentation-express)
from 0.46.0 to 0.47.0
([#&#8203;14834](https://redirect.github.com/getsentry/sentry-javascript/issues/14834))
- feat(deps): Bump
[@&#8203;opentelemetry/instrumentation-mysql2](https://redirect.github.com/opentelemetry/instrumentation-mysql2)
from 0.44.0 to 0.45.0
([#&#8203;14836](https://redirect.github.com/getsentry/sentry-javascript/issues/14836))
- feat(deps): Bump
[@&#8203;opentelemetry/propagation-utils](https://redirect.github.com/opentelemetry/propagation-utils)
from 0.30.14 to 0.30.15
([#&#8203;14832](https://redirect.github.com/getsentry/sentry-javascript/issues/14832))
- feat(deps): bump
[@&#8203;opentelemetry/context-async-hooks](https://redirect.github.com/opentelemetry/context-async-hooks)
from 1.29.0 to 1.30.0
([#&#8203;14869](https://redirect.github.com/getsentry/sentry-javascript/issues/14869))
- feat(deps): bump
[@&#8203;opentelemetry/instrumentation-generic-pool](https://redirect.github.com/opentelemetry/instrumentation-generic-pool)
from 0.42.0 to 0.43.0
([#&#8203;14870](https://redirect.github.com/getsentry/sentry-javascript/issues/14870))
- feat(deps): bump
[@&#8203;opentelemetry/instrumentation-knex](https://redirect.github.com/opentelemetry/instrumentation-knex)
from 0.43.0 to 0.44.0
([#&#8203;14872](https://redirect.github.com/getsentry/sentry-javascript/issues/14872))
- feat(deps): bump
[@&#8203;opentelemetry/instrumentation-mongodb](https://redirect.github.com/opentelemetry/instrumentation-mongodb)
from 0.50.0 to 0.51.0
([#&#8203;14871](https://redirect.github.com/getsentry/sentry-javascript/issues/14871))
- feat(deps): bump
[@&#8203;opentelemetry/instrumentation-tedious](https://redirect.github.com/opentelemetry/instrumentation-tedious)
from 0.17.0 to 0.18.0
([#&#8203;14868](https://redirect.github.com/getsentry/sentry-javascript/issues/14868))
- feat(deps): bump
[@&#8203;sentry/cli](https://redirect.github.com/sentry/cli) from 2.39.1
to 2.41.1
([#&#8203;15173](https://redirect.github.com/getsentry/sentry-javascript/issues/15173))
- feat(flags): Add Statsig browser integration
([#&#8203;15319](https://redirect.github.com/getsentry/sentry-javascript/issues/15319))
- feat(gatsby): Preserve user-provided source map settings
([#&#8203;15006](https://redirect.github.com/getsentry/sentry-javascript/issues/15006))
- feat(nestjs): Remove `SentryTracingInterceptor`,
`SentryGlobalGraphQLFilter`, `SentryGlobalGenericFilter`
([#&#8203;14761](https://redirect.github.com/getsentry/sentry-javascript/issues/14761))
- feat(nextjs): Directly forward `sourcemaps.disable` to webpack plugin
([#&#8203;15109](https://redirect.github.com/getsentry/sentry-javascript/issues/15109))
- feat(node): Add `processSessionIntegration`
([#&#8203;15081](https://redirect.github.com/getsentry/sentry-javascript/issues/15081))
- feat(node): Add missing `vercelAIIntegration` export
([#&#8203;15318](https://redirect.github.com/getsentry/sentry-javascript/issues/15318))
- feat(node): Capture exceptions from `worker_threads`
([#&#8203;15105](https://redirect.github.com/getsentry/sentry-javascript/issues/15105))
- feat(nuxt): Add enabled to disable Sentry module
([#&#8203;15337](https://redirect.github.com/getsentry/sentry-javascript/issues/15337))
- feat(nuxt): add `silent`, `errorHandler`, `release` to
`SourceMapsOptions`
([#&#8203;15246](https://redirect.github.com/getsentry/sentry-javascript/issues/15246))
- feat(profiling-node): Use `@sentry-internal/node-cpu-profiler`
([#&#8203;15208](https://redirect.github.com/getsentry/sentry-javascript/issues/15208))
- feat(replay): Update fflate to 0.8.2
([#&#8203;14867](https://redirect.github.com/getsentry/sentry-javascript/issues/14867))
- feat(solidstart): Add `autoInjectServerSentry:
'experimental_dynamic-import`
([#&#8203;14863](https://redirect.github.com/getsentry/sentry-javascript/issues/14863))
- feat(sveltekit): Only inject fetch proxy script for SvelteKit < 2.16.0
([#&#8203;15126](https://redirect.github.com/getsentry/sentry-javascript/issues/15126))
- feat(user feedback): Adds draw tool for UF screenshot annotations
([#&#8203;15062](https://redirect.github.com/getsentry/sentry-javascript/issues/15062))
- feat(user feedback): Adds toolbar for cropping and annotating
([#&#8203;15282](https://redirect.github.com/getsentry/sentry-javascript/issues/15282))
- feat: Avoid class fields all-together
([#&#8203;14887](https://redirect.github.com/getsentry/sentry-javascript/issues/14887))
- feat: Only emit `__esModule` properties in CJS modules when there is a
default export
([#&#8203;15018](https://redirect.github.com/getsentry/sentry-javascript/issues/15018))
- feat: Pass `parentSampleRate` to `tracesSampler`
([#&#8203;15024](https://redirect.github.com/getsentry/sentry-javascript/issues/15024))
- feat: Propagate and use a sampling random
([#&#8203;14989](https://redirect.github.com/getsentry/sentry-javascript/issues/14989))
- fix(browser): Remove `browserPerformanceTimeOrigin` side-effects
([#&#8203;14025](https://redirect.github.com/getsentry/sentry-javascript/issues/14025))
- fix(core): Ensure debugIds are applied to all exceptions in an event
([#&#8203;14881](https://redirect.github.com/getsentry/sentry-javascript/issues/14881))
- fix(core): Fork scope if custom scope is passed to `startSpanManual`
([#&#8203;14901](https://redirect.github.com/getsentry/sentry-javascript/issues/14901))
- fix(core): Fork scope if custom scope is passed to `startSpan`
([#&#8203;14900](https://redirect.github.com/getsentry/sentry-javascript/issues/14900))
- fix(core): Only fall back to `sendDefaultPii` for IP collection in
`requestDataIntegration`
([#&#8203;15125](https://redirect.github.com/getsentry/sentry-javascript/issues/15125))
- fix(nextjs): Flush with `waitUntil` in `captureRequestError`
([#&#8203;15146](https://redirect.github.com/getsentry/sentry-javascript/issues/15146))
- fix(nextjs): Use batched devserver symbolication endpoint
([#&#8203;15335](https://redirect.github.com/getsentry/sentry-javascript/issues/15335))
- fix(node): Don't leak `__span` property into breadcrumbs
([#&#8203;14798](https://redirect.github.com/getsentry/sentry-javascript/issues/14798))
- fix(node): Ensure `httpIntegration` propagates traces
([#&#8203;15233](https://redirect.github.com/getsentry/sentry-javascript/issues/15233))
- fix(node): Fix sample rand propagation for negative sampling decisions
([#&#8203;15045](https://redirect.github.com/getsentry/sentry-javascript/issues/15045))
- fix(node): Missing `release` from ANR sessions
([#&#8203;15138](https://redirect.github.com/getsentry/sentry-javascript/issues/15138))
- fix(node): Set the correct fallback URL fields for outgoing https
requests if they are not defined
([#&#8203;15316](https://redirect.github.com/getsentry/sentry-javascript/issues/15316))
- fix(nuxt): Detect Azure Function runtime for flushing with timeout
([#&#8203;15288](https://redirect.github.com/getsentry/sentry-javascript/issues/15288))
- fix(react): From location can be undefined in Tanstack Router
Instrumentation
([#&#8203;15235](https://redirect.github.com/getsentry/sentry-javascript/issues/15235))
- fix(react): Import default for hoistNonReactStatics
([#&#8203;15238](https://redirect.github.com/getsentry/sentry-javascript/issues/15238))
- fix(react): Support lazy-loaded routes and components.
([#&#8203;15039](https://redirect.github.com/getsentry/sentry-javascript/issues/15039))
- fix(solidstart): Do not copy release-injection map file
([#&#8203;15302](https://redirect.github.com/getsentry/sentry-javascript/issues/15302))
- ref(browser): Improve active span handling for
`browserTracingIntegration`
([#&#8203;14959](https://redirect.github.com/getsentry/sentry-javascript/issues/14959))
- ref(browser): Improve setting of propagation scope for navigation
spans
([#&#8203;15108](https://redirect.github.com/getsentry/sentry-javascript/issues/15108))
- ref(browser): Skip browser extension warning in non-debug builds
([#&#8203;15310](https://redirect.github.com/getsentry/sentry-javascript/issues/15310))
- ref(browser): Update `supportsHistory` check & history usage
([#&#8203;14696](https://redirect.github.com/getsentry/sentry-javascript/issues/14696))
- ref(core): Ensure non-recording root spans have frozen DSC
([#&#8203;14964](https://redirect.github.com/getsentry/sentry-javascript/issues/14964))
- ref(core): Log debug message when capturing error events
([#&#8203;14701](https://redirect.github.com/getsentry/sentry-javascript/issues/14701))
- ref(core): Move log message about invalid sample rate
([#&#8203;15215](https://redirect.github.com/getsentry/sentry-javascript/issues/15215))
- ref(node): Streamline check for adding performance integrations
([#&#8203;15021](https://redirect.github.com/getsentry/sentry-javascript/issues/15021))
- ref(react): Adapt tanstack router type
([#&#8203;15241](https://redirect.github.com/getsentry/sentry-javascript/issues/15241))
- ref(svelte): Remove SvelteKit detection
([#&#8203;15313](https://redirect.github.com/getsentry/sentry-javascript/issues/15313))
- ref(sveltekit): Clean up sub-request check
([#&#8203;15251](https://redirect.github.com/getsentry/sentry-javascript/issues/15251))

Work in this release was contributed by
[@&#8203;aloisklink](https://redirect.github.com/aloisklink),
[@&#8203;arturovt](https://redirect.github.com/arturovt),
[@&#8203;aryanvdesh](https://redirect.github.com/aryanvdesh),
[@&#8203;benjick](https://redirect.github.com/benjick),
[@&#8203;chris-basebone](https://redirect.github.com/chris-basebone),
[@&#8203;davidturissini](https://redirect.github.com/davidturissini),
[@&#8203;GrizliK1988](https://redirect.github.com/GrizliK1988),
[@&#8203;jahands](https://redirect.github.com/jahands),
[@&#8203;jrandolf](https://redirect.github.com/jrandolf),
[@&#8203;kunal-511](https://redirect.github.com/kunal-511),
[@&#8203;maximepvrt](https://redirect.github.com/maximepvrt),
[@&#8203;maxmaxme](https://redirect.github.com/maxmaxme),
[@&#8203;mstrokin](https://redirect.github.com/mstrokin),
[@&#8203;nathankleyn](https://redirect.github.com/nathankleyn),
[@&#8203;nwalters512](https://redirect.github.com/nwalters512),
[@&#8203;tannerlinsley](https://redirect.github.com/tannerlinsley),
[@&#8203;tjhiggins](https://redirect.github.com/tjhiggins), and
[@&#8203;Zen-cronic](https://redirect.github.com/Zen-cronic). Thank you
for your contributions!

</details>

---

### 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.

---

- [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check
this box

---

This PR was generated by [Mend Renovate](https://mend.io/renovate/).
View the [repository job
log](https://developer.mend.io/github/jaegertracing/jaeger-ui).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOS4xNjQuMSIsInVwZGF0ZWRJblZlciI6IjM5LjE2NC4xIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6WyJjaGFuZ2Vsb2c6ZGVwZW5kZW5jaWVzIl19-->

Signed-off-by: Mend Renovate <[email protected]>
  • Loading branch information
renovate-bot authored Feb 10, 2025
1 parent a99fea4 commit 4561daf
Show file tree
Hide file tree
Showing 2 changed files with 37 additions and 37 deletions.
72 changes: 36 additions & 36 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion packages/jaeger-ui/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@
"@ant-design/compatible": "^5.1.4",
"@jaegertracing/plexus": "0.2.0",
"@pyroscope/flamegraph": "0.21.4",
"@sentry/browser": "8.54.0",
"@sentry/browser": "9.0.0",
"antd": "^5.23.3",
"chance": "^1.0.10",
"classnames": "^2.5.1",
Expand Down

0 comments on commit 4561daf

Please sign in to comment.