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

Integrating Sentry into search-api and provision services #218

Merged
merged 5 commits into from
Oct 23, 2024

Conversation

eikek
Copy link
Member

@eikek eikek commented Oct 4, 2024

There are these additional config values:

RS_SENTRY_DSN=<the dsn for search service>
RS_SENTRY_ENV=dev | prod
RS_SENTRY_ENABLED=true|false

The first two settings are only read, if RS_SENTRY_ENABLED is true. When this is configured, the services send events to sentry on certain points. By default everything logged as error or warn is sent. There are also a few events that are sent: when the app starts up and when a reprovision-started message is received.

@eikek eikek force-pushed the sentry-integration branch 3 times, most recently from e5c2c0b to 1a61a13 Compare October 4, 2024 13:46
@eikek eikek linked an issue Oct 4, 2024 that may be closed by this pull request
1 task
@eikek eikek added the enhancement New feature or request label Oct 4, 2024
@eikek eikek requested a review from a team as a code owner October 23, 2024 05:58
Copy link
Member

@olevski olevski left a comment

Choose a reason for hiding this comment

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

Thanks for adding this Eike. When you re-base I will re-approve. Let me konw.

@eikek eikek force-pushed the sentry-integration branch 2 times, most recently from d7d9f54 to 277a9ba Compare October 23, 2024 13:01
@olevski olevski self-requested a review October 23, 2024 13:02
@eikek eikek merged commit 728eacc into main Oct 23, 2024
3 checks passed
@eikek eikek deleted the sentry-integration branch October 23, 2024 13:10
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Sentry integration
2 participants