Skip to content

Add support for Sentry monitoring#503

Merged
pvannierop merged 2 commits intodevfrom
feature/sentry
Jan 21, 2025
Merged

Add support for Sentry monitoring#503
pvannierop merged 2 commits intodevfrom
feature/sentry

Conversation

@pvannierop
Copy link
Contributor

@pvannierop pvannierop commented Oct 4, 2024

Description: This PR will add option to monitor the application with Sentry. Sentry monitoring will be enabled by the following:

  1. Add the sentry profile to active spring profiles.
  2. Set a SENTRY_DSN environment variable that points to the desired Sentry DSN.
  3. (Optional) Set the SENTRY_LOG_LEVEL environment variable to control the minimum log level of events sent to Sentry.
    The default log level for Sentry is ERROR. Possible values are TRACE, DEBUG, INFO, WARN, and ERROR.

The docs were updated with these instructions.

@pvannierop pvannierop self-assigned this Oct 4, 2024
@pvannierop pvannierop force-pushed the feature/sentry branch 3 times, most recently from 83026bc to 0518599 Compare October 4, 2024 12:43
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.

LGTM, thanks.

Includes addition to documentation.
To make Sentry tests pass
@pvannierop pvannierop merged commit 844b1d1 into dev Jan 21, 2025
5 checks passed
@pvannierop pvannierop deleted the feature/sentry branch September 4, 2025 05:32
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