Skip to content

Commit

Permalink
Require "sentry-sidekiq" gem
Browse files Browse the repository at this point in the history
Previously this gem was installed to resolve the error of:

```
Warning: GovukError is not configured to track Sidekiq errors, install the sentry-sidekiq gem to track them.
```

in [1].

However this wasn't sufficient because Search API doesn't automatically
require gems, so while the gem was available it wasn't actually used.

By requiring it we can resolve this error.

[1]: #2494
  • Loading branch information
kevindew committed Nov 19, 2024
1 parent 403375b commit b61c6df
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/rummager.rb
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@
require "plek"
require "redis-client"
require "securerandom"
require "sentry-sidekiq"
require "sidekiq"
require "sidekiq-limit_fetch"
require "statsd"
Expand Down

0 comments on commit b61c6df

Please sign in to comment.