Logs and metrics are now enabled by default, with enable_logs and enable_metrics removed; OTLP trace export and propagator default to false. New granular data_collection config replaces the deprecated send_default_pii, and Rails breadcrumbs now respect these controls.
Sentry Changelog
npx @buildinternet/releases get sentry-changelogSentry will replace DigiCert with Google Trust Services and Let's Encrypt for its TLS certificates in February 2027. Customers who pin Sentry's certificates must remove pinning or add the new CAs, and users on old Android or Java platforms must update to trust ISRG Root X1.
SentrySQLiteDriver is now stable in the Sentry Android SDK, allowing apps using AndroidX SQLiteDriver (Room 2.7+/3.0+) to create spans for SQL queries. The Sentry Android Gradle Plugin 6.13.0+ can auto-wrap Room setDriver call sites, or you can wrap your driver directly.
The AI Query Assistant now shows a status indicator and error states while building queries, so you won't dismiss the dialog unaware a suggestion is in progress. A new button lets you regenerate or dismiss the generated query.
Sentry now captures the last 100 feature flag evaluations per error and shows them chronologically on Issue Details, flagging suspects when a flag correlates with error spikes. You can filter issues by flag value, view flag distribution, and track flag changes over time via webhooks from LaunchDarkly, Statsig, Unleash, or Flagsmith; integration takes two lines of code.
Dashboards are easier to discover and browse: Web Vitals, Backend Overview, and AI Agents Overview dashboards are pre-starred, and Sentry-built dashboards now include descriptions. Recently Viewed is now per-user instead of org-wide, and navigation is simplified by merging Custom Dashboards into All Dashboards while removing the card-based view.
Seer Autofix will send a browser notification when a manually triggered step (RCA, Plan, or Code Fix) is complete, allowing you to navigate away while it runs.
Weekly report now shows week-over-week percentages for issues, errors, and spans, lets you customize which projects appear, and adds a Spans section with p95 values for billed organizations.
New instrumentAgentWithSentry API for Cloudflare Agents instruments Agent classes and auto-instruments when building with the Sentry Vite plugin. SvelteKit 3 is supported with automatic version detection, and Node now uses Sentry's minimal OpenTelemetry tracer provider by default for lower overhead (opt back into the full provider with openTelemetryBasicTracerProvider: true). Routing spans across browser and framework SDKs now include url.template, url.path, and url.full attributes.
Issue activity feed and external links now show real-time pull request status, resolution details, and user attribution. Issues now resolve only when the fix ships to production, not at PR merge.
Error search moved from Explore → Discover → Errors to Explore → Errors and is now available on Developer plans. Removed Explore → Discover → Transactions in favor of Explore → Traces.
The redesigned Conversations detail page adds a Transcript view with chat-style layout and a Timeline view showing every span in order, plus saved Conversation lists with configurable columns and filters.
Log Pinning lets you pin important log lines while debugging; pinned logs remain visible as you investigate and are included in the URL for sharing.
The issue stream now defaults to a 'Recommended' sort option that combines recency, spikes, and ongoing problems to surface what needs attention. Switching to another sort option persists as the new default.
Seer, Sentry's AI debugging agent, now works with GitLab repositories for root cause analysis and can open merge requests with proposed fixes. It is now generally available to all users.
Heatmaps are a new visualization for Application Metrics that show both the distribution of metric values and how those distributions change over time, useful for spotting patterns like latency correlating with request bursts. Available in Custom Dashboards for the Application Metrics dataset.
The sentry_grpc package adds gRPC instrumentation for Dart and Flutter apps, tracing calls, recording breadcrumbs, propagating traces to backends, and capturing failed calls as errors.
Sentry now detects spans that are high-volume but low-signal and surfaces them as a new issue type in Issues → Configuration. Each low-value span issue shows projected 30-day volume, estimated storage cost, average duration, and troubleshooting guidance to remove the span via SDK auto-instrumentation settings or custom code; Seer can apply fixes automatically.
Custom Dashboards now support equations for the Application Metrics dataset, allowing you to combine multiple metrics into formulas—from simple calculations like error percentages to complex ones like Apdex scores. Save equations from Explore to a Dashboard or create equation-backed widgets directly from the Dashboard interface.
Seer root cause analysis can now be sent to GitHub Copilot, which generates a fix and pull request linked back in Sentry. Available for Copilot Pro, Pro+, Business, and Enterprise users.


