spiral / framework

High-Performance PHP Framework
https://spiral.dev
MIT License
1.8k stars 87 forks source link

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

Open butschster opened 1 year ago

butschster commented 1 year ago

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.