Routing OpenTelemetry logs to Sentry using OTLP
OpenTelemetry already set up? Two environment variables and your logs are in Sentry. This guide covers setup, how it works, and when to use the native SDK instead.
OpenTelemetry already set up? Two environment variables and your logs are in Sentry. This guide covers setup, how it works, and when to use the native SDK instead.
React Native SDK 8.0.0 introduces app start error capture, upgraded dependencies, and updated minimum version requirements.
Stop seeing random chunk names in your Next.js errors. Set up source maps in Sentry to get readable stack traces that point to your actual code.
Learn production caching strategies: identify opportunities, instrument Redis, monitor with Sentry, and optimize cache boundaries using AI analysis.
Sentry acquires XcodeBuildMCP, an open source MCP server that gives AI agents the ability to build, test, and debug native iOS and macOS apps autonomously.
Sentry acquired Emerge Tools in May 2025 to bring best-in-class mobile tooling to dev teams. Today, we’re officially bringing Size Analysis - one of their…
Learn how to move beyond blanket sampling and optimize telemetry at scale with tracesSampler, manual replays, and strategic log filtering.
Less code, faster builds, same telemetry. How Sentry’s Next.js SDK supports Turbopack without losing insight into errors or performance.
Sentry now supports log drains, letting you stream platform logs into Sentry with no code changes. Debug with your logs, errors, and traces all in one platform.
Seer already accurately root causes and fixes bugs in production. Now we're expanding its capabilities to help you debug during local development and code review.
See how to trace a single request across microservices, queues, and databases using Sentry tracing and structured logs.
Everything looks healthy, until users leave. Why uptime and SLOs miss broken user flows, and how to monitor the moments that actually matter.
Offset pagination falls apart at scale. See how indexes and cursor-based pagination fix slow queries and keep production apps fast.
Logs are often the first place dev teams look when they investigate an issue. But logs are often added as an afterthought, and developers struggle with the…
Stack traces show what broke. Logs show why. A real Next.js bot-protection bug where Sentry logs exposed the missing context and fixed prod.