Skip to content

Commit 5a544a9

Browse files
authored
reflect auto-detection (#6426)
other framework specific snippetes reflect the SDKs auto-detection for enabling integrations. Updating Flask to do the same
1 parent 573744a commit 5a544a9

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

src/platform-includes/getting-started-config/python.flask.mdx

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,9 @@
11
```python
22
import sentry_sdk
33
from flask import Flask
4-
from sentry_sdk.integrations.flask import FlaskIntegration
54

65
sentry_sdk.init(
76
dsn="___PUBLIC_DSN___",
8-
integrations=[
9-
FlaskIntegration(),
10-
],
117

128
# Set traces_sample_rate to 1.0 to capture 100%
139
# of transactions for performance monitoring.

0 commit comments

Comments
 (0)