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 4343
4444 ```python
4545 import sentry_sdk
46- from sentry_sdk.integrations.gql import StrawberryIntegration
46+ from sentry_sdk.integrations.strawberry import StrawberryIntegration
4747
4848 sentry_sdk.init(
4949 dsn='___PUBLIC_DSN___',
8282- Shift flushing by up to a rollup window (#2396) by @mitsuhiko
8383- Make a consistent noop flush behavior (#2428) by @mitsuhiko
8484- Stronger recursion protection (#2426) by @mitsuhiko
85- - Remove OpenTelemetryIntegration from __init__.py (#2379) by @sentrivana
85+ - Remove ` OpenTelemetryIntegration` from ` __init__.py` (#2379) by @sentrivana
8686- Update API docs (#2397) by @antonpirker
8787- Pin some test requirements because new majors break our tests (#2404) by @antonpirker
8888- Run more `requests`, `celery`, `falcon` tests (#2414) by @sentrivana
8989- 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
9191- 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
9595
9696## 1.31.0
9797
You can’t perform that action at this time.
0 commit comments