Skip to content

Releases: getsentry/sentry-javascript

8.37.1

05 Nov 16:52
Compare
Choose a tag to compare
  • feat(deps): Bump @opentelemetry/instrumentation from 0.53.0 to 0.54.0 for @sentry/opentelemetry (#14187)

Bundle size 📦

Path Size
@sentry/browser 22.76 KB
@sentry/browser - with treeshaking flags 21.54 KB
@sentry/browser (incl. Tracing) 35.18 KB
@sentry/browser (incl. Tracing, Replay) 71.9 KB
@sentry/browser (incl. Tracing, Replay) - with treeshaking flags 62.33 KB
@sentry/browser (incl. Tracing, Replay with Canvas) 76.22 KB
@sentry/browser (incl. Tracing, Replay, Feedback) 89.02 KB
@sentry/browser (incl. Feedback) 39.9 KB
@sentry/browser (incl. sendFeedback) 27.4 KB
@sentry/browser (incl. FeedbackAsync) 32.2 KB
@sentry/react 25.51 KB
@sentry/react (incl. Tracing) 38.15 KB
@sentry/vue 26.9 KB
@sentry/vue (incl. Tracing) 37.07 KB
@sentry/svelte 22.89 KB
CDN Bundle 24.11 KB
CDN Bundle (incl. Tracing) 37 KB
CDN Bundle (incl. Tracing, Replay) 71.66 KB
CDN Bundle (incl. Tracing, Replay, Feedback) 77 KB
CDN Bundle - uncompressed 70.66 KB
CDN Bundle (incl. Tracing) - uncompressed 109.79 KB
CDN Bundle (incl. Tracing, Replay) - uncompressed 222.31 KB
CDN Bundle (incl. Tracing, Replay, Feedback) - uncompressed 235.52 KB
@sentry/nextjs (client) 38.23 KB
@sentry/sveltekit (client) 35.78 KB
@sentry/node 131.52 KB
@sentry/node - without tracing 95.64 KB
@sentry/aws-serverless 105.91 KB

8.37.0

05 Nov 14:20
Compare
Choose a tag to compare

Important CHanges

  • feat(nuxt): Add piniaIntegration (#14138)

The Nuxt SDK now allows you to track Pinia state for captured errors. To enable the Pinia plugin, add the piniaIntegration to your client config:

// sentry.client.config.ts
import { usePinia } from '#imports';

Sentry.init({
  integrations: [
    Sentry.piniaIntegration(usePinia(), {
      /* optional Pinia plugin options */
    }),
  ],
});
  • feat: Deprecate metrics API (#14157)

The Sentry Metrics beta has ended in favour of revisiting metrics in another form at a later date.

This new approach will include different APIs, making the current metrics API unnecessary. This release
deprecates the metrics API with the plan to remove in the next SDK major version. If you currently use the
metrics API in your code, you can safely continue to do so but sent data will no longer be processed by Sentry.

Learn more about the end of the Metrics beta.

Other Changes

  • feat(browser): Add http.response_delivery_type attribute to resource spans (#14056)
  • feat(browser): Add skipBrowserExtensionCheck escape hatch option (#14147)
  • feat(deps): Bump @opentelemetry/instrumentation from 0.53.0 to 0.54.0 (#14174)
  • feat(deps): Bump @opentelemetry/instrumentation-fastify from 0.40.0 to 0.41.0 (#14175)
  • feat(deps): Bump @opentelemetry/instrumentation-graphql from 0.43.0 to 0.44.0 (#14173)
  • feat(deps): Bump @opentelemetry/instrumentation-mongodb from 0.47.0 to 0.48.0 (#14171)
  • feat(deps): Bump @opentelemetry/propagator-aws-xray from 1.25.1 to 1.26.0 (#14172)
  • feat(nuxt): Add asyncFunctionReExports to define re-exported server functions (#14104)
  • feat(nuxt): Add piniaIntegration (#14138)
  • fix(browser): Avoid recording long task spans starting before their parent span (#14183)
  • fix(core): Ensure errors thrown in async cron jobs bubble up (#14182)
  • fix(core): Silently fail maybeInstrument (#14140)
  • fix(nextjs): Resolve path for dynamic webpack import (#13751)
  • fix(node): Make sure modulesIntegration does not crash esm apps (#14169)

Work in this release was contributed by @rexxars. Thank you for your contribution!

Bundle size 📦

Path Size
@sentry/browser 22.76 KB
@sentry/browser - with treeshaking flags 21.54 KB
@sentry/browser (incl. Tracing) 35.18 KB
@sentry/browser (incl. Tracing, Replay) 71.9 KB
@sentry/browser (incl. Tracing, Replay) - with treeshaking flags 62.33 KB
@sentry/browser (incl. Tracing, Replay with Canvas) 76.22 KB
@sentry/browser (incl. Tracing, Replay, Feedback) 89.02 KB
@sentry/browser (incl. Feedback) 39.9 KB
@sentry/browser (incl. sendFeedback) 27.4 KB
@sentry/browser (incl. FeedbackAsync) 32.2 KB
@sentry/react 25.51 KB
@sentry/react (incl. Tracing) 38.15 KB
@sentry/vue 26.9 KB
@sentry/vue (incl. Tracing) 37.07 KB
@sentry/svelte 22.89 KB
CDN Bundle 24.11 KB
CDN Bundle (incl. Tracing) 37 KB
CDN Bundle (incl. Tracing, Replay) 71.66 KB
CDN Bundle (incl. Tracing, Replay, Feedback) 77 KB
CDN Bundle - uncompressed 70.66 KB
CDN Bundle (incl. Tracing) - uncompressed 109.79 KB
CDN Bundle (incl. Tracing, Replay) - uncompressed 222.31 KB
CDN Bundle (incl. Tracing, Replay, Feedback) - uncompressed 235.52 KB
@sentry/nextjs (client) 38.23 KB
@sentry/sveltekit (client) 35.78 KB
@sentry/node 131.52 KB
@sentry/node - without tracing 95.64 KB
@sentry/aws-serverless 105.91 KB

8.36.0

31 Oct 07:56
Compare
Choose a tag to compare

Important Changes

  • feat(nextjs/vercel-edge/cloudflare): Switch to OTEL for performance monitoring (#13889)

With this release, the Sentry Next.js, and Cloudflare SDKs will now capture performance data based on OpenTelemetry.
Some exceptions apply in cases where Next.js captures inaccurate data itself.

NOTE: You may experience minor differences in transaction names in Sentry.
Most importantly transactions for serverside pages router invocations will now be named GET /[param]/my/route instead of /[param]/my/route.
This means that those transactions are now better aligned with the OpenTelemetry semantic conventions.

Other Changes

  • deps: Bump bundler plugins and CLI to 2.22.6 and 2.37.0 respectively (#14050)
  • feat(deps): bump @opentelemetry/instrumentation-aws-sdk from 0.44.0 to 0.45.0 (#14099)
  • feat(deps): bump @opentelemetry/instrumentation-connect from 0.39.0 to 0.40.0 (#14101)
  • feat(deps): bump @opentelemetry/instrumentation-express from 0.43.0 to 0.44.0 (#14102)
  • feat(deps): bump @opentelemetry/instrumentation-fs from 0.15.0 to 0.16.0 (#14098)
  • feat(deps): bump @opentelemetry/instrumentation-kafkajs from 0.3.0 to 0.4.0 (#14100)
  • feat(nextjs): Add method and url to route handler request data (#14084)
  • feat(node): Add breadcrumbs for child_process and worker_thread (#13896)
  • fix(core): Ensure standalone spans are not sent if SDK is disabled (#14088)
  • fix(nextjs): Await flush in api handlers (#14023)
  • fix(nextjs): Don't leak webpack types into exports (#14116)
  • fix(nextjs): Fix matching logic for file convention type for root level components (#14038)
  • fix(nextjs): Respect directives in value injection loader (#14083)
  • fix(nuxt): Only wrap .mjs entry files in rollup (#14060)
  • fix(nuxt): Re-export all exported bindings (#14086)
  • fix(nuxt): Server-side setup in readme (#14049)
  • fix(profiling-node): Always warn when running on incompatible major version of Node.js (#14043)
  • fix(replay): Fix onError callback (#14002)
  • perf(otel): Only calculate current timestamp once (#14094)
  • test(browser-integration): Add sentry DSN route handler by default (#14095)

Bundle size 📦

Path Size
@sentry/browser 22.73 KB
@sentry/browser - with treeshaking flags 21.52 KB
@sentry/browser (incl. Tracing) 35.11 KB
@sentry/browser (incl. Tracing, Replay) 71.82 KB
@sentry/browser (incl. Tracing, Replay) - with treeshaking flags 62.26 KB
@sentry/browser (incl. Tracing, Replay with Canvas) 76.13 KB
@sentry/browser (incl. Tracing, Replay, Feedback) 88.94 KB
@sentry/browser (incl. Tracing, Replay, Feedback, metrics) 90.77 KB
@sentry/browser (incl. metrics) 26.98 KB
@sentry/browser (incl. Feedback) 39.87 KB
@sentry/browser (incl. sendFeedback) 27.37 KB
@sentry/browser (incl. FeedbackAsync) 32.17 KB
@sentry/react 25.48 KB
@sentry/react (incl. Tracing) 38.07 KB
@sentry/vue 26.87 KB
@sentry/vue (incl. Tracing) 36.99 KB
@sentry/svelte 22.86 KB
CDN Bundle 24.08 KB
CDN Bundle (incl. Tracing) 36.92 KB
CDN Bundle (incl. Tracing, Replay) 71.58 KB
CDN Bundle (incl. Tracing, Replay, Feedback) 76.93 KB
CDN Bundle - uncompressed 70.62 KB
CDN Bundle (incl. Tracing) - uncompressed 109.61 KB
CDN Bundle (incl. Tracing, Replay) - uncompressed 222.13 KB
CDN Bundle (incl. Tracing, Replay, Feedback) - uncompressed 235.35 KB
@sentry/nextjs (client) 38.15 KB
@sentry/sveltekit (client) 35.71 KB
@sentry/node 129.6 KB
@sentry/node - without tracing 94.3 KB
@sentry/aws-serverless 105.17 KB

8.36.0-alpha.1

24 Oct 17:43
Compare
Choose a tag to compare
8.36.0-alpha.1 Pre-release
Pre-release

This is considered an internal release and the following commit will never be released to production tag:

  • debug(replay): Remove noisy log that is causing event buffer overflow as well
    (#14069)

Bundle size 📦

Path Size
@sentry/browser 22.74 KB
@sentry/browser - with treeshaking flags 21.53 KB
@sentry/browser (incl. Tracing) 35.13 KB
@sentry/browser (incl. Tracing, Replay) 72.07 KB
@sentry/browser (incl. Tracing, Replay) - with treeshaking flags 62.33 KB
@sentry/browser (incl. Tracing, Replay with Canvas) 76.41 KB
@sentry/browser (incl. Tracing, Replay, Feedback) 89.19 KB
@sentry/browser (incl. Tracing, Replay, Feedback, metrics) 91.02 KB
@sentry/browser (incl. metrics) 27 KB
@sentry/browser (incl. Feedback) 39.88 KB
@sentry/browser (incl. sendFeedback) 27.38 KB
@sentry/browser (incl. FeedbackAsync) 32.18 KB
@sentry/react 25.5 KB
@sentry/react (incl. Tracing) 38.1 KB
@sentry/vue 26.91 KB
@sentry/vue (incl. Tracing) 37.02 KB
@sentry/svelte 22.87 KB
CDN Bundle 24.12 KB
CDN Bundle (incl. Tracing) 36.96 KB
CDN Bundle (incl. Tracing, Replay) 71.69 KB
CDN Bundle (incl. Tracing, Replay, Feedback) 77.04 KB
CDN Bundle - uncompressed 70.71 KB
CDN Bundle (incl. Tracing) - uncompressed 109.74 KB
CDN Bundle (incl. Tracing, Replay) - uncompressed 222.4 KB
CDN Bundle (incl. Tracing, Replay, Feedback) - uncompressed 235.61 KB
@sentry/nextjs (client) 38.07 KB
@sentry/sveltekit (client) 35.75 KB
@sentry/node 125.17 KB
@sentry/node - without tracing 94.28 KB
@sentry/aws-serverless 103.82 KB

8.36.0-beta.0

23 Oct 11:46
Compare
Choose a tag to compare
8.36.0-beta.0 Pre-release
Pre-release

This is a beta release to fully switch the Next.js and Cloudflare SDKs to OpenTelemetry tracing.

See #13889 for more information.

Bundle size 📦

Path Size
@sentry/browser 22.74 KB
@sentry/browser - with treeshaking flags 21.53 KB
@sentry/browser (incl. Tracing) 35.13 KB
@sentry/browser (incl. Tracing, Replay) 71.86 KB
@sentry/browser (incl. Tracing, Replay) - with treeshaking flags 62.26 KB
@sentry/browser (incl. Tracing, Replay with Canvas) 76.22 KB
@sentry/browser (incl. Tracing, Replay, Feedback) 89 KB
@sentry/browser (incl. Tracing, Replay, Feedback, metrics) 90.83 KB
@sentry/browser (incl. metrics) 27 KB
@sentry/browser (incl. Feedback) 39.88 KB
@sentry/browser (incl. sendFeedback) 27.38 KB
@sentry/browser (incl. FeedbackAsync) 32.18 KB
@sentry/react 25.49 KB
@sentry/react (incl. Tracing) 38.09 KB
@sentry/vue 26.91 KB
@sentry/vue (incl. Tracing) 37.02 KB
@sentry/svelte 22.87 KB
CDN Bundle 24.12 KB
CDN Bundle (incl. Tracing) 36.96 KB
CDN Bundle (incl. Tracing, Replay) 71.65 KB
CDN Bundle (incl. Tracing, Replay, Feedback) 77 KB
CDN Bundle - uncompressed 70.7 KB
CDN Bundle (incl. Tracing) - uncompressed 109.74 KB
CDN Bundle (incl. Tracing, Replay) - uncompressed 222.25 KB
CDN Bundle (incl. Tracing, Replay, Feedback) - uncompressed 235.46 KB
@sentry/nextjs (client) 38.18 KB
@sentry/sveltekit (client) 35.75 KB
@sentry/node 124.98 KB
@sentry/node - without tracing 94.03 KB
@sentry/aws-serverless 103.63 KB

8.36.0-alpha.0

22 Oct 16:55
Compare
Choose a tag to compare
8.36.0-alpha.0 Pre-release
Pre-release

This is considered an internal release and the following commit will never be released to production tag:

  • debug(replay): Add debugging statements around event buffer
    (#14014)

Also includes the following unreleased changes:

  • fix(nextjs): Await flush in api handlers (#14023)
  • fix(solidstart): Use production server for e2e tests
    (#14033)

Bundle size 📦

Path Size
@sentry/browser 22.74 KB
@sentry/browser - with treeshaking flags 21.53 KB
@sentry/browser (incl. Tracing) 35.13 KB
@sentry/browser (incl. Tracing, Replay) 72.1 KB
@sentry/browser (incl. Tracing, Replay) - with treeshaking flags 62.33 KB
@sentry/browser (incl. Tracing, Replay with Canvas) 76.44 KB
@sentry/browser (incl. Tracing, Replay, Feedback) 89.22 KB
@sentry/browser (incl. Tracing, Replay, Feedback, metrics) 91.05 KB
@sentry/browser (incl. metrics) 27 KB
@sentry/browser (incl. Feedback) 39.88 KB
@sentry/browser (incl. sendFeedback) 27.38 KB
@sentry/browser (incl. FeedbackAsync) 32.18 KB
@sentry/react 25.5 KB
@sentry/react (incl. Tracing) 38.1 KB
@sentry/vue 26.91 KB
@sentry/vue (incl. Tracing) 37.02 KB
@sentry/svelte 22.87 KB
CDN Bundle 24.12 KB
CDN Bundle (incl. Tracing) 36.96 KB
CDN Bundle (incl. Tracing, Replay) 71.69 KB
CDN Bundle (incl. Tracing, Replay, Feedback) 77.04 KB
CDN Bundle - uncompressed 70.71 KB
CDN Bundle (incl. Tracing) - uncompressed 109.74 KB
CDN Bundle (incl. Tracing, Replay) - uncompressed 222.4 KB
CDN Bundle (incl. Tracing, Replay, Feedback) - uncompressed 235.61 KB
@sentry/nextjs (client) 38.07 KB
@sentry/sveltekit (client) 35.75 KB
@sentry/node 125.17 KB
@sentry/node - without tracing 94.28 KB
@sentry/aws-serverless 103.82 KB

8.35.0

21 Oct 11:53
Compare
Choose a tag to compare

Beta release of the official Nuxt Sentry SDK

This release marks the beta release of the @sentry/nuxt Sentry SDK. For details on how to use it, check out the
Sentry Nuxt SDK README. Please reach out on
GitHub if you have any feedback or concerns.

  • feat(nuxt): Make dynamic import() wrapping default (#13958) (BREAKING)
  • feat(nuxt): Add Rollup plugin to wrap server entry with import() (#13945)

It is no longer required to add a Node --import flag. Please update your start command to avoid initializing Sentry
twice (BREAKING CHANGE).
The SDK will now apply modifications during the build of your application to allow for
patching of libraries during runtime. If run into issues with this change, you can disable this behavior in your
nuxt.config.ts and use the --import flag instead:

sentry: {
  dynamicImportForServerEntry: false;
}
  • feat(nuxt): Respect user-provided source map generation settings (#14020)

We now require you to explicitly enable sourcemaps for the clientside so that Sentry can un-minify your errors. We made
this change so source maps aren't accidentally leaked to the public. Enable source maps on the client as follows:

export default defineNuxtConfig({
  sourcemap: {
    client: true,
  },
});
  • feat(nuxt): Log server instrumentation might not work in dev (#14021)
  • feat(nuxt): Add Http responseHook with waitUntil (#13986)

Important Changes

  • feat(vue): Add Pinia plugin (#13841)

Support for Pinia is added in this release for @sentry/vue. To capture Pinia state data,
add createSentryPiniaPlugin() to your Pinia store:

import { createPinia } from 'pinia';
import { createSentryPiniaPlugin } from '@sentry/vue';

const pinia = createPinia();

pinia.use(createSentryPiniaPlugin());
  • feat(node): Implement Sentry-specific http instrumentation (#13763)

This change introduces a new SentryHttpInstrumentation to handle non-span related HTTP instrumentation, allowing it to
run side-by-side with OTel's HttpInstrumentation. This improves support for custom OTel setups and avoids conflicts
with Sentry's instrumentation. Additionally, the spans: false option is reintroduced for httpIntegration to disable
span emission while still allowing custom HttpInstrumentation instances (httpIntegration({ spans: false })).

  • feat(core): Make stream instrumentation opt-in (#13951)

This change adds a new option trackFetchStreamPerformance to the browser tracing integration. Only when set to true,
Sentry will instrument streams via fetch.

Other Changes

  • feat(node): Expose suppressTracing API (#13875)
  • feat(replay): Do not log "timeout while trying to read resp body" as exception (#13965)
  • chore(node): Bump @opentelemetry/instrumentation-express to 0.43.0 (#13948)
  • chore(node): Bump @opentelemetry/instrumentation-fastify to 0.40.0 (#13983)
  • fix: Ensure type for init is correct in meta frameworks (#13938)
  • fix(core): .set the sentry-trace header instead of .appending in fetch instrumentation (#13907)
  • fix(module): keep version for node ESM package (#13922)
  • fix(node): Ensure ignoreOutgoingRequests of httpIntegration applies to breadcrumbs (#13970)
  • fix(replay): Fix onError sampling when loading an expired buffered session (#13962)
  • fix(replay): Ignore older performance entries when starting manually (#13969)
  • perf(node): Truncate breadcrumb messages created by console integration (#14006)

Work in this release was contributed by @ZakrepaShe and @zhiyan114. Thank you for your contributions!

Bundle size 📦

Path Size
@sentry/browser 22.73 KB
@sentry/browser - with treeshaking flags 21.53 KB
@sentry/browser (incl. Tracing) 35.12 KB
@sentry/browser (incl. Tracing, Replay) 71.86 KB
@sentry/browser (incl. Tracing, Replay) - with treeshaking flags 62.26 KB
@sentry/browser (incl. Tracing, Replay with Canvas) 76.21 KB
@sentry/browser (incl. Tracing, Replay, Feedback) 88.99 KB
@sentry/browser (incl. Tracing, Replay, Feedback, metrics) 90.82 KB
@sentry/browser (incl. metrics) 27 KB
@sentry/browser (incl. Feedback) 39.87 KB
@sentry/browser (incl. sendFeedback) 27.38 KB
@sentry/browser (incl. FeedbackAsync) 32.17 KB
@sentry/react 25.49 KB
@sentry/react (incl. Tracing) 38.09 KB
@sentry/vue 26.91 KB
@sentry/vue (incl. Tracing) 37.02 KB
@sentry/svelte 22.87 KB
CDN Bundle 24.11 KB
CDN Bundle (incl. Tracing) 36.96 KB
CDN Bundle (incl. Tracing, Replay) 71.65 KB
CDN Bundle (incl. Tracing, Replay, Feedback) 76.99 KB
CDN Bundle - uncompressed 70.7 KB
CDN Bundle (incl. Tracing) - uncompressed 109.73 KB
CDN Bundle (incl. Tracing, Replay) - uncompressed 222.24 KB
CDN Bundle (incl. Tracing, Replay, Feedback) - uncompressed 235.46 KB
@sentry/nextjs (client) 38.06 KB
@sentry/sveltekit (client) 35.74 KB
@sentry/node 125.15 KB
@sentry/node - without tracing 94.25 KB
@sentry/aws-serverless 103.81 KB

8.35.0-beta.0

15 Oct 20:03
Compare
Choose a tag to compare
8.35.0-beta.0 Pre-release
Pre-release

Important Changes

  • feat(core): Make stream instrumentation opt-in
    (#13951)

This change adds a new option trackFetchStreamPerformance to the browser tracing integration. Only when set to true,
Sentry will instrument streams via fetch.

Work in this release was contributed by @ZakrepaShe and @zhiyan114. Thank you for your contributions!

Other Changes

  • chore(node): Bump @opentelemetry/instrumentation-express to 0.43.0
    (#13948)
  • ci: Ensure we check correctly for bot users (#13955)
  • dev(e2e): Fix nestjs version constraint (#13964)
  • feat(node): Expose suppressTracing API (#13875)
  • feat(node): Implement Sentry-specific http instrumentation
    (#13763)
  • feat(nuxt): Add Rollup plugin to wrap server entry with import()
    (#13945)
  • feat(replay): Do not log "timeout while trying to read resp body" as exception
    (#13965)
  • feat(vue): Add Pinia plugin (#13841)
  • fix: Ensure type for init is correct in meta frameworks
    (#13938)
  • fix(module): keep version for node ESM package (#13922)
  • fix(replay): Fix onError sampling when loading an expired buffered session
    (#13962)
  • ref: Add external contributor to CHANGELOG.md (#13956)
  • ref: Add external contributor to CHANGELOG.md (#13959)
  • test(browser): Add test for current DSC transaction name updating behavior
    (#13953)
  • test(loader): Update Loader Script & test error in sentryOnLoad
    (#13952)
  • test(node): Add tests for current DSC transaction name updating behavior
    (#13961)

Bundle size 📦

Path Size
@sentry/browser 22.74 KB
@sentry/browser - with treeshaking flags 21.53 KB
@sentry/browser (incl. Tracing) 35.01 KB
@sentry/browser (incl. Tracing, Replay) 71.73 KB
@sentry/browser (incl. Tracing, Replay) - with treeshaking flags 62.1 KB
@sentry/browser (incl. Tracing, Replay with Canvas) 76.07 KB
@sentry/browser (incl. Tracing, Replay, Feedback) 88.84 KB
@sentry/browser (incl. Tracing, Replay, Feedback, metrics) 90.69 KB
@sentry/browser (incl. metrics) 27 KB
@sentry/browser (incl. Feedback) 39.88 KB
@sentry/browser (incl. sendFeedback) 27.38 KB
@sentry/browser (incl. FeedbackAsync) 32.18 KB
@sentry/react 25.49 KB
@sentry/react (incl. Tracing) 37.98 KB
@sentry/vue 26.91 KB
@sentry/vue (incl. Tracing) 36.9 KB
@sentry/svelte 22.87 KB
CDN Bundle 24.12 KB
CDN Bundle (incl. Tracing) 36.84 KB
CDN Bundle (incl. Tracing, Replay) 71.51 KB
CDN Bundle (incl. Tracing, Replay, Feedback) 76.82 KB
CDN Bundle - uncompressed 70.7 KB
CDN Bundle (incl. Tracing) - uncompressed 109.37 KB
CDN Bundle (incl. Tracing, Replay) - uncompressed 221.8 KB
CDN Bundle (incl. Tracing, Replay, Feedback) - uncompressed 235.02 KB
@sentry/nextjs (client) 37.95 KB
@sentry/sveltekit (client) 35.6 KB
@sentry/node 125.04 KB
@sentry/node - without tracing 94.14 KB
@sentry/aws-serverless 103.71 KB

8.35.0-alpha.0

11 Oct 15:38
Compare
Choose a tag to compare
8.35.0-alpha.0 Pre-release
Pre-release
  • feat(replay): Allow capture of replays that are "too long" in order to help debug errors occuring outside of normal
    replay duration window

Bundle size 📦

Path Size
@sentry/browser 22.74 KB
@sentry/browser - with treeshaking flags 21.53 KB
@sentry/browser (incl. Tracing) 34.98 KB
@sentry/browser (incl. Tracing, Replay) 71.78 KB
@sentry/browser (incl. Tracing, Replay) - with treeshaking flags 62.12 KB
@sentry/browser (incl. Tracing, Replay with Canvas) 76.12 KB
@sentry/browser (incl. Tracing, Replay, Feedback) 88.88 KB
@sentry/browser (incl. Tracing, Replay, Feedback, metrics) 90.74 KB
@sentry/browser (incl. metrics) 27 KB
@sentry/browser (incl. Feedback) 39.88 KB
@sentry/browser (incl. sendFeedback) 27.38 KB
@sentry/browser (incl. FeedbackAsync) 32.18 KB
@sentry/react 25.5 KB
@sentry/react (incl. Tracing) 37.95 KB
@sentry/vue 26.91 KB
@sentry/vue (incl. Tracing) 36.87 KB
@sentry/svelte 22.87 KB
CDN Bundle 24.05 KB
CDN Bundle (incl. Tracing) 36.77 KB
CDN Bundle (incl. Tracing, Replay) 71.46 KB
CDN Bundle (incl. Tracing, Replay, Feedback) 76.77 KB
CDN Bundle - uncompressed 70.54 KB
CDN Bundle (incl. Tracing) - uncompressed 109.05 KB
CDN Bundle (incl. Tracing, Replay) - uncompressed 221.73 KB
CDN Bundle (incl. Tracing, Replay, Feedback) - uncompressed 234.95 KB
@sentry/nextjs (client) 37.92 KB
@sentry/sveltekit (client) 35.57 KB
@sentry/node 124.91 KB
@sentry/node - without tracing 94.14 KB
@sentry/aws-serverless 103.71 KB

8.34.0

10 Oct 16:05
Compare
Choose a tag to compare

Important Changes

  • ref(nextjs): Remove dead code (#13828)

Relevant for users of the @sentry/nextjs package: If you have previously configured a
SENTRY_IGNORE_API_RESOLUTION_ERROR environment variable, it is now safe to unset it.

Other Changes

  • feat(cdn): Export getReplay in replay CDN bundles
    (#13881)
  • feat(replay): Clear fallback buffer when switching buffers
    (#13914)
  • feat(replay): Upgrade rrweb packages to 2.28.0 (#13732)
  • fix(docs): Correct supported browsers due to globalThis
    (#13788)
  • fix(nextjs): Adjust path to requestAsyncStorageShim.js template file
    (#13928)
  • fix(nextjs): Detect new locations for request async storage to support Next.js v15.0.0-canary.180 and higher
    (#13920)
  • fix(nextjs): Drop _not-found spans for all HTTP methods
    (#13906)
  • fix(nextjs): Fix resolution of request storage shim fallback
    (#13929)
  • fix(node): Ensure graphql options are correct when preloading
    (#13769)
  • fix(node): Local variables handle error (#13827)
  • fix(node): Remove dataloader instrumentation from default integrations
    (#13873)
  • fix(nuxt): Create declaration files for Nuxt module
    (#13909)
  • fix(replay): Ensure replay_id is removed from frozen DSC when stopped
    (#13893)
  • fix(replay): Try/catch sendBufferedReplayOrFlush to prevent cycles
    (#13900)
  • fix(sveltekit): Ensure trace meta tags are always injected
    (#13231)
  • fix(sveltekit): Update wrapServerRouteWithSentry to respect ParamMatchers
    (#13390)
  • fix(wasm): Integration wasm uncaught WebAssembly.Exception
    (#13787) (#13854)
  • ref(nextjs): Ignore sentry spans based on query param attribute
    (#13905)
  • ref(utils): Move vercelWaitUntil to utils (#13891)

Work in this release was contributed by @trzeciak, @gurpreetatwal, @ykzts and @lizhiyao. Thank you for your
contributions!

Bundle size 📦

Path Size
@sentry/browser 22.73 KB
@sentry/browser - with treeshaking flags 21.53 KB
@sentry/browser (incl. Tracing) 34.97 KB
@sentry/browser (incl. Tracing, Replay) 71.62 KB
@sentry/browser (incl. Tracing, Replay) - with treeshaking flags 62.03 KB
@sentry/browser (incl. Tracing, Replay with Canvas) 75.97 KB
@sentry/browser (incl. Tracing, Replay, Feedback) 88.73 KB
@sentry/browser (incl. Tracing, Replay, Feedback, metrics) 90.59 KB
@sentry/browser (incl. metrics) 27 KB
@sentry/browser (incl. Feedback) 39.87 KB
@sentry/browser (incl. sendFeedback) 27.38 KB
@sentry/browser (incl. FeedbackAsync) 32.17 KB
@sentry/react 25.49 KB
@sentry/react (incl. Tracing) 37.94 KB
@sentry/vue 26.91 KB
@sentry/vue (incl. Tracing) 36.86 KB
@sentry/svelte 22.87 KB
CDN Bundle 24.05 KB
CDN Bundle (incl. Tracing) 36.76 KB
CDN Bundle (incl. Tracing, Replay) 71.38 KB
CDN Bundle (incl. Tracing, Replay, Feedback) 76.7 KB
CDN Bundle - uncompressed 70.53 KB
CDN Bundle (incl. Tracing) - uncompressed 109.04 KB
CDN Bundle (incl. Tracing, Replay) - uncompressed 221.4 KB
CDN Bundle (incl. Tracing, Replay, Feedback) - uncompressed 234.62 KB
@sentry/nextjs (client) 37.91 KB
@sentry/sveltekit (client) 35.56 KB
@sentry/node 124.5 KB
@sentry/node - without tracing 93.64 KB
@sentry/aws-serverless 103.3 KB