File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change 43
43
44
44
```python
45
45
import sentry_sdk
46
- from sentry_sdk.integrations.gql import StrawberryIntegration
46
+ from sentry_sdk.integrations.strawberry import StrawberryIntegration
47
47
48
48
sentry_sdk.init(
49
49
dsn='___PUBLIC_DSN___',
82
82
- Shift flushing by up to a rollup window (#2396) by @mitsuhiko
83
83
- Make a consistent noop flush behavior (#2428) by @mitsuhiko
84
84
- Stronger recursion protection (#2426) by @mitsuhiko
85
- - Remove OpenTelemetryIntegration from __init__.py (#2379) by @sentrivana
85
+ - Remove ` OpenTelemetryIntegration` from ` __init__.py` (#2379) by @sentrivana
86
86
- Update API docs (#2397) by @antonpirker
87
87
- Pin some test requirements because new majors break our tests (#2404) by @antonpirker
88
88
- Run more `requests`, `celery`, `falcon` tests (#2414) by @sentrivana
89
89
- Move `importorskip`s in tests to `__init__.py` files (#2412) by @sentrivana
90
- - Fix mypy errors (#2433) by @sentrivana
90
+ - Fix ` mypy` errors (#2433) by @sentrivana
91
91
- Fix pre-commit issues (#2424) by @bukzor-sentryio
92
- - Update CONTRIBUTING.md (#2411) by @sentrivana
93
- - Bump sphinx from 7.2.5 to 7.2.6 (#2378) by @dependabot
94
- - [Experimental] Add explain plan to db spans (#2315) by @antonpirker
92
+ - Update [ CONTRIBUTING.md](https://github.com/getsentry/sentry-python/blob/master/CONTRIBUTING.md) (#2411) by @sentrivana
93
+ - Bump ` sphinx` from 7.2.5 to 7.2.6 (#2378) by @dependabot
94
+ - [Experimental] Add explain plan to DB spans (#2315) by @antonpirker
95
95
96
96
## 1.31.0
97
97
You can’t perform that action at this time.
0 commit comments