New ways to agentically build and edit dashboards
Sentry dashboards just got a major upgrade: create dashboards with AI agents, manage them via the CLI, and clone pre-built templates for common monitoring use cases.
Sentry dashboards just got a major upgrade: create dashboards with AI agents, manage them via the CLI, and clone pre-built templates for common monitoring use cases.
Supabase gives you query insights and logs, but it can't trace across your full stack. Here's how to connect Next.js, Supabase Edge Functions, and Postgres with distributed tracing, log drains, and AI-assisted debugging in Sentry.
The Unreal SDK now auto-instruments FPS, frame time, network health, and game stats, giving your team real player performance data in production.
Sentry is adding TracingChannel support to 44 JavaScript libraries upstream, replacing fragile monkey-patching with native observability that works across all runtimes.
Events from Expo apps account for about 75% of the total event volume we receive from React Native apps. That number made it an easy decision to invest in updates to the Sentry React Native SDK to improve the debugging and performance workflow for your Expo apps.
Application Metrics is a new way to track the critical signals in your application — with full user context and a one-click jump to the trace when something spikes.
Two commands to go from nothing to a fully configured Sentry project. Or zero commands, if you let your coding agent handle it.
Sentry now connects natively to Perforce P4, bringing stack trace linking, suspect commits, on-demand source context, and P4 Code Review support to teams in game development and VFX.
Seer Agent is the AI debugger that already has your data. Ask it anything about your app and it walks Sentry's trace-connected graph to find the answer.
We removed all advertising cookies from sentry.io two years ago and never looked back. Here's what we learned about where the growth budget went and how to measure what you can't track.
Multi-agent AI systems fail silently. Learn what proper observability looks like when agents orchestrate agents, and how Sentry keeps you in control.
Monkey-patching in CJS and module hooks in ESM both instrument libraries from the outside. Tracing Channels let libraries emit their own telemetry — and the ecosystem is already moving.
When an agent's tool call silently degrades the input to a completely different agent two steps later, standard monitoring won't catch it. Here's how to find bugs that live between agents.
Native crashes on Android have always been harder to debug than they should be. The platform has its own crash reporter () that captures the crashing thread,…