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

Merged
merged 3 commits into from
Sep 24, 2024
Merged

Add support for Sentry monitoring #171

merged 3 commits into from
Sep 24, 2024

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
@pvannierop pvannierop force-pushed the feature/sentry-support branch from b8808bd to 68980f3 Compare September 14, 2024 08:10
@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.

Copy link
Member

@yatharthranjan yatharthranjan left a comment

Choose a reason for hiding this comment

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

Ok sounds good. Lgtm

@pvannierop pvannierop force-pushed the feature/sentry-support branch from e6e5b29 to 464b556 Compare September 23, 2024 14:06
@pvannierop pvannierop force-pushed the feature/sentry-support branch from 464b556 to fe00344 Compare September 24, 2024 05:26
@pvannierop pvannierop merged commit 6fbc891 into dev Sep 24, 2024
3 checks passed
This was referenced Nov 29, 2024
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