-
Notifications
You must be signed in to change notification settings - Fork 8
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
Sentry Exporter #253
Sentry Exporter #253
Conversation
133317e
to
1b4767d
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
...us-opentelemetry-exporter-sentry/integration-tests/src/main/resources/application.properties
Outdated
Show resolved
Hide resolved
...us-opentelemetry-exporter-sentry/integration-tests/src/main/resources/application.properties
Outdated
Show resolved
Hide resolved
...try/integration-tests/src/test/java/io/quarkiverse/opentelemetry/exporter/it/SentryTest.java
Outdated
Show resolved
Hide resolved
...try/integration-tests/src/test/java/io/quarkiverse/opentelemetry/exporter/it/SentryTest.java
Outdated
Show resolved
Hide resolved
...ain/java/io/quarkiverse/opentelemetry/exporter/sentry/beans/SentrySpanProcessorProducer.java
Show resolved
Hide resolved
.../runtime/src/main/java/io/quarkiverse/opentelemetry/exporter/sentry/config/SentryConfig.java
Outdated
Show resolved
Hide resolved
.../runtime/src/main/java/io/quarkiverse/opentelemetry/exporter/sentry/config/SentryConfig.java
Outdated
Show resolved
Hide resolved
quarkus-opentelemetry-exporter-sentry/runtime/src/main/resources/application.properties
Outdated
Show resolved
Hide resolved
a9adca2
to
324e71b
Compare
quarkus-opentelemetry-exporter-sentry/runtime/src/main/resources/application.properties
Show resolved
Hide resolved
@rmanibus did a commit with the aim of fixing the docs |
@brunobat are we good to merge this ? |
docs/modules/ROOT/pages/quarkus-opentelemetry-exporter-sentry.adoc
Outdated
Show resolved
Hide resolved
quarkus-opentelemetry-exporter-sentry/runtime/src/main/resources/application.properties
Show resolved
Hide resolved
Just waiting to see if we get a solution for the doc configs section |
@gastaldi can you plesse help with this? |
<dependency> | ||
<groupId>io.sentry</groupId> | ||
<artifactId>sentry-jul</artifactId> | ||
</dependency> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
There are some particularities specially when building to native. I'd recommend depending on https://github.com/quarkiverse/quarkus-logging-sentry instead of the sentry libraries
I see |
Pretty eager for this one. Any updates on work to be done/anything I can help with to get this merged in? |
Will take a look later. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks for the PR and your patience, @rmanibus
I think the extension can be improved by providing the sentry propagator as well. Do you think you can implement the change?
based on @LaurentTreguier work
relevant thread:
quarkusio/quarkus#19798