releases.sh

Observability & Monitoring

Logs, traces, metrics, and error tracking for production systems.

This week: Debugging goes live: Datadog and Sentry ship new runtime tools
WedSep 2, 20261 release
Dash0
Dash0 Operator0.154.0
MonAug 31, 20267 releases
SentryDatadog
Daily summary

Sentry paves the way for v11; dd-trace-py patches span issues

Sentry's JavaScript SDK added a new config entry point ahead of v11 while Datadog dd-trace-py fixed span view errors and disabled fast memory copy in embedded Python.

  • Sentry JavaScript's `withSentryConfig` is now available from `@sentry/nextjs/config`, easing the v11 migration.
  • Datadog's Python tracer prevents span view and traced functions from raising exceptions when there are many of them.
  • dd-trace-py disables fast memory copy for profiling when running as an embedded Python interpreter.

Logs and metrics on by default; enable flags removed

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.

Details
Sentry JavaScript10.73.0

Datadog Blog

3 updates

Let’s say your team shipped a support agent last quarter. The launch demo went well, stakeholders were pleased, and everyone moved on. A few months la...

Details
Patterns view in Agent Observability showing support agent patterns plotted by interaction count and latency.

Visualize how CUPED adjusts experiment results with Datadog

Published

Sep 1, 2026

Read time

4m

![Visualize how CUPED adjusts experiment results...

Details
Visualize how CUPED adjusts experiment results with Datadog

Datadog's APM team open sources dd-trace-rs, an opinionated Rust distributed tracing library built on the OpenTelemetry SDK. It configures itself from standard Datadog environment variables (DD_SERVICE, DD_ENV), applies consistent sampling and context propagation, and reuses the OpenTelemetry instrumentation ecosystem, alongside upstream contributions to improve tracing/OpenTelemetry interoperability.

Details
Making Rust observability reliable at scale with OpenTelemetry
SunAug 30, 20263 releases
Datadog
Daily summary

Datadog steps up triage with Bitbucket and threat-focused pipelines

Datadog shipped three blog-led updates: a new Bitbucket Cloud source-code integration for faster troubleshooting, Tines workflow integration for security-threat prioritization, and a methodology post on proving query rewrite performance.

  • Datadog's new Bitbucket Cloud integration links source code, observability, test results, and security findings to speed up investigation and catch issues earlier in the dev lifecycle.
  • Datadog Observability Pipelines now work with Tines to prioritize threats, cut alert noise, and accelerate incident investigations.
  • Bits shares how it uses synthetic data and execution-metrics simulation to verify that a query rewrite is genuinely faster.

Datadog Blog

3 updates

Developers and SREs who use Bitbucket Cloud often need to move between their source code, observability data, test r...

Details
Datadog Code Security finding with repository, file path, affected code, severity, and remediation details.

Learn how Bits generates synthetic data, measures simulation fidelity, and uses execution time and database work to determine whether an optimization ...

Details

Learn how Tines workflows can update Datadog Observability Pipelines to prioritize threats, reduce alert noise, and accelerate investigations.

FriAug 28, 20265 releases
DatadogSentry
Daily summary

Datadog and Sentry tighten error handling

Datadog's tracing SDKs added AI Guard sensitive-data redaction and a recordException API, while Sentry's JS SDK stopped AI integrations from double-reporting handled errors.

  • Datadog's dd-trace-js adds AI Guard redaction of sensitive data and a recordException API, plus agentless log submission for Bunyan and Pino.
  • Sentry's JS SDK stops all AI integrations from reporting errors that frameworks propagate to caller code as unhandled, letting your error handling own reporting.
  • Datadog's Browser SDK adds a Feature Flags tab across all sites with per-site overrides and attaches debug IDs to log events.
  • Sentry CLI 3.7.0 adds dSYM support to IPA uploads for iOS symbolication.
RUMv7.10.0
Sentry JavaScript10.72.0
Sentry CLI3.7.0
ThuAug 27, 20263 releases
Dash0DatadogAxiom
Daily summary

Quiet maintenance day for observability SDKs

A quiet maintenance day: both Sentry CLI releases were internal snapshot builds with no user-facing changes, and the Axiom Go SDK's only release was a dependency bump, including upgrading OpenTelemetry to v1.46.0.

apply --since syncs asset lifecycle via Git history

The experimental apply --since option now deletes assets based on Git history, comparing a git reference against the current state and removing anything no longer present. It also handles moving assets among files; a full diff command and GitHub Action are upcoming.

Details
SDKv0.36.1
WedAug 26, 20261 release
Datadog
Daily summary

Sentry sets TLS switch date; Datadog ships three fixes

Sentry announced a February 2027 CA migration to Google and Let's Encrypt, warning pinning users to act, while Datadog fixed an upgrade regression and trace-agent data loss and made agentless feature-flag delivery the default in dd-trace-py.

  • Sentry plans a February 2027 swap from DigiCert to Google Trust Services and Let's Encrypt for its TLS certificates; pinned clients and older Android/Java platforms must update ahead of the cutover.
  • Datadog's Agent 7.82.3 stops the Dynamic Instrumentation proxy from dropping payloads and fixes a Windows system-probe upgrade regression.
  • dd-trace-py v4.14.0 makes agentless OpenFeature delivery default over HTTPS, adds AI Guard redaction, and introduces Span.remove_tag/remove_metric.

Live Debugger inspects running code without redeploys

Datadog Live Debugger lets teams place logpoints on running services to capture variable values, method arguments, and execution context without restarting or redeploying code. Bits AI can analyze linked source code, place non-breaking logpoints, retrieve variable snapshots, and suggest fixes from production data.

Details
Debug live production code without redeploying with Datadog Live Debugger