mirror of
https://github.com/System-End/hackatime.git
synced 2026-04-19 22:15:14 +00:00
Update honeybadger config to ignore goodjob
This commit is contained in:
parent
20d68c7133
commit
a3dd02723f
1 changed files with 5 additions and 0 deletions
|
|
@ -25,6 +25,11 @@ development_environments:
|
|||
# Enable verbose debug logging (useful for troubleshooting).
|
||||
debug: false
|
||||
|
||||
# Ignore noisy errors
|
||||
exceptions:
|
||||
ignore:
|
||||
- GoodJob::ActiveJobExtensions::Concurrency::ConcurrencyExceededError
|
||||
|
||||
# Enable Honeybadger Insights
|
||||
insights:
|
||||
enabled: true
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue