releases.shpreview

AI agents drill into observability data while platforms stretch for multicloud

May 25–31, 2026

Dash0's Agent0 is now generally available as an autonomous production AI, while Sentry released AI-Detected Issues as GA; Datadog published a case study cutting Spark costs by 44% with agentic AI and added Azure Managed Redis monitoring.

Autonomous AI arrives for incident investigation

Two platforms this week pushed AI agents from experimental features to production-grade tools for developers who live in their observability data. Dash0's Agent0 is now generally available, replacing the old assistant with an autonomous runtime that continuously scans your environment, performs full-loop investigations, and can even generate pull requests against your codebase. Meanwhile, Sentry's AI-Detected Issues feature also graduated to GA, using AI to analyze traces and logs for database inefficiencies, blocking operations, and security concerns that conventional pattern-matching would miss.

The practical impact of this kind of tooling was demonstrated by Datadog's own team: a detailed blog post showed how they used an AI agent built on Claude integrated with Jobs Monitoring to debug a Spark job, cutting daily compute costs by 44% and run duration by 60%. The team built a validator subagent to filter false-positive suggestions and landed three optimizations—salting for data skew, join reordering, and broadcast hints.

Azure Managed Redis and the multicloud expansion

Datadog announced support for Azure Managed Redis, Microsoft's replacement for Azure Cache for Redis that includes Redis Enterprise features like RediSearch and Active Geo-Replication. A companion migration guide walks through using Datadog to establish baselines, monitor cutover with side-by-side dashboards, and validate cache parity. This aligns with Datadog's broader push into unified observability for Alibaba Cloud, which now covers ECS, ApsaraDB, and ACK with correlated metrics, logs, and APM traces.

SDK hardening and new tracing capabilities

Several SDK updates this week focused on fixing subtle-but-critical bugs. Datadog's APM v4.9.0 hardened AI Guard by making AIGuardAbortError derive from BaseException instead of Exception, preventing user code's generic except Exception: from swallowing AI block decisions—a meaningful security fix. v4.10.0 fixed a bug where AppSec body-parsing was breaking FastAPI WebSocket connections, and corrected missing reasoning_content from streamed chat completions when using reasoning providers like DeepSeek.

Sentry's JavaScript SDK 10.54.0 introduced a fetchStreamPerformanceIntegration for tracking streamed response performance, measuring time-to-first-byte and streaming duration. The new dataCollection client option replaces the simpler sendDefaultPii boolean, giving more granular control. v10.55.0 promoted the Hono SDK to stable and advanced TanStack Start to beta with automatic distributed tracing connecting server and client traces. Sentry's Python SDK 2.61.0 disabled string truncation by default, so large strings now display in full, and fixed a serializer bug that could trigger side-effects from custom __iter__ implementations.

The Datadog Agent 7.79.1 fixed a nuisance bug where CD-ROM drives were being monitored by the disk check since 7.73.0, causing false alerts on system.disk.in_use when media was inserted. It also patched two Prometheus CVEs.

Releases covered