oban-bg / oban

💎 Robust job processing in Elixir, backed by modern PostgreSQL and SQLite3
https://oban.pro
Apache License 2.0
3.37k stars 313 forks source link

Add ErrorTracker to the guides #1143

Closed odarriba closed 3 months ago

odarriba commented 3 months ago

This change proposal adds ErrorTracker to the guide that lists integrations that use Oban.Telemetry to integrate out-of-the-box with Oban.

In the case of the ErrorTracker, it uses Telemetry events to catch and store context and exceptions of Oban jobs executed on the system.

odarriba commented 3 months ago

I was not sure if I should have add it to the Error tracking section, as it does not require any special module to handle the exceptions.

Should I add a sentence there explaining that it can be done with the ErrorTracker library, or even linking to the file that we use as a Telemetry handler as an example?

Thanks for your awesome work on Oban 🙌

sorentwo commented 3 months ago

Should I add a sentence there explaining that it can be done with the ErrorTracker library, or even linking to the file that we use as a Telemetry handler as an example?

Yes please. Alongside Sentry and AppSignal would be excellent.

odarriba commented 3 months ago

Updated! ❤️

sorentwo commented 3 months ago

Thanks! 💛