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

Update Sentry configuration #11

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open

Update Sentry configuration #11

wants to merge 1 commit into from

Conversation

pvannierop
Copy link
Collaborator

Makes use of support for Sentry by radar-commons v1.1.3

@pvannierop pvannierop self-assigned this Dec 10, 2024
@pvannierop pvannierop requested a review from keyvaann December 10, 2024 08:32
Using new version of radar-commons.
For further configuration of Sentry via environmental variables see [here](https://docs.sentry.io/platforms/java/configuration/#configuration-via-the-runtime-environment). For instance:

```
SENTRY_LOG_LEVEL: 'ERROR'

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Are these variables automatically read by the library or should there defined somewhere else as well?


radarKotlin {
log4j2Version.set(Versions.log4j2)
sentryEnabled.set(true)

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Is it okay to have this on by default?

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

Successfully merging this pull request may close these issues.

2 participants