Skip to content

Commit d0b1cf8

Browse files
authored
Polish changelog (#2434)
1 parent 9487858 commit d0b1cf8

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

CHANGELOG.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@
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___',
@@ -82,16 +82,16 @@
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

0 commit comments

Comments
 (0)