Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

update Sentry DSN #65

Merged
merged 2 commits into from
Feb 26, 2024
Merged

update Sentry DSN #65

merged 2 commits into from
Feb 26, 2024

Conversation

toufali
Copy link
Collaborator

@toufali toufali commented Feb 22, 2024

No description provided.

@toufali toufali requested a review from bakulf February 22, 2024 20:12
config.dsn = 'https://def412573e2b44d39e73a130b09bb25a@o1069899.ingest.sentry.io/4506591637471232'
sentry_dsn = ENV.fetch('SENTRY_DSN', nil)

sentry_dsn && Sentry.init do |config|
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

What about:

sentry_dsn = ENV.fetch('SENTRY_DSN', '')

not sentry_dns.empty? && ...

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Updated via 1457200 – thanks for the tip! I went with present? to avoid the double-negative.

@toufali
Copy link
Collaborator Author

toufali commented Feb 23, 2024

This should wait until Monday to be merged with SRE coordination.

@toufali toufali merged commit 35630ba into main Feb 26, 2024
45 of 64 checks passed
@toufali toufali deleted the sentry-update-dsn branch February 26, 2024 19:02
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants