Skip to content

Commit

Permalink
debug ci
Browse files Browse the repository at this point in the history
  • Loading branch information
Neill Turner committed Dec 31, 2024
1 parent 266cbc2 commit a1bc367
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion config/initializers/dfe_analytics.rb
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,8 @@
# enable analytics. You might want to hook this up to a feature flag or
# environment variable.
#
config.enable_analytics = proc { Rails.application.config.dfe_analytics }
# config.enable_analytics = proc { Rails.application.config.dfe_analytics }
config.enable_analytics = proc { Rails.env.production? }

config.user_identifier = proc { |user| user&.sub }

Expand Down

0 comments on commit a1bc367

Please sign in to comment.