forked from orbit-oss/flask
aesthetic: add a space after a comma (#3771)
This commit is contained in:
parent
598c56c498
commit
7e312c421e
1 changed files with 1 additions and 1 deletions
|
|
@ -55,7 +55,7 @@ And then add this to your Flask app:
|
||||||
import sentry_sdk
|
import sentry_sdk
|
||||||
from sentry_sdk.integrations.flask import FlaskIntegration
|
from sentry_sdk.integrations.flask import FlaskIntegration
|
||||||
|
|
||||||
sentry_sdk.init('YOUR_DSN_HERE',integrations=[FlaskIntegration()])
|
sentry_sdk.init('YOUR_DSN_HERE', integrations=[FlaskIntegration()])
|
||||||
|
|
||||||
The ``YOUR_DSN_HERE`` value needs to be replaced with the DSN value you
|
The ``YOUR_DSN_HERE`` value needs to be replaced with the DSN value you
|
||||||
get from your Sentry installation.
|
get from your Sentry installation.
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue