-
Notifications
You must be signed in to change notification settings - Fork 17
Open
Labels
enhancementNew feature or requestNew feature or request
Description
Hi guys,
I'm using Quarkus and sentry for error tracking, now I also want to use sentry APM on JDBC tracing too. I tried to config like this but it's not working, seems we do not have wrapper config on sentry-jul
quarkus:
log:
sentry:
~: true
dsn: "http://xxxxxxxxxx"
environment: production
level: ERROR
minimum-event-level: ERROR
minimum-breadcrumb-level: DEBUG
in-app-packages: '*'
enable-tracing: true
traces-sample-rate: 0.2
Do you guys have any plan on supporting this?
Thank you!
gunivan, edubacco and massicer
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request