Skip to content

Commit 730ef27

Browse files
AbhiPrasadantonpirker
authored andcommitted
Update min python version to be 2.28.0 (#13869)
https://github.com/getsentry/sentry-python/releases/tag/2.28.0 This moves off of using `otel_log`, which we want to avoid sdk users sending.
1 parent f87e6fe commit 730ef27

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
1-
Logs for Python are supported in Sentry Python SDK version `2.27.0` and above.
1+
Logs for Python are supported in Sentry Python SDK version `2.28.0` and above.
22

33
```bash {tabTitle:pip}
44
pip install "sentry-sdk"
55
```
66
```bash {tabTitle:uv}
77
uv add "sentry-sdk"
8-
```
8+
```

0 commit comments

Comments
 (0)