-
Notifications
You must be signed in to change notification settings - Fork 2.8k
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
Add Environment and Release option to logging-sentry #7833
Conversation
Details: - Add config fields for Environment and Release in `SentryConfig.java` - Add provider functionality to return configured Environment and Release in `SentryConfigProvider` - Add Tests to prove the configs are loaded into Sentry Client. GitHub Issue: #7821
AFAICS, the added tests don't pass:
|
@MarcBoissonneault thanks for your contribution. I don't see any immediate reason why the tests fail, could you have a look? @ia3andy I let you help @MarcBoissonneault on this one? |
@MarcBoissonneault did the tests pass locally? I will check it out and debug.. the code looks good. |
...ing-sentry/deployment/src/test/resources/application-sentry-logger-release-option.properties
Outdated
Show resolved
Hide resolved
...sentry/deployment/src/test/resources/application-sentry-logger-environment-option.properties
Outdated
Show resolved
Hide resolved
extensions/logging-sentry/runtime/src/main/java/io/quarkus/logging/sentry/SentryConfig.java
Outdated
Show resolved
Hide resolved
...ons/logging-sentry/runtime/src/main/java/io/quarkus/logging/sentry/SentryConfigProvider.java
Outdated
Show resolved
Hide resolved
...ons/logging-sentry/runtime/src/main/java/io/quarkus/logging/sentry/SentryConfigProvider.java
Outdated
Show resolved
Hide resolved
extensions/logging-sentry/runtime/src/main/java/io/quarkus/logging/sentry/SentryConfig.java
Outdated
Show resolved
Hide resolved
extensions/logging-sentry/runtime/src/main/java/io/quarkus/logging/sentry/SentryConfig.java
Outdated
Show resolved
Hide resolved
extensions/logging-sentry/runtime/src/main/java/io/quarkus/logging/sentry/SentryConfig.java
Outdated
Show resolved
Hide resolved
extensions/logging-sentry/runtime/src/main/java/io/quarkus/logging/sentry/SentryConfig.java
Outdated
Show resolved
Hide resolved
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 contrib!!
Details:
SentryConfig.java
SentryConfigProvider
GitHub Issue: #7821