Skip to content

Commit

Permalink
fix: production error✨
Browse files Browse the repository at this point in the history
  • Loading branch information
hossainchisty committed Dec 16, 2021
1 parent 60d9f5f commit 2bf6e25
Showing 1 changed file with 13 additions and 13 deletions.
26 changes: 13 additions & 13 deletions Project/settings.py
Original file line number Diff line number Diff line change
Expand Up @@ -25,23 +25,23 @@
SECRET_KEY = 'django-insecure-aw5k1oe@$nupmyzx+u1$+)a#@*b8ltdkp+q=&pg5q@=fl&8ims'


STRIPE_PUB_KEY = 'pk_test_51JRDxdJG6X40aaKwDvHWgbn21OWhaOwDrHuimdAwJS0UhSF3lRquKx4hWEjg7QKAkZqIr6CbsZJQFSxSDeHqP5Nq00JV0Vl0XH'
# STRIPE_PUB_KEY = 'pk_test_51JRDxdJG6X40aaKwDvHWgbn21OWhaOwDrHuimdAwJS0UhSF3lRquKx4hWEjg7QKAkZqIr6CbsZJQFSxSDeHqP5Nq00JV0Vl0XH'

STRIPE_SECRET_KEY = 'sk_test_51JRDxdJG6X40aaKwxArLS2vr7Q3LQZMZJysGRPTnphDuQ2DDvACEAWYPOhDn9BsfIXlxfP83goPQnoBdcBaxbWep00PGkoPHbm'
# STRIPE_SECRET_KEY = 'sk_test_51JRDxdJG6X40aaKwxArLS2vr7Q3LQZMZJysGRPTnphDuQ2DDvACEAWYPOhDn9BsfIXlxfP83goPQnoBdcBaxbWep00PGkoPHbm'

sentry_sdk.init(
dsn="https://[email protected]/6020569",
integrations=[DjangoIntegration()],
# sentry_sdk.init(
# dsn="https://[email protected]/6020569",
# integrations=[DjangoIntegration()],

# Set traces_sample_rate to 1.0 to capture 100%
# of transactions for performance monitoring.
# We recommend adjusting this value in production.
# traces_sample_rate=1.0,
# # Set traces_sample_rate to 1.0 to capture 100%
# # of transactions for performance monitoring.
# # We recommend adjusting this value in production.
# # traces_sample_rate=1.0,

# If you wish to associate users to errors (assuming you are using
# django.contrib.auth) you may enable sending PII data.
send_default_pii=False
)
# # If you wish to associate users to errors (assuming you are using
# # django.contrib.auth) you may enable sending PII data.
# send_default_pii=False
# )

DEBUG = True

Expand Down

0 comments on commit 2bf6e25

Please sign in to comment.