Skip to content
This repository has been archived by the owner on Mar 27, 2023. It is now read-only.

Commit

Permalink
Updates sentry key name (#1992)
Browse files Browse the repository at this point in the history
  • Loading branch information
osahyoun committed Jul 12, 2022
1 parent 0ba3d54 commit 62c8aac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config/initializers/application_secrets.rb
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@
merchants: Settings.braintree.merchants,
subscription_plans: Settings.braintree.subscription_plans
},
sentry_dsn: SecretsManager.get_value('prod/sentry')['dsn'],
sentry_dsn: SecretsManager.get_value('prod/sentry_dsn')['champaign'],
airbrake_project_id: airbrake_secrets['projectId'],
airbrake_api_key: airbrake_secrets['apiKey']
}
Expand Down

0 comments on commit 62c8aac

Please sign in to comment.