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

Use logger primary filter to hook into error reporting #466

Merged
merged 3 commits into from
Jan 13, 2025

Conversation

binaryseed
Copy link
Collaborator

This PR cleans up the error reporting situation by leveraging :logger filters to hook into error reports. Support for these goes back to OTP 21, so we're good on all our supported versions

This also gets us back automatic error instrumentation! I've included a warning to remove the ErrorLogger from :backend configuration for anyone who has done that.

This technique is already in use inside the agent for the Logs in Context feature.

@binaryseed binaryseed requested a review from tpitale December 20, 2024 01:32
@binaryseed binaryseed mentioned this pull request Dec 20, 2024
19 tasks
@binaryseed binaryseed force-pushed the vince/auto-error-backend branch from b8fa10e to 1730c85 Compare December 27, 2024 04:32
@binaryseed binaryseed force-pushed the vince/auto-error-backend branch from 1730c85 to a2ce11f Compare January 9, 2025 21:19
@binaryseed
Copy link
Collaborator Author

Rebased & ready for review

Copy link
Contributor

@tpitale tpitale left a comment

Choose a reason for hiding this comment

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

🎉

@tpitale tpitale merged commit 99d2e98 into master Jan 13, 2025
11 checks passed
@tpitale tpitale deleted the vince/auto-error-backend branch January 13, 2025 19:41
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