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 e0d07e2 commit edc59adCopy full SHA for edc59ad
.env.example
@@ -15,8 +15,9 @@ DEBUG='True'
15
# Sentry
16
# Modify the Sentry config here. A DSN string is the minimum. Check the
17
# application's Sentry init section and the Sentry documentation for the
18
-# defaults and options that may be set.
19
-DSN=''
+# defaults and options that may be set. If you don't want to use Sentry you can
+# leave this as is.
20
+#SENTRY_DSN=''
21
22
# Add the following to your local .env file. They will be used in the CI process
23
# and you can largely forget about them, but including them in your .env file
0 commit comments