Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support sentry APM #17

Open
hieuhtr opened this issue Jan 13, 2022 · 4 comments
Open

Support sentry APM #17

hieuhtr opened this issue Jan 13, 2022 · 4 comments

Comments

@hieuhtr
Copy link

hieuhtr commented Jan 13, 2022

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!

@ia3andy
Copy link
Contributor

ia3andy commented May 10, 2022

Hi @hieuhtr,

I don't see the enable-tracing in the current supported configuration. The other should work.

Regarding APM, we don't have any plan for this right now, but any contribution for this would be welcome!

@massicer
Copy link

Hey, @ia3andy first of all thank you for your support!
I just wanted to say that I am interested in APM too.
Do you have any updates on this?

TY!.

@edubacco
Copy link

edubacco commented May 9, 2023

Hi, I'm also interested in having an APM support!
Thanks

@derari
Copy link

derari commented May 14, 2023

You have to manually call "Sentry.startTransaction" and the like, then it should would

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

No branches or pull requests

5 participants