ErrorTrackerNotifier - Notifications for ErrorTracker

I’m a big fan of the ErrorTracker library. Thanks @ belaustegui for putting this together!

For those who want email/Discord notifications, I created an add-on library error_tracker_notifier | Hex that listens to error_tracker’s telemetry and sends email/Discord alerts. It has a throttle capability too so it won’t send the same error multiple times in x seconds.

Note: this was primarily vibe-coded with a little oversight and is a V 0.1 so please take with appropriate grains of salt. Feedback/PRs are appreciated!

1 Like

What does “vibe-coded” mean in this context? I’m not familiar with that term.

Used Claude a bunch to help generate the code (and test code) and tested results but did not scrutinize the code all that much.