spiral / framework

High-Performance PHP Framework

Home Page:https://spiral.dev

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Integration of `spiral/telemetry` with `spiral/sentry-bridge` for enhanced distributed tracing

butschster opened this issue · comments

In the rich ecosystem of the Spiral Framework, the spiral/telemetry package stands out for its capability to send telemetry data efficiently to OpenTelemetry via the spiral/otel-bridge package. This functionality is immensely beneficial for monitoring and troubleshooting applications in real-time. On the other hand, we have the spiral/sentry-bridge package which facilitates smooth integration with the Sentry service.

Sentry telemetry has functionality known as Distributed Tracing, as documented here.

This unified solution would empower developers with more extensive insights, unified tracing information, and a seamless experience across both OpenTelemetry and Sentry platforms, while continuing to benefit from the easy-to-use and powerful features of the Spiral Framework.