We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent efe3960 commit 2c615d3Copy full SHA for 2c615d3
1 file changed
settings/prod.py
@@ -87,7 +87,7 @@
87
# Set profiles_sample_rate to 1.0 to profile 100% of sampled transactions.
88
profiles_sample_rate=1.0,
89
send_default_pii=True,
90
- environment=os.environ.get("ENVIRONMENT")),
+ environment=os.environ.get("ENVIRONMENT")
91
)
92
93
# https://docs.djangoproject.com/en/1.10/ref/settings/#secure-proxy-ssl-header
0 commit comments