releases.sh
Sentry

Sentry

sentry.ioObservability
$npx @buildinternet/releases get sentry

TLS cert authority changing to GTS, Let's Encrypt

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

Sentry 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.

Read more →

enable_logs deprecated; logging integrations default to auto-collect

Breaking (minor)This release9 enhancementsImprovements to existing features1 fixBug fixesAI-tallied from the release notes
Sentry Python · v2.68.1

Auto-collected logs continue to send when enable_logs=True, preserving prior behavior, and can now be controlled per integration via capture_sentry_logs. The enable_logs option is deprecated and will be removed in the next major release, as the sentry_sdk.logger.X API now works independently of it. Also fixed gen_ai tool-call gating across Anthropic, OpenAI, LangChain, and other integrations to key on outputs, not inputs.

Read more →

Logs enabled by default; scope.clear() deprecated

Breaking (minor)This release1 featureNew capabilities2 enhancementsImprovements to existing features6 fixesBug fixesAI-tallied from the release notes
Sentry JavaScript · v10.71.0

The enableLogs client option now defaults to true, so Sentry Logs work without manual opt-in; nothing is captured unless you call the Sentry.logger.* APIs or add a log-forwarding integration, and you can opt out with enableLogs: false. Also deprecated scope.clear(), and fixed a multi-byte UTF-8 truncation in react-router SSR streams.

Read more →

SQLite spans now stable via SentrySQLiteDriver

This release1 featureNew capabilitiesAI-tallied from the release notes

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.

Read more →

Auto log collection off by default; enable_logs/metrics no-ops

BreakingThis release3 featuresNew capabilities1 fixBug fixesAI-tallied from the release notes
Sentry Python · v2.68.0

enable_logs and enable_metrics are now no-ops and will be dropped in the next major. Logging and Loguru integrations no longer auto-collect logs unless you opt in via integration-level capture_sentry_logs=True; metrics emitted via the API are no longer gated by enable_metrics. Also added NoOpStreamedSpan segment improvements and a batcher flush trigger based on span number.

Read more →

Feature flags correlated with errors in iOS/macOS apps

This release5 featuresNew capabilitiesAI-tallied from the release notes

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.

Read more →

Recently Viewed now user-specific; dashboard nav simplified

This release1 featureNew capabilities4 enhancementsImprovements to existing featuresAI-tallied from the release notes

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.

Read more →