@sentry/vue
Advanced tools
Changelog
9.6.0
feat(tanstackstart): Add @sentry/tanstackstart-react
package and make @sentry/tanstackstart
package a utility package (#15629)
Since TanStack Start is supposed to be a generic framework that supports libraries like React and Solid, the @sentry/tanstackstart
SDK package was renamed to @sentry/tanstackstart-react
to 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.
fill
only patches functions (#15632)pageExtensions
when looking for instrumentation file (#15701)options
(#15610)Work in this release was contributed by @angelikatyborska and @nwalters512. Thank you for your contributions!
Changelog
9.5.0
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.
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!
Changelog
9.4.0
@sentry/cli
from 2.41.1 to 2.42.2 (#15510)@sentry/webpack-plugin
from 3.1.2 to 3.2.1 (#15512)use client
directive to client SDK entrypoints (#15575)AsyncLocalStorage
async context strategy is used in Cloudflare Pages (#15557)@cloudflare/workers-types
an optional peer dependency (#15554)onRequestError
in version 15 (#15553)undefined
transport to be passed in (#15560)Changelog
9.3.0
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.
forceTransaction
to trpc middleware options (#15519)inboundFiltersIntegration
to eventFiltersIntegration
(#15434)allowUrls
and denyUrls
for linked and aggregate exceptions (#15521)process
check when flushing events (#15516)Work in this release was contributed by @GerryWilko and @leoambio. Thank you for your contributions!
Changelog
9.2.0
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!
addLink(s)
to Sentry span (#15452)enableNitroErrorHandler
to server options (#15444)addLink(s)
to span (#15387)links
to span options (#15403)performance.measure
spans have a positive duration (#15415)gmo
error to Inbound Filters (#15432)http.client
span descriptions don't contain query params or fragments (#15404)@opentelemetry/instrumentation
(#15419)SentryNuxtServerOptions
type for server init (#15441)Work in this release was contributed by @6farer, @dgavranic and @SG60. Thank you for your contributions!