Skip to content

Commit

Permalink
remove opsthog thing
Browse files Browse the repository at this point in the history
  • Loading branch information
rasulkireev committed Oct 17, 2024
1 parent 529af9f commit 6529dad
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions statushen/settings.py
Original file line number Diff line number Diff line change
Expand Up @@ -312,12 +312,6 @@
if ENVIRONMENT == "prod" and SENTRY_DSN:
sentry_sdk.init(dsn=env("SENTRY_DSN"))


POSTHOG_API_KEY = env("POSTHOG_API_KEY")
if ENVIRONMENT == "prod" and POSTHOG_API_KEY:
sentry_sdk.init(dsn=env("POSTHOG_API_KEY"))


BUTTONDOWN_API_KEY=env("BUTTONDOWN_API_KEY")

STRIPE_LIVE_SECRET_KEY = env("STRIPE_LIVE_SECRET_KEY")
Expand Down

0 comments on commit 6529dad

Please sign in to comment.