Description
Description
Sentry extended his error reporting service with a tracing approach: https://docs.sentry.io/platforms/java/performance/
There is already a Quarkus plugin that is supporting the logging part but not tracing: https://quarkus.io/guides/logging-sentry
It would be great if this plugin could be extended to support also tracing with automatic instrumentation.
Maybe it helps to have the sentry tracing reference documentation for Spring Boot: https://docs.sentry.io/platforms/java/guides/spring-boot/performance/instrumentation/automatic-instrumentation/
Implementation ideas
I found the tracing reference implementation of Sentry Spring boot, maybe that's a good orientation: https://github.com/getsentry/sentry-java/tree/main/sentry-spring/src/main/java/io/sentry/spring/tracing
Metadata
Assignees
Labels
Type
Projects
Status
In Progress
Activity