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

Add support for Sentry monitoring #171

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

Conversation

pvannierop
Copy link
Contributor

This PR will provide support for monitoring with the Sentry platform. Sentry monitoring is optional. The Sentry dependencies not not be added to the project by default, but can be added by setting:

...
subprojects {
    ...
    radarKotlin {
        sentryEnabled.set(true)
    }
    ...
}

The README.md has been updated with information on how to integrate Sentry in the config of the implementing application.

@pvannierop pvannierop self-assigned this Sep 13, 2024
@pvannierop pvannierop force-pushed the feature/sentry-support branch 3 times, most recently from 77578df to b8808bd Compare September 14, 2024 07:50
@yatharthranjan
Copy link
Member

Can you please fix the vulnerability?

@pvannierop
Copy link
Contributor Author

pvannierop commented Sep 16, 2024

@yatharthranjan I will make a separate PR for this. This request is out of scope of this PR since the vulnerability is introduced by the avro dependency.

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