releases.shpreview
Home/Sentry
Sentry

Sentry

AI spans streamed outside transactions by default

This release6 featuresNew capabilities3 fixesBug fixesAI-tallied from the release notes
Sentry JavaScript · v10.61.0

Gen AI spans are now extracted from transactions and sent as v2 envelope items by default, preventing them from being dropped by size limits and removing default AI data truncation. Self-hosted Sentry users should set streamGenAiSpans: false. Also added top-level setAttribute(s) APIs, Cloudflare D1 and SQLite Durable Object instrumentation, and react-router v8 peer dependency bump.

Read more →

R2 buckets auto-instrumented; scope binds to event emitter

This release2 featuresNew capabilities1 enhancementImprovements to existing features3 fixesBug fixesAI-tallied from the release notes
Sentry JavaScript · v10.60.0

Cloudflare R2 buckets now auto-instrument, and a new bindScopeToEmitter API binds a scope to an event emitter. Fixed url.full and http.url mismatch on http.client spans, and removed optional vite peer dependency from server-utils.

Read more →

React Router v8 support ships; v6/v7 exports deprecated

This release8 featuresNew capabilities1 enhancementImprovements to existing features7 fixesBug fixesAI-tallied from the release notes
Sentry JavaScript · v10.59.0

The SDK now supports React Router v8 in both framework and SPA modes. @sentry/react exports version-agnostic wrappers for React Router v6+ SPA instrumentation, deprecating the version-specific V6/V7 variants (reactRouterV6BrowserTracingIntegration, withSentryReactRouterV6Routing, wrapCreateBrowserRouterV6, wrapCreateMemoryRouterV6, wrapUseRoutesV6), which will be removed in the next major version. Also added orchestrion build plugins for Bun and Deno, instrumentation for AWS SDK clients and Cloudflare sync KV, and various correctness fixes across core, browser, Next.js, and Node.

Read more →

Query string and client IP gated behind send_default_pii

This release1 enhancementImprovements to existing features5 fixesBug fixesAI-tallied from the release notes
Sentry Python · v2.63.0

Query string and client IP are now only captured when send_default_pii is enabled. Also fixed double wrapping of sync handlers on FastAPI >= 0.137, improved prefixed router path handling, removed reference cycles in the serializer, and removed 0000 trace_id fallbacks.

Read more →

Internal JS SDK packages move to @sentry scope

This release16 enhancementsImprovements to existing featuresAI-tallied from the release notes

Starting with release 10.58.0, internal JavaScript SDK packages have moved from the @sentry-internal/* scope to the @sentry/* scope. Most users will not need to take action, as package managers will resolve updated dependencies during normal SDK upgrades. Changes are only needed if you directly depend on, import from, or pin these internal packages. This change clarifies package ownership and consolidates packages under one organization namespace.

Read more →

Hono gets Deno support; console logs structured

This release7 featuresNew capabilities3 enhancementsImprovements to existing features6 fixesBug fixesAI-tallied from the release notes
Sentry JavaScript · v10.58.0

Added support for the Deno runtime in @sentry/hono via a new @sentry/hono/deno entry point. The consoleLoggingIntegration now extracts structured log attributes when the first argument is a plain object. The React Router's instrumentation API is now stable, deprecating manual server wrappers.

Read more →

Issue grouping accuracy improved; incorrect merges down 50%

This release1 enhancementImprovements to existing featuresAI-tallied from the release notes

Sentry upgraded its AI model for issue grouping, which reduces incorrect merges by 50% and duplicate issues by 20%. The new model is trained on real Sentry stack traces and calibrated to err on the side of separation, meaning issues in your feed are more likely to represent distinct problems.

Read more →

sendDefaultPii deprecated for dataCollection option

This release5 featuresNew capabilities1 enhancementImprovements to existing features6 fixesBug fixesAI-tallied from the release notes
Sentry JavaScript · v10.57.0

The sendDefaultPii option is deprecated and will be removed in v11, replaced by a new dataCollection option that lets you control each category of collected data. sendDefaultPii: true still works and maps to enabling all dataCollection categories. Angular 22 is now officially supported, and several fixes address span deduplication in PostgresJS, React Router trace propagation, Turbopack module injection, and negatively sampled span tracking in Cloudflare.

Read more →

10 new API endpoints documented; OpenAPI spec mismatches fixed

This release10 featuresNew capabilities4 enhancementsImprovements to existing features1 fixBug fixesAI-tallied from the release notes

10 new API endpoints are now documented, including tracing, profiling, and attachments endpoints. Optional parameters are now documented across endpoints, and OpenAPI spec mismatches—including required vs. optional field inconsistencies and incorrect response types that broke generated clients—are fixed.

Read more →

aiomysql integration; HTTPX2 now auto-instrumented

This release2 featuresNew capabilities1 enhancementImprovements to existing features6 fixesBug fixesAI-tallied from the release notes
Sentry Python · v2.62.0

Added integration for aiomysql with manual setup via AioMySQLIntegration, and automatic out-of-the-box support for HTTPX2. Fixed control flow exception capture in arq, baggage header parsing with '=' characters, and functools.wraps restoration in rq patched functions.

Read more →

Command Palette adds bulk issue actions; DSN lookup bidirectional

This release4 featuresNew capabilities1 enhancementImprovements to existing featuresAI-tallied from the release notes

Command Palette (Cmd+K / Ctrl+K) now supports bulk actions on issues—archive, resolve, or assign multiple issues at once—and exposes the full set of single-issue actions including assign, resolve, archive, priority change, stack trace copy, and Seer handoff. DSN lookup works both directions: find a DSN by project name or find a project by pasting a raw DSN string. Large organizations benefit from faster project navigation via search.

Read more →

Hono SDK now stable; honoIntegration deprecated

This release1 featureNew capabilities1 enhancementImprovements to existing featuresAI-tallied from the release notes
Sentry Changelog · v10.55.0

The @sentry/hono SDK is now stable, and honoIntegration is deprecated. The dedicated SDK provides instrumentation tuned to Hono's routing and middleware, enabling error monitoring, distributed tracing, profiling, metrics, and logs across Node.js, Cloudflare Workers, and Bun runtimes.

Read more →

13 API endpoints published; dynamic sampling per-org

This release45 featuresNew capabilities12 enhancementsImprovements to existing featuresAI-tallied from the release notes
Sentry · v26.5.2

Published 13 previously internal API endpoints including source map debug, organization profiling, traces, and event attachments. Added per-organization transaction rebalancing and sliding window calculation to dynamic sampling, and improved conversation search with conversation ID targeting and higher auto-collapse limits.

Read more →

Snapshots diff and download commands ship

This release5 featuresNew capabilities2 fixesBug fixesAI-tallied from the release notes
Sentry CLI · v3.5.0

New snapshots diff command locally compares directories of PNG snapshot images using odiff, and snapshots download retrieves baseline snapshot images from Sentry. Added --all-image-file-names and --all-image-file-names-file flags to snapshots upload for detecting image removals and renames in selective builds. Also added PE DWARF companion support and Windows ARM64 PE unwind support.

Read more →

Redis diagnostics channel integration added for Deno

This release5 featuresNew capabilities4 fixesBug fixesAI-tallied from the release notes
Sentry JavaScript · v10.56.0

Redis integration support for Deno now covers both redis and ioredis clients via diagnostics channel. Fixed sampleRate parsing with consistentTraceSampling, Cloudflare Durable Object instrumentation breaking Cloudflare Agents, Bun bytecode crash in node instrumentation, and span-scope circular reference memory issues.

Read more →
Last Checked
51m ago
Domain
sentry.io
Tracking since Jul 28, 2015