Releases: getsentry/sentry-javascript
10.7.0
10.7.0
Important Changes
- feat(cloudflare): Add
instrumentPrototypeMethods
option to instrument RPC methods for DurableObjects (#17424)
By default, Sentry.instrumentDurableObjectWithSentry
will not wrap any RPC methods on the prototype. To enable wrapping for RPC methods, set instrumentPrototypeMethods
to true
or, if performance is a concern, a list of only the methods you want to instrument:
class MyDurableObjectBase extends DurableObject<Env> {
method1() {
// ...
}
method2() {
// ...
}
method3() {
// ...
}
}
// Export your named class as defined in your wrangler config
export const MyDurableObject = Sentry.instrumentDurableObjectWithSentry(
(env: Env) => ({
dsn: "https://ac49b7af3017c458bd12dab9b3328bfc@o4508482761982032.ingest.de.sentry.io/4508482780987481",
tracesSampleRate: 1.0,
instrumentPrototypeMethods: ['method1', 'method3'],
}),
MyDurableObjectBase,
);
Other Changes
- feat(aws): Add support for streaming handlers (#17463)
- feat(core): Stream responses Anthropic AI (#17460)
- feat(deps): bump @opentelemetry/instrumentation-aws-sdk from 0.56.0 to 0.57.0 (#17455)
- feat(deps): bump @opentelemetry/instrumentation-dataloader from 0.21.0 to 0.21.1 (#17457)
- feat(deps): bump @opentelemetry/instrumentation-kafkajs from 0.12.0 to 0.13.0 (#17469)
- feat(deps): bump @opentelemetry/instrumentation-mysql2 from 0.49.0 to 0.50.0 (#17459)
- feat(deps): bump @prisma/instrumentation from 6.13.0 to 6.14.0 (#17466)
- feat(deps): bump @sentry/cli from 2.51.1 to 2.52.0 (#17458)
- feat(deps): bump @sentry/rollup-plugin from 4.1.0 to 4.1.1 (#17456)
- feat(deps): bump @sentry/webpack-plugin from 4.1.0 to 4.1.1 (#17467)
- feat(replay): Add option to skip
requestAnimationFrame
for canvas snapshots (#17380)
Internal Changes
- test(aws): Run E2E tests in all supported Node versions (#17446)
Bundle size π¦
Path | Size |
---|---|
@sentry/browser | 23.59 KB |
@sentry/browser - with treeshaking flags | 22.2 KB |
@sentry/browser (incl. Tracing) | 38.94 KB |
@sentry/browser (incl. Tracing, Replay) | 76.4 KB |
@sentry/browser (incl. Tracing, Replay) - with treeshaking flags | 66.43 KB |
@sentry/browser (incl. Tracing, Replay with Canvas) | 80.97 KB |
@sentry/browser (incl. Tracing, Replay, Feedback) | 92.8 KB |
@sentry/browser (incl. Feedback) | 39.88 KB |
@sentry/browser (incl. sendFeedback) | 28.13 KB |
@sentry/browser (incl. FeedbackAsync) | 32.92 KB |
@sentry/react | 25.27 KB |
@sentry/react (incl. Tracing) | 40.88 KB |
@sentry/vue | 27.97 KB |
@sentry/vue (incl. Tracing) | 40.72 KB |
@sentry/svelte | 23.62 KB |
CDN Bundle | 25.06 KB |
CDN Bundle (incl. Tracing) | 38.82 KB |
CDN Bundle (incl. Tracing, Replay) | 74.24 KB |
CDN Bundle (incl. Tracing, Replay, Feedback) | 79.55 KB |
CDN Bundle - uncompressed | 73.2 KB |
CDN Bundle (incl. Tracing) - uncompressed | 114.83 KB |
CDN Bundle (incl. Tracing, Replay) - uncompressed | 227.23 KB |
CDN Bundle (incl. Tracing, Replay, Feedback) - uncompressed | 239.53 KB |
@sentry/nextjs (client) | 42.86 KB |
@sentry/sveltekit (client) | 39.38 KB |
@sentry/node-core | 46.86 KB |
@sentry/node | 145.75 KB |
@sentry/node - without tracing | 90.08 KB |
@sentry/aws-serverless | 102.45 KB |
10.6.0
Important Changes
- feat(node): Add Anthropic AI integration (#17348)
This release adds support for automatically tracing Anthropic AI SDK requests, providing better observability for AI-powered applications.
- fix(core): Instrument invoke_agent root span, and support Vercel
ai
v5 (#17395)
This release makes the Sentry vercelAiIntegration
compatible with version 5 of Vercel ai
.
- docs(nuxt): Remove beta notice (#17400)
The Sentry Nuxt SDK is now considered stable and no longer in beta!
Other Changes
- feat(astro): Align options with shared build time options type (#17396)
- feat(aws): Add support for automatic wrapping in ESM (#17407)
- feat(node): Add an instrumentation interface for Hono (#17366)
- fix(browser): Use
DedicatedWorkerGlobalScope
global object type inregisterWebWorker
(#17447) - fix(core): Only consider ingest endpoint requests when checking
isSentryRequestUrl
(#17393) - fix(node): Fix preloading of instrumentation (#17403)
Internal Changes
- chore: Add external contributor to CHANGELOG.md (#17449)
- chore(deps): bump astro from 4.16.18 to 4.16.19 in /dev-packages/e2e-tests/test-applications/astro-4 (#17434)
- test(e2e/firebase): Fix firebase e2e test failing due to outdated rules file (#17448)
- test(nextjs): Fix canary tests (#17416)
- test(nuxt): Don't rely on flushing for lowQualityTransactionFilter (#17406)
- test(solidstart): Don't rely on flushing for lowQualityTransactionFilter (#17408)
Work in this release was contributed by @Karibash. Thank you for your contribution!
Bundle size π¦
Path | Size |
---|---|
@sentry/browser | 23.59 KB |
@sentry/browser - with treeshaking flags | 22.2 KB |
@sentry/browser (incl. Tracing) | 38.94 KB |
@sentry/browser (incl. Tracing, Replay) | 76.21 KB |
@sentry/browser (incl. Tracing, Replay) - with treeshaking flags | 66.28 KB |
@sentry/browser (incl. Tracing, Replay with Canvas) | 80.79 KB |
@sentry/browser (incl. Tracing, Replay, Feedback) | 92.62 KB |
@sentry/browser (incl. Feedback) | 39.88 KB |
@sentry/browser (incl. sendFeedback) | 28.13 KB |
@sentry/browser (incl. FeedbackAsync) | 32.92 KB |
@sentry/react | 25.27 KB |
@sentry/react (incl. Tracing) | 40.88 KB |
@sentry/vue | 27.97 KB |
@sentry/vue (incl. Tracing) | 40.72 KB |
@sentry/svelte | 23.62 KB |
CDN Bundle | 25.06 KB |
CDN Bundle (incl. Tracing) | 38.82 KB |
CDN Bundle (incl. Tracing, Replay) | 74.09 KB |
CDN Bundle (incl. Tracing, Replay, Feedback) | 79.41 KB |
CDN Bundle - uncompressed | 73.2 KB |
CDN Bundle (incl. Tracing) - uncompressed | 114.83 KB |
CDN Bundle (incl. Tracing, Replay) - uncompressed | 226.51 KB |
CDN Bundle (incl. Tracing, Replay, Feedback) - uncompressed | 238.82 KB |
@sentry/nextjs (client) | 42.86 KB |
@sentry/sveltekit (client) | 39.38 KB |
@sentry/node-core | 46.86 KB |
@sentry/node | 144.94 KB |
@sentry/node - without tracing | 90.08 KB |
@sentry/aws-serverless | 102.01 KB |
9.46.0
- feat(v9/node): Capture
SystemError
context and remove paths from message (#17394) - fix(v9/mcp): capture prompt results and add defensive edge cases for transport instrumentation (#17401)
- fix(v9/nuxt): Do not drop parametrized routes (#17357) (#17359)
Bundle size π¦
Path | Size |
---|---|
@sentry/browser | 23.24 KB |
@sentry/browser - with treeshaking flags | 21.83 KB |
@sentry/browser (incl. Tracing) | 38.73 KB |
@sentry/browser (incl. Tracing, Replay) | 75.94 KB |
@sentry/browser (incl. Tracing, Replay) - with treeshaking flags | 65.98 KB |
@sentry/browser (incl. Tracing, Replay with Canvas) | 80.53 KB |
@sentry/browser (incl. Tracing, Replay, Feedback) | 92.34 KB |
@sentry/browser (incl. Feedback) | 39.53 KB |
@sentry/browser (incl. sendFeedback) | 27.81 KB |
@sentry/browser (incl. FeedbackAsync) | 32.59 KB |
@sentry/react | 24.95 KB |
@sentry/react (incl. Tracing) | 40.64 KB |
@sentry/vue | 27.58 KB |
@sentry/vue (incl. Tracing) | 40.48 KB |
@sentry/svelte | 23.25 KB |
CDN Bundle | 24.59 KB |
CDN Bundle (incl. Tracing) | 38.49 KB |
CDN Bundle (incl. Tracing, Replay) | 73.63 KB |
CDN Bundle (incl. Tracing, Replay, Feedback) | 78.97 KB |
CDN Bundle - uncompressed | 71.73 KB |
CDN Bundle (incl. Tracing) - uncompressed | 114.12 KB |
CDN Bundle (incl. Tracing, Replay) - uncompressed | 225.6 KB |
CDN Bundle (incl. Tracing, Replay, Feedback) - uncompressed | 238.11 KB |
@sentry/nextjs (client) | 42.64 KB |
@sentry/sveltekit (client) | 39.14 KB |
@sentry/node | 165.4 KB |
@sentry/node - without tracing | 98.16 KB |
@sentry/aws-serverless | 125.65 KB |
10.5.0
- feat(core): Better cause data extraction (#17375)
- feat(deps): Bump @sentry/cli from 2.50.2 to 2.51.1 (#17382)
- feat(deps): Bump @sentry/rollup-plugin and @sentry/vite-plugin from 4.0.2 to 4.1.0 (#17383)
- feat(deps): Bump @sentry/webpack-plugin from 4.0.2 to 4.1.0 (#17381)
- feat(node): Capture
SystemError
context and remove paths from message (#17331) - fix(nextjs): Inject Next.js version for dev symbolication (#17379)
- fix(mcp-server): Add defensive patches for Transport edge cases (#17291)
Internal Changes
Work in this release was contributed by @ha1fstack. Thank you for your contribution!
Bundle size π¦
Path | Size |
---|---|
@sentry/browser | 23.59 KB |
@sentry/browser - with treeshaking flags | 22.2 KB |
@sentry/browser (incl. Tracing) | 38.94 KB |
@sentry/browser (incl. Tracing, Replay) | 76.16 KB |
@sentry/browser (incl. Tracing, Replay) - with treeshaking flags | 66.24 KB |
@sentry/browser (incl. Tracing, Replay with Canvas) | 80.75 KB |
@sentry/browser (incl. Tracing, Replay, Feedback) | 92.57 KB |
@sentry/browser (incl. Feedback) | 39.87 KB |
@sentry/browser (incl. sendFeedback) | 28.13 KB |
@sentry/browser (incl. FeedbackAsync) | 32.92 KB |
@sentry/react | 25.27 KB |
@sentry/react (incl. Tracing) | 40.88 KB |
@sentry/vue | 27.97 KB |
@sentry/vue (incl. Tracing) | 40.72 KB |
@sentry/svelte | 23.62 KB |
CDN Bundle | 25.06 KB |
CDN Bundle (incl. Tracing) | 38.82 KB |
CDN Bundle (incl. Tracing, Replay) | 74.04 KB |
CDN Bundle (incl. Tracing, Replay, Feedback) | 79.36 KB |
CDN Bundle - uncompressed | 73.2 KB |
CDN Bundle (incl. Tracing) - uncompressed | 114.83 KB |
CDN Bundle (incl. Tracing, Replay) - uncompressed | 226.44 KB |
CDN Bundle (incl. Tracing, Replay, Feedback) - uncompressed | 238.75 KB |
@sentry/nextjs (client) | 42.86 KB |
@sentry/sveltekit (client) | 39.38 KB |
@sentry/node-core | 46.86 KB |
@sentry/node | 143.58 KB |
@sentry/node - without tracing | 90.08 KB |
@sentry/aws-serverless | 101.24 KB |
10.4.0
Important Changes
- fix(browser): Ensure IP address is only inferred by Relay if
sendDefaultPii
istrue
This release includes a fix for a behaviour change
that was originally introduced with v9 of the SDK: User IP Addresses should only be added to Sentry events automatically,
if sendDefaultPii
was set to true
.
However, the change in v9 required further internal adjustment, which should have been included in v10 of the SDK.
Unfortunately, the change did not make it into the initial v10 version but is now applied with 10.4.0
.
There is no API breakage involved and hence it is safe to update.
However, after updating the SDK, events (errors, traces, replays, etc.) sent from the browser, will only include
user IP addresses, if you set sendDefaultPii: true
in your Sentry.init
options.
We apologize for any inconvenience caused!
- feat(node): Add
ignoreStaticAssets
(#17370)
This release adds a new option to httpIntegration
to ignore requests for static assets (e.g. favicon.xml
or robots.txt
). The option defaults to true
, meaning that going forward, such requests will not be traced by default. You can still enable tracing for these requests by setting the option to false
:
Sentry.init({
integrations: [
Sentry.httpIntegration({
// defaults to true, set to false to enable traces for static assets
ignoreStaticAssets: false,
}),
],
});
Other Changes
- fix(nuxt): Do not drop parametrized routes (#17357)
Internal Changes
Bundle size π¦
Path | Size |
---|---|
@sentry/browser | 23.59 KB |
@sentry/browser - with treeshaking flags | 22.2 KB |
@sentry/browser (incl. Tracing) | 38.94 KB |
@sentry/browser (incl. Tracing, Replay) | 76.16 KB |
@sentry/browser (incl. Tracing, Replay) - with treeshaking flags | 66.24 KB |
@sentry/browser (incl. Tracing, Replay with Canvas) | 80.75 KB |
@sentry/browser (incl. Tracing, Replay, Feedback) | 92.57 KB |
@sentry/browser (incl. Feedback) | 39.87 KB |
@sentry/browser (incl. sendFeedback) | 28.13 KB |
@sentry/browser (incl. FeedbackAsync) | 32.92 KB |
@sentry/react | 25.27 KB |
@sentry/react (incl. Tracing) | 40.88 KB |
@sentry/vue | 27.97 KB |
@sentry/vue (incl. Tracing) | 40.72 KB |
@sentry/svelte | 23.62 KB |
CDN Bundle | 25.06 KB |
CDN Bundle (incl. Tracing) | 38.82 KB |
CDN Bundle (incl. Tracing, Replay) | 74.04 KB |
CDN Bundle (incl. Tracing, Replay, Feedback) | 79.36 KB |
CDN Bundle - uncompressed | 73.2 KB |
CDN Bundle (incl. Tracing) - uncompressed | 114.83 KB |
CDN Bundle (incl. Tracing, Replay) - uncompressed | 226.44 KB |
CDN Bundle (incl. Tracing, Replay, Feedback) - uncompressed | 238.75 KB |
@sentry/nextjs (client) | 42.86 KB |
@sentry/sveltekit (client) | 39.38 KB |
@sentry/node-core | 46.69 KB |
@sentry/node | 143.39 KB |
@sentry/node - without tracing | 89.89 KB |
@sentry/aws-serverless | 101.05 KB |
10.3.0
- feat(core): MCP Server - Capture prompt results from prompt function calls (#17284)
- feat(bun): Export
skipOpenTelemetrySetup
option (#17349) - feat(sveltekit): Streamline build logs (#17306)
- fix(browser): Handle data urls in errors caught by
globalHandlersIntegration
(#17216) - fix(browser): Improve navigation vs. redirect detection (#17275)
- fix(react-router): Ensure source map upload fails silently if Sentry CLI fails (#17081)
- fix(react): Add support for React Router sub-routes from
handle
(#17277)
Bundle size π¦
Path | Size |
---|---|
@sentry/browser | 23.55 KB |
@sentry/browser - with treeshaking flags | 22.15 KB |
@sentry/browser (incl. Tracing) | 38.89 KB |
@sentry/browser (incl. Tracing, Replay) | 76.1 KB |
@sentry/browser (incl. Tracing, Replay) - with treeshaking flags | 66.18 KB |
@sentry/browser (incl. Tracing, Replay with Canvas) | 80.69 KB |
@sentry/browser (incl. Tracing, Replay, Feedback) | 92.51 KB |
@sentry/browser (incl. Feedback) | 39.81 KB |
@sentry/browser (incl. sendFeedback) | 28.1 KB |
@sentry/browser (incl. FeedbackAsync) | 32.87 KB |
@sentry/react | 25.22 KB |
@sentry/react (incl. Tracing) | 40.82 KB |
@sentry/vue | 27.92 KB |
@sentry/vue (incl. Tracing) | 40.67 KB |
@sentry/svelte | 23.58 KB |
CDN Bundle | 25.02 KB |
CDN Bundle (incl. Tracing) | 38.79 KB |
CDN Bundle (incl. Tracing, Replay) | 73.99 KB |
CDN Bundle (incl. Tracing, Replay, Feedback) | 79.28 KB |
CDN Bundle - uncompressed | 73.13 KB |
CDN Bundle (incl. Tracing) - uncompressed | 114.76 KB |
CDN Bundle (incl. Tracing, Replay) - uncompressed | 226.35 KB |
CDN Bundle (incl. Tracing, Replay, Feedback) - uncompressed | 238.66 KB |
@sentry/nextjs (client) | 42.81 KB |
@sentry/sveltekit (client) | 39.33 KB |
@sentry/node-core | 46.61 KB |
@sentry/node | 143.18 KB |
@sentry/node - without tracing | 89.68 KB |
@sentry/aws-serverless | 100.85 KB |
9.45.0
- feat(v9/nuxt): Do not inject trace meta-tags on cached HTML pages (#17305) (#17319)
- fix(v9/node): Assign default export of
openai
to the instrumented fn (#17353)
Bundle size π¦
Path | Size |
---|---|
@sentry/browser | 23.24 KB |
@sentry/browser - with treeshaking flags | 21.83 KB |
@sentry/browser (incl. Tracing) | 38.73 KB |
@sentry/browser (incl. Tracing, Replay) | 75.94 KB |
@sentry/browser (incl. Tracing, Replay) - with treeshaking flags | 65.98 KB |
@sentry/browser (incl. Tracing, Replay with Canvas) | 80.53 KB |
@sentry/browser (incl. Tracing, Replay, Feedback) | 92.34 KB |
@sentry/browser (incl. Feedback) | 39.53 KB |
@sentry/browser (incl. sendFeedback) | 27.81 KB |
@sentry/browser (incl. FeedbackAsync) | 32.59 KB |
@sentry/react | 24.95 KB |
@sentry/react (incl. Tracing) | 40.64 KB |
@sentry/vue | 27.58 KB |
@sentry/vue (incl. Tracing) | 40.48 KB |
@sentry/svelte | 23.25 KB |
CDN Bundle | 24.59 KB |
CDN Bundle (incl. Tracing) | 38.49 KB |
CDN Bundle (incl. Tracing, Replay) | 73.63 KB |
CDN Bundle (incl. Tracing, Replay, Feedback) | 78.97 KB |
CDN Bundle - uncompressed | 71.73 KB |
CDN Bundle (incl. Tracing) - uncompressed | 114.12 KB |
CDN Bundle (incl. Tracing, Replay) - uncompressed | 225.6 KB |
CDN Bundle (incl. Tracing, Replay, Feedback) - uncompressed | 238.11 KB |
@sentry/nextjs (client) | 42.64 KB |
@sentry/sveltekit (client) | 39.14 KB |
@sentry/node | 165.23 KB |
@sentry/node - without tracing | 97.96 KB |
@sentry/aws-serverless | 125.47 KB |
10.2.0
Important Changes
- feat(core): Add
ignoreSpans
option (#17078)
This release adds a new top-level Sentry.init
option, ignoreSpans
, that can be used as follows:
Sentry.init({
ignoreSpans: [
'partial match', // string matching on the span name
/regex/, // regex matching on the span name
{
name: 'span name',
op: /http.client/,
},
],
});
Spans matching the filter criteria will not be recorded. Potential child spans of filtered spans will be re-parented, if possible.
- feat(cloudflare,vercel-edge): Add support for OpenAI instrumentation (#17338)
Adds support for OpenAI manual instrumentation in @sentry/cloudflare
and @sentry/vercel-edge
.
To instrument the OpenAI client, wrap it with Sentry.instrumentOpenAiClient
and set recording settings.
import * as Sentry from '@sentry/cloudflare';
import OpenAI from 'openai';
const openai = new OpenAI();
const client = Sentry.instrumentOpenAiClient(openai, { recordInputs: true, recordOutputs: true });
// use the wrapped client
- ref(aws): Remove manual span creation (#17310)
The startTrace
option is deprecated and will be removed in a future major version. If you want to disable tracing, set SENTRY_TRACES_SAMPLE_RATE
to 0.0
. instead. As of today, the flag does not affect traces anymore.
Other Changes
- feat(astro): Streamline build logs (#17301)
- feat(browser): Handles data URIs in chrome stack frames (#17292)
- feat(core): Accumulate tokens for
gen_ai.invoke_agent
spans from child LLM calls (#17281) - feat(deps): Bump @prisma/instrumentation from 6.12.0 to 6.13.0 (#17315)
- feat(deps): Bump @sentry/cli from 2.50.0 to 2.50.2 (#17316)
- feat(deps): Bump @sentry/rollup-plugin from 4.0.0 to 4.0.2 (#17317)
- feat(deps): Bump @sentry/webpack-plugin from 4.0.0 to 4.0.2 (#17314)
- feat(nuxt): Do not inject trace meta-tags on cached HTML pages (#17305)
- feat(nuxt): Streamline build logs (#17308)
- feat(react-router): Add support for Hydrogen with RR7 (#17145)
- feat(react-router): Streamline build logs (#17303)
- feat(solidstart): Streamline build logs (#17304)
- fix(nestjs): Add missing
sentry.origin
span attribute toSentryTraced
decorator (#17318) - fix(node): Assign default export of
openai
to the instrumented fn (#17320) - fix(replay): Call
sendBufferedReplayOrFlush
when opening/sending feedback (#17236)
Bundle size π¦
Path | Size |
---|---|
@sentry/browser | 23.48 KB |
@sentry/browser - with treeshaking flags | 22.09 KB |
@sentry/browser (incl. Tracing) | 38.82 KB |
@sentry/browser (incl. Tracing, Replay) | 76.03 KB |
@sentry/browser (incl. Tracing, Replay) - with treeshaking flags | 66.11 KB |
@sentry/browser (incl. Tracing, Replay with Canvas) | 80.62 KB |
@sentry/browser (incl. Tracing, Replay, Feedback) | 92.44 KB |
@sentry/browser (incl. Feedback) | 39.74 KB |
@sentry/browser (incl. sendFeedback) | 28.03 KB |
@sentry/browser (incl. FeedbackAsync) | 32.81 KB |
@sentry/react | 25.16 KB |
@sentry/react (incl. Tracing) | 40.72 KB |
@sentry/vue | 27.84 KB |
@sentry/vue (incl. Tracing) | 40.59 KB |
@sentry/svelte | 23.51 KB |
CDN Bundle | 24.95 KB |
CDN Bundle (incl. Tracing) | 38.71 KB |
CDN Bundle (incl. Tracing, Replay) | 73.92 KB |
CDN Bundle (incl. Tracing, Replay, Feedback) | 79.21 KB |
CDN Bundle - uncompressed | 72.95 KB |
CDN Bundle (incl. Tracing) - uncompressed | 114.57 KB |
CDN Bundle (incl. Tracing, Replay) - uncompressed | 226.16 KB |
CDN Bundle (incl. Tracing, Replay, Feedback) - uncompressed | 238.47 KB |
@sentry/nextjs (client) | 42.72 KB |
@sentry/sveltekit (client) | 39.25 KB |
@sentry/node-core | 46.61 KB |
@sentry/node | 143.18 KB |
@sentry/node - without tracing | 89.68 KB |
@sentry/aws-serverless | 100.85 KB |
10.1.0
- feat(nuxt): Align build-time options to follow bundler plugins structure (#17255)
- fix(browser-utils): Ensure web vital client hooks unsubscribe correctly (#17272)
- fix(browser): Ensure request from
diagnoseSdkConnectivity
doesn't create span (#17280)
Bundle size π¦
Path | Size |
---|---|
@sentry/browser | 23.21 KB |
@sentry/browser - with treeshaking flags | 21.82 KB |
@sentry/browser (incl. Tracing) | 38.51 KB |
@sentry/browser (incl. Tracing, Replay) | 75.7 KB |
@sentry/browser (incl. Tracing, Replay) - with treeshaking flags | 65.81 KB |
@sentry/browser (incl. Tracing, Replay with Canvas) | 80.29 KB |
@sentry/browser (incl. Tracing, Replay, Feedback) | 92.14 KB |
@sentry/browser (incl. Feedback) | 39.5 KB |
@sentry/browser (incl. sendFeedback) | 27.78 KB |
@sentry/browser (incl. FeedbackAsync) | 32.56 KB |
@sentry/react | 24.9 KB |
@sentry/react (incl. Tracing) | 40.43 KB |
@sentry/vue | 27.54 KB |
@sentry/vue (incl. Tracing) | 40.27 KB |
@sentry/svelte | 23.23 KB |
CDN Bundle | 24.69 KB |
CDN Bundle (incl. Tracing) | 38.38 KB |
CDN Bundle (incl. Tracing, Replay) | 73.62 KB |
CDN Bundle (incl. Tracing, Replay, Feedback) | 78.92 KB |
CDN Bundle - uncompressed | 72.13 KB |
CDN Bundle (incl. Tracing) - uncompressed | 113.62 KB |
CDN Bundle (incl. Tracing, Replay) - uncompressed | 225.16 KB |
CDN Bundle (incl. Tracing, Replay, Feedback) - uncompressed | 237.67 KB |
@sentry/nextjs (client) | 42.44 KB |
@sentry/sveltekit (client) | 38.93 KB |
@sentry/node-core | 46.41 KB |
@sentry/node | 142.76 KB |
@sentry/node - without tracing | 89.48 KB |
@sentry/aws-serverless | 100.67 KB |
9.44.2
This release is publishing the AWS Lambda Layer under SentryNodeServerlessSDKv9
. The previous release 9.44.1
accidentally published the layer under SentryNodeServerlessSDKv10
.
Bundle size π¦
Path | Size |
---|---|
@sentry/browser | 23.24 KB |
@sentry/browser - with treeshaking flags | 21.83 KB |
@sentry/browser (incl. Tracing) | 38.73 KB |
@sentry/browser (incl. Tracing, Replay) | 75.95 KB |
@sentry/browser (incl. Tracing, Replay) - with treeshaking flags | 65.98 KB |
@sentry/browser (incl. Tracing, Replay with Canvas) | 80.53 KB |
@sentry/browser (incl. Tracing, Replay, Feedback) | 92.34 KB |
@sentry/browser (incl. Feedback) | 39.53 KB |
@sentry/browser (incl. sendFeedback) | 27.81 KB |
@sentry/browser (incl. FeedbackAsync) | 32.59 KB |
@sentry/react | 24.95 KB |
@sentry/react (incl. Tracing) | 40.64 KB |
@sentry/vue | 27.58 KB |
@sentry/vue (incl. Tracing) | 40.48 KB |
@sentry/svelte | 23.25 KB |
CDN Bundle | 24.59 KB |
CDN Bundle (incl. Tracing) | 38.49 KB |
CDN Bundle (incl. Tracing, Replay) | 73.63 KB |
CDN Bundle (incl. Tracing, Replay, Feedback) | 78.97 KB |
CDN Bundle - uncompressed | 71.73 KB |
CDN Bundle (incl. Tracing) - uncompressed | 114.12 KB |
CDN Bundle (incl. Tracing, Replay) - uncompressed | 225.6 KB |
CDN Bundle (incl. Tracing, Replay, Feedback) - uncompressed | 238.11 KB |
@sentry/nextjs (client) | 42.64 KB |
@sentry/sveltekit (client) | 39.14 KB |
@sentry/node | 165.21 KB |
@sentry/node - without tracing | 97.96 KB |
@sentry/aws-serverless | 125.46 KB |