Skip to content

Commit 9098601

Browse files
authored
Fix changelog formatting
1 parent b731910 commit 9098601

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
@@ -42,25 +42,25 @@
4242
```python
4343
sentry_sdk.init(
4444
integrations=[
45-
DjangoIntegration(
46-
http_methods_to_capture=("GET", "POST"),
47-
),
48-
],
45+
DjangoIntegration(
46+
http_methods_to_capture=("GET", "POST"),
47+
),
48+
],
4949
)
5050
```
5151

5252
### Miscellaneous
5353

5454
- Add 3.13 to setup.py (#3574) by @sentrivana
5555
- Add 3.13 to basepython (#3589) by @sentrivana
56-
- Fix type of sample_rate in DSC (and add explanatory tests) (#3603) by @antonpirker
56+
- Fix type of `sample_rate` in DSC (and add explanatory tests) (#3603) by @antonpirker
5757
- Add `httpcore` based `HTTP2Transport` (#3588) by @BYK
5858
- Add opportunistic Brotli compression (#3612) by @BYK
5959
- Add `__notes__` support (#3620) by @szokeasaurusrex
6060
- Remove useless makefile targets (#3604) by @antonpirker
6161
- Simplify tox version spec (#3609) by @sentrivana
6262
- Consolidate contributing docs (#3606) by @antonpirker
63-
- Bump codecov/codecov-action from 4.5.0 to 4.6.0 (#3617) by @dependabot
63+
- Bump `codecov/codecov-action` from `4.5.0` to `4.6.0` (#3617) by @dependabot
6464

6565
## 2.15.0
6666

0 commit comments

Comments
 (0)