---
name: Sentry Changelog
slug: sentry-changelog
type: feed
source_url: https://sentry.io/changelog/
organization: Sentry
organization_slug: sentry
total_releases: 205
latest_date: 2026-04-16
last_updated: 2026-04-19
tracking_since: 2023-10-18
canonical: https://releases.sh/sentry/sentry-changelog
organization_url: https://releases.sh/sentry
---

<Summary type="rolling" window-days="90" release-count="20">
Sentry shipped on two fronts: expanding AI-powered capabilities across the platform, and systematizing observability data collection. Seer graduated from error analysis to automated fixes, now leveraging Claude to generate patches for identified bugs. Meanwhile, metrics support rolled out systematically across SDKs—Go, Ruby, Java, iOS, Flutter, .NET, and Unity all gained metrics APIs—while the metrics product itself matured into alerting and dashboard widgets. Developer workflow improvements landed too: code mappings now upload in bulk via CLI instead of one-by-one, and session replay filters became saveable queries. Size Analysis graduated from beta, uptime monitors gained custom alert configuration, and organization-level data forwarding consolidated settings for routing errors to Splunk, Segment, and SQS.
</Summary>

<Summary type="monthly" period="March 2026" release-count="4">
Dashboard and monitoring capabilities expanded across multiple fronts. Custom dashboards graduated from basic charts to rich content—markdown widgets landed alongside overhauled chart legends—while uptime monitors gained custom success criteria configuration and metrics alerting entered open beta.
</Summary>

<Summary type="monthly" period="February 2026" release-count="6">
February expanded observability across SDKs and debugging workflows. The Kotlin Multiplatform SDK shipped logs support, while .NET and Unity gained metrics, and Android native crash reporting improved with Tombstone support. Size Analysis graduated to general availability for mobile app monitoring, organization-level data forwarding consolidated configuration across Splunk, Segment, and Amazon SQS integrations, and the Trace Explorer added cross-event querying in beta to filter spans by their relationship to other trace events.
</Summary>

<Release date="April 16, 2026" published="2026-04-16T10:41:41.000Z" url="https://sentry.io/changelog/shake-to-report-user-feedback-on-mobile">
## Shake to Report User Feedback on Mobile

Mobile SDKs now support a shake gesture to open the User Feedback form. When enabled, shaking the device triggers the feedback form using the platform's built-in accelerometer without additional permissions being required.
</Release>

<Release date="April 15, 2026" published="2026-04-15T19:14:05.000Z" url="https://sentry.io/changelog/interval-selection-on-dashboards">
## Interval Selection on Dashboards

You can now change the intervals used for how time series data is bucketed on dashboards.
</Release>

<Release date="April 9, 2026" published="2026-04-09T10:03:51.000Z" url="https://sentry.io/changelog/bulk-code-mappings-upload-via-sentry-cli">
## Bulk Code Mappings Upload via Sentry CLI

Code mappings connect your stack traces to source code, enabling features like source context, suspect commits, and stack trace linking. Previously, you had to configure them one-by-one
  through the Sentry UI — tedious for monorepos with dozens of modules. You can now upload code mappings in bulk using sentry-cli.
</Release>

<Release date="April 8, 2026" published="2026-04-08T18:05:59.000Z" url="https://sentry.io/changelog/seer-can-now-trigger-claude-to-fix-bugs">
## Seer can now trigger Claude to fix bugs.

Seer brings the root cause – Claude codes the fix.
</Release>

<Release date="April 1, 2026" published="2026-04-01T21:00:09.000Z" url="https://sentry.io/changelog/ai-powered-dashboard-generation-beta">
## AI-Powered Dashboard Generation (Beta)

Generate custom dashboards with an LLM agent.
</Release>

<Release date="March 30, 2026" published="2026-03-30T18:58:37.000Z" url="https://sentry.io/changelog/markdown-widgets-for-custom-dashboards">
## Markdown Widgets for Custom Dashboards

You can now add rich text markdown widgets to your custom dashboard.
</Release>

<Release date="March 16, 2026" published="2026-03-16T22:01:18.000Z" url="https://sentry.io/changelog/uptime-monitors-expanded-alert-configuration">
## Uptime Monitors: Expanded Alert Configuration

Uptime monitors now support custom configuration, so you can define what a successful check actually looks like.
</Release>

<Release date="March 16, 2026" published="2026-03-16T21:16:02.000Z" url="https://sentry.io/changelog/metrics-beta-alerts">
## Metrics Open Beta Now Supports Alerting

Metrics, currently in open beta, now support creating alerts.
</Release>

<Release date="March 13, 2026" published="2026-03-13T21:27:08.000Z" url="https://sentry.io/changelog/improved-chart-legends">
## Improved chart legends

We've overhauled how custom dashboards render chart legends.
</Release>

<Release date="February 17, 2026" published="2026-02-17T13:47:49.000Z" url="https://sentry.io/changelog/better-native-crash-reporting-for-android">
## Better Native crash reporting for Android

We've added Tombstone support for enhanced Native crash reporting on Android
</Release>

<Release date="February 12, 2026" published="2026-02-12T20:44:00.000Z" url="https://sentry.io/changelog/send-metrics-using-net-and-unity-sdks">
## Send Metrics using .NET and Unity SDKs

# Send Metrics using .NET and Unity SDKs

You can send Metrics to Sentry using our .NET and Unity SDKs.

Check our [.NET](https://docs.sentry.io/platforms/dotnet/metrics/) or [Unity](https://docs.sentry.io/platforms/unity/metrics/) docs to get started.

**February 12, 2026**
</Release>

<Release date="February 11, 2026" published="2026-02-11T14:16:57.000Z" url="https://sentry.io/changelog/send-logs-using-the-kotlin-multiplatform-sdk">
## Send Logs using the Kotlin Multiplatform SDK

# Send Logs using the Kotlin Multiplatform SDK

You can send Logs to Sentry using our Kotlin Multiplatform SDK.

Check our [docs](https://docs.sentry.io/platforms/kotlin/guides/kotlin-multiplatform/logs/) to get started.

**Date:** February 11, 2026
</Release>

<Release date="February 10, 2026" published="2026-02-10T22:43:23.000Z" url="https://sentry.io/changelog/size-analysis-is-now-generally-available">
## Size Analysis is now Generally Available

Size Analysis is now generally available in Sentry. It helps you monitor and reduce your mobile app size so you can catch regressions before they reach end users.
</Release>

<Release date="February 9, 2026" published="2026-02-09T20:24:33.000Z" url="https://sentry.io/changelog/organization-level-data-forwarding-is-now-available">
## Organization-level Data Forwarding is now available

We've renewed first-party support for data forwarding and migrated users onto organization-level configuration. You can now forward your errors across projects to Splunk, Segment and Amazon SQS with a single settings change.
</Release>

<Release date="February 5, 2026" published="2026-02-05T14:40:11.000Z" url="https://sentry.io/changelog/cross-event-querying-in-trace-explorer-beta">
## Cross-Event Querying in Trace Explorer (Beta)

Cross-Event querying allows you to refine your search for spans based on their relationship to other events in a distributed trace.
</Release>

<Release date="February 3, 2026" published="2026-02-03T23:11:22.000Z" url="https://sentry.io/changelog/send-metrics-using-the-flutter-sdk">
## Send Metrics using the Flutter SDK

# Send Metrics using the Flutter SDK

You can send Metrics to Sentry using our Flutter SDK.

Check our [docs](https://docs.sentry.io/platforms/dart/guides/flutter/metrics/) to get started.

**February 3, 2026**
</Release>

<Release date="February 2, 2026" published="2026-02-02T22:05:25.000Z" url="https://sentry.io/changelog/send-metrics-using-the-ios-sdk">
## Send Metrics using the iOS SDK

# Send Metrics using the iOS SDK

You can send Metrics to Sentry using our iOS SDK.

Check our [docs](https://docs.sentry.io/product/explore/metrics/getting-started/#mobile) to get started.

**February 2, 2026**
</Release>

<Release date="January 30, 2026" published="2026-01-30T18:47:37.000Z" url="https://sentry.io/changelog/saved-queries-for-session-replay">
## Saved Queries for Session Replay

Replay filters (events, tags, URLs, CSS selectors, etc.) can now be saved and reused later.
</Release>

<Release date="January 28, 2026" published="2026-01-28T18:51:25.000Z" url="https://sentry.io/changelog/send-metrics-using-the-go-sdk">
## Send Metrics using the Go SDK

# Send Metrics using the Go SDK

You can send Metrics to Sentry using our Go SDK.

Check out our [docs](https://docs.sentry.io/platforms/go/metrics/) to get started

**January 28, 2026**
</Release>

<Release date="January 28, 2026" published="2026-01-28T17:45:27.000Z" url="https://sentry.io/changelog/build-dashboard-widgets-for-your-metrics---open-beta">
## Build dashboard widgets for your Metrics - Open Beta

Create dashboard widgets directly from your Metrics queries
</Release>

<Pagination page="1" total-pages="11" total-items="205" next="https://releases.sh/sentry/sentry-changelog.md?page=2" />
