---
collection: observability
collection_name: Observability & Monitoring
week_start: 2026-08-03
title: Sentry previews v11 as observability leans into AI workflows
release_count: 17
generated: 2026-08-10
canonical: https://releases.sh/collections/observability/digest/2026-08-03
---

# Sentry previews v11 as observability leans into AI workflows

Sentry's JavaScript SDK enters its v11 alpha with a migration guide in progress, while Datadog doubles down on AI-assisted investigation and Dash0 extends zero-config instrumentation to Ruby. Axiom lets AI agents stand up orgs on their own.

### Sentry's v11 dawn

The week's headline belongs to [Sentry's JavaScript SDK 11.0.0-alpha.0](/release/rel_0TMwfbGudKno5qfQ2k1DC-sentry-javascript-11-0-0-alpha-0-previews-major-v11-release), the first preview of a major release that promises significant changes from the 10.x line. The alpha ships with a work-in-progress migration guide, which is both a courtesy and a warning: v11 is not stable, the changelog is incomplete, and early adopters should expect the migration path to shift under them as the release matures. For teams already on 10.x, this is the signal to start auditing usage against the moving target of the migration doc — but probably not to jump in yet. That said, the fact that the migration guide exists at this early stage is itself a sign of how much Sentry cares about the upgrade path; too many major versions arrive with little more than a "good luck."

Sentry also shipped a smaller quality-of-life improvement in [Autofix browser notifications](/release/rel_oY74QcaFGAxSZUomCvSuK-sentry-autofix-now-sends-browser-notifications-when-tasks-complete). Now when Seer Autofix runs a manually triggered root-cause analysis, plan, or code fix, it pings you in the browser when done. It's a small thing, but it acknowledges a real workflow pain: these steps take time, and sitting staring at a spinner is a waste of a human. With the notification, you can go do something else and come back when the fix is ready.

### Datadog's AI-assisted investigation push

Datadog spent the week making investigation work less manual. The big piece is [Session Replay's new AI summaries and timestamped comments](/release/rel_ZtpwGDlQj1L0QsUgnW79A-datadog-session-replay-adds-ai-summaries-and-timestamped-comments-for). The feature now covers the full workflow — find relevant sessions from RUM and Product Analytics, let AI generate a session summary and smart chapters to skip the boring parts, then leave timestamped comments pinned to exact replay moments for your team. There are also default playlists tracking mentions and commented replays org-wide, which turns a solo debugging tool into a collaborative review surface.

In the same spirit, the [July 2026 roundup post](/release/rel_qH8C_2O5GtRPN9S6BT5ft-datadog-july-2026-roundup-bits-release-and-testing-previews-bits-chat-and) announces that Bits Release and Bits Testing are in preview — the former automating validation from pull request to production, the latter generating runnable synthetic test suites. The theme here is clear: Datadog is moving from "here's a dashboard, you figure it out" to "here's the answer, here's the test, here's the fix." Also notable in that roundup: Datadog RUM for C/C++ and remote RUM configuration via the MCP Server, which opens up real-time tuning of what you collect.

On the instrumentation side, [dd-trace-js v6.10.0](/release/rel_KuVt_o8j6LjiFFrTGgI8B-datadog-dd-trace-js-6-10-0-adds-mysql-pool-tracing-and-normalized-express-routes) and its [v5.121.0 sibling](/release/rel_P2dRhv-uLL9tu_OyAt8tX-datadog-apm-dd-trace-js-v5-121-0-adds-pool-acquisition-tracing-for-mysql) both add tracing for MySQL pool connection acquisition — a genuinely useful fix, since pool-acquired connections were previously invisible. Both also add `image_parts` support on LLM Observability messages and normalized Express route tags per RFC-1103. The [RUM Browser SDK v7.8.0](/release/rel_vLAUFq4Qvwk4cDk7YUota-datadog-rum-browser-sdk-v7-8-0-adds-feature-flags-tab-and-session-teardown-fix) gains the Feature Flags tab with catalog browsing and OAuth sign-in, plus a fix aligning session-ended WebSocket teardown with the latest view's end clocks.

Meanwhile [dd-trace-js v6.9.0](/release/rel_Eo4YUQX4BqHIdQzhAf4Bt-datadog-apm-dd-trace-js-v6-9-0-adds-zero-config-test-impact-analysis) (and its [v5.120.0 counterpart](/release/rel_ccMZbNJT_cLDJz6m84skK-datadog-apm-v5-120-0-adds-zero-config-test-impact-analysis)) made test impact analysis zero-config — automatic test skipping without setup — which should quietly save CI pipelines a lot of wasted minutes. The same release adds a submit-feedback method for LLM Observability and traces pg pool connection-acquire wait time. On the agent side, [Datadog Agent 7.82.0](/release/rel_mpP32b51vfz8vcRRtBTNY-datadog-agent-7-82-0-enables-multi-line-log-detection-by-default) flips multi-line log detection on by default, so stack traces and JSON blobs now aggregate into single log entries out of the box — a change that will change how your log queries work, for the better, but worth knowing about before you're surprised by it.

### Dash0 and Axiom extend the zero-config frontier

Dash0 continues its push to make instrumentation a non-decision. The [Dash0 Operator v1.151.0](/release/rel_bidN7DhGrheRebmU0grJq-dash0-operator-v1-151-0-adds-automatic-ruby-3-3-instrumentation) adds automatic instrumentation for Ruby 3.3+, injecting the OpenTelemetry Ruby distribution at container startup. Rails apps, Bundler-managed services, and plain Ruby scripts all get distributed tracing without code changes. There's a caveat though, flagged in the [separate operator changelog entry](/release/rel_wy1zYfnaOAlxHgMpTh0F_-dash0-operator-0-151-0-adds-ruby-auto-instrumentation-marks-gke-autopilot): the new version is not compatible with GKE AutoPilot, so teams on that platform need to stick with 0.146.0 for now. That's an awkward split — new users on one platform told to hold back — but the Ruby auto-instrumentation itself is a solid step.

Axiom's [changelog for the week](/release/rel_7c_JCf6hpC3fL3ATc-jSu-axiom-enables-agent-created-orgs-and-multi-query-charts-beyond-metrics) is the most provocative of the bunch. An AI agent can now create a real Axiom organization, work in it for 24 hours, and hand it to a human via a claim link. It's a workflow built for the agent era: the agent does the initial setup and exploration, the human takes over when it's time to make decisions. The same release extends multi-query and dual Y-axis charts beyond metrics to structured, APL, and MPL queries, and adds sortable legends and aggregation columns. The claim-link handoff for orgs is the thing to watch — it suggests a future where the first pass on every new project is done by an agent, not a human.

## Releases covered

### Axiom

- [Axiom enables agent-created orgs and multi-query charts beyond metrics](https://releases.sh/release/rel_7c_JCf6hpC3fL3ATc-jSu-agents-can-create-orgs-multi-query-charts-for-all-types)

### Dash0

- [Dash0 Operator v1.151.0 adds automatic Ruby 3.3+ instrumentation](https://releases.sh/release/rel_bidN7DhGrheRebmU0grJq-ruby-apps-gain-out-of-box-tracing-in-dash0-operator)
- [Dash0 Operator 0.151.0 adds Ruby auto-instrumentation, marks GKE AutoPilot incompatible](https://releases.sh/release/rel_wy1zYfnaOAlxHgMpTh0F_-ruby-auto-instrumentation-added-gke-autopilot-incompatible)

### Datadog

- [Datadog Session Replay adds AI summaries and timestamped comments for collaborative investigation](https://releases.sh/release/rel_ZtpwGDlQj1L0QsUgnW79A-session-replay-ai-summaries-timestamped-comments-shared-playlists)
- [Datadog July 2026 roundup: Bits Release and Testing previews, Bits Chat and Memories](https://releases.sh/release/rel_qH8C_2O5GtRPN9S6BT5ft-bits-release-and-testing-previews-bits-chat-and-memories-debut)
- [Datadog dd-trace-js 6.10.0 adds mysql pool tracing and normalized Express routes](https://releases.sh/release/rel_KuVt_o8j6LjiFFrTGgI8B-mysql-pool-acquisition-traced-express-route-tag-normalized)
- [Datadog APM dd-trace-js v5.121.0 adds pool acquisition tracing for MySQL](https://releases.sh/release/rel_P2dRhv-uLL9tu_OyAt8tX-mysql-pool-acquisition-traced-agent-attribution-propagated)
- [Datadog RUM Browser SDK v7.8.0 adds Feature Flags tab and session teardown fix](https://releases.sh/release/rel_vLAUFq4Qvwk4cDk7YUota-feature-flags-tab-launches-session-teardown-aligned)
- [Datadog APM dd-trace-js v6.9.0 adds zero-config test impact analysis](https://releases.sh/release/rel_Eo4YUQX4BqHIdQzhAf4Bt-zero-config-test-impact-analysis-ships)
- [Datadog APM v5.120.0 adds zero-config test impact analysis](https://releases.sh/release/rel_ccMZbNJT_cLDJz6m84skK-zero-config-tia-ships-pg-pool-acquire-wait-traced)
- [Datadog Agent 7.82.0 enables multi-line log detection by default](https://releases.sh/release/rel_mpP32b51vfz8vcRRtBTNY-auto-multi-line-log-detection-on-by-default-legacy-config-backend-removed)

### Sentry

- [Sentry JavaScript 11.0.0-alpha.0 previews major v11 release](https://releases.sh/release/rel_0TMwfbGudKno5qfQ2k1DC-v11-alpha-major-release-preview)
- [Sentry Autofix now sends browser notifications when tasks complete](https://releases.sh/release/rel_oY74QcaFGAxSZUomCvSuK-autofix-notifies-you-when-manual-steps-finish)
