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 573744a commit 5a544a9Copy full SHA for 5a544a9
src/platform-includes/getting-started-config/python.flask.mdx
@@ -1,13 +1,9 @@
1
```python
2
import sentry_sdk
3
from flask import Flask
4
-from sentry_sdk.integrations.flask import FlaskIntegration
5
6
sentry_sdk.init(
7
dsn="___PUBLIC_DSN___",
8
- integrations=[
9
- FlaskIntegration(),
10
- ],
11
12
# Set traces_sample_rate to 1.0 to capture 100%
13
# of transactions for performance monitoring.
0 commit comments