Skip to content

Support sentry OpenTelemetry #17

@hieuhtr

Description

@hieuhtr

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!

Metadata

Metadata

Assignees

Labels

enhancementNew feature or request

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions