Routing OpenTelemetry logs to Sentry using OTLP
Learn how to route OpenTelemetry logs to Sentry's OTLP endpoint without modifying your existing instrumentation code.
Learn how to route OpenTelemetry logs to Sentry's OTLP endpoint without modifying your existing instrumentation code.
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…
Replace Any with type-safe protocols, handle array conformance limitations, and future-proof your Swift enums.
Explore protocol extensions, enums with associated values, and ExpressibleByStringLiteral to build type-safe Swift APIs.
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.