Skip to content

Commit

Permalink
Merge pull request #260 from alphagov/eks-sentry-env-names
Browse files Browse the repository at this point in the history
Enable EKS environment names for Sentry
  • Loading branch information
theseanything authored Aug 19, 2022
2 parents efa1093 + 59a285f commit e3517c2
Show file tree
Hide file tree
Showing 3 changed files with 8 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 @@
# 4.8.0

- Enables Sentry environment names for EKS versions of integration, staging and production.([#260](/~https://github.com/alphagov/govuk_app_config/pull/260))

# 4.7.1

- Fix the ability to open the Rails console (`bundle exec rails c`) when running inside a container ([#257](/~https://github.com/alphagov/govuk_app_config/pull/257)).
Expand Down
3 changes: 3 additions & 0 deletions lib/govuk_app_config/govuk_error/configuration.rb
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,11 @@ def set_up_defaults
# don't capture the error.
self.enabled_environments = %w[
integration-blue-aws
integration-eks
staging
staging-eks
production
production-eks
]

self.excluded_exceptions = [
Expand Down
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 = "4.7.1".freeze
VERSION = "4.8.0".freeze
end

0 comments on commit e3517c2

Please sign in to comment.