Skip to content

Conversation

Feluin
Copy link

@Feluin Feluin commented Sep 21, 2025

Like the Spring automatic Tracing https://docs.sentry.io/platforms/java/guides/spring-boot/tracing/instrumentation/automatic-instrumentation/, i would implement a Feature which creates Tracing for every Request. (Later on also maybe JDBC requests).

In This pull Request, i want to collect Ideas on which Data to add to the Span, and also clarifiy, if its a good idea to include this Feature in this Project. Currently the Implementation is merely a Proof of Concept.

Currenly missing at least:

  • Tests
  • Documentation
  • ConfigurationSettings
  • Statustracking of Request to propagate to sentry

@melloware
Copy link
Contributor

@Feluin what you are describing is basically wiring Sentry into existing Quarkus metrics. I think we should find a simple way to plugin and then HTTP calls and JDBC calls would all just work and be forwarded to Sentry.

@melloware
Copy link
Contributor

See this open ticket wants to do the same thing: #17

@melloware
Copy link
Contributor

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants