Skip to content

Commit

Permalink
Merge pull request #456 from openstates/remove-sentry-integration
Browse files Browse the repository at this point in the history
Remove Sentry monitoring integration
  • Loading branch information
jessemortenson authored Mar 8, 2024
2 parents 347080e + 4240f11 commit 01d48d8
Show file tree
Hide file tree
Showing 5 changed files with 4 additions and 197 deletions.
1 change: 0 additions & 1 deletion ansible/inventory/host_vars/openstates.org.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@ django_environment:
DATABASE_URL: "{{ lookup('aws_ssm', '/site/DATABASE_URL') }}"
CACHE_URL: "{{ lookup('aws_ssm', '/site/CACHE_URL') }}"
RRL_REDIS_HOST: "{{ lookup('aws_ssm', '/site/RRL_REDIS_HOST') }}"
SENTRY_DSN: "{{ lookup('aws_ssm', '/site/SENTRY_DSN') }}"
RECAPTCHA_PUBLIC_KEY: "{{ lookup('aws_ssm', '/site/RECAPTCHA_PUBLIC_KEY_V2') }}"
RECAPTCHA_PRIVATE_KEY: "{{ lookup('aws_ssm', '/site/RECAPTCHA_PRIVATE_KEY_V2') }}"
NEW_RELIC_LICENSE_KEY: "{{ lookup('aws_ssm', '/site/NEWRELIC_INI_KEY') }}"
Expand Down
Loading

0 comments on commit 01d48d8

Please sign in to comment.