File tree 1 file changed +6
-6
lines changed 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change 42
42
```python
43
43
sentry_sdk.init(
44
44
integrations=[
45
- DjangoIntegration(
46
- http_methods_to_capture=("GET", "POST"),
47
- ),
48
- ],
45
+ DjangoIntegration(
46
+ http_methods_to_capture=("GET", "POST"),
47
+ ),
48
+ ],
49
49
)
50
50
```
51
51
52
52
### Miscellaneous
53
53
54
54
- Add 3.13 to setup.py (#3574) by @sentrivana
55
55
- 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
57
57
- Add `httpcore` based `HTTP2Transport` (#3588) by @BYK
58
58
- Add opportunistic Brotli compression (#3612) by @BYK
59
59
- Add `__notes__` support (#3620) by @szokeasaurusrex
60
60
- Remove useless makefile targets (#3604) by @antonpirker
61
61
- Simplify tox version spec (#3609) by @sentrivana
62
62
- 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
64
64
65
65
## 2.15.0
66
66
You can’t perform that action at this time.
0 commit comments