Skip to content

Commit

Permalink
Merge pull request #383 from alphagov/2495-sentry-errors-fix-frontend…
Browse files Browse the repository at this point in the history
…-nomethoderror

Exclude Slimmer::SourceWrapperNotFoundError
unoduetre authored Jun 28, 2024

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
2 parents d5bf866 + 8be9ce5 commit 5a22ecd
Showing 3 changed files with 6 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
# 9.13.0

* Add Slimmer::SourceWrapperNotFoundError to excluded exceptions.

# 9.12.0

* Set time_zone to London in all GOV.UK apps ([#381](https://github.com/alphagov/govuk_app_config/pull/381))
1 change: 1 addition & 0 deletions lib/govuk_app_config/govuk_error/configuration.rb
Original file line number Diff line number Diff line change
@@ -45,6 +45,7 @@ def set_up_defaults
"Puma::HttpParserError",
"Sinatra::NotFound",
"Slimmer::IntermittentRetrievalError",
"Slimmer::SourceWrapperNotFoundError",
"Sidekiq::JobRetry::Skip",
"SignalException",
]
2 changes: 1 addition & 1 deletion lib/govuk_app_config/version.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
module GovukAppConfig
VERSION = "9.12.0".freeze
VERSION = "9.13.0".freeze
end

0 comments on commit 5a22ecd

Please sign in to comment.