Skip to content

Commit e156d50

Browse files
committed
Ref python notes
1 parent c6d55dd commit e156d50

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

docs/platforms/python/integrations/launchdarkly/index.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ The [LaunchDarkly](https://launchdarkly.com/) integration tracks feature flag ev
99

1010
## Install
1111

12-
Install `sentry-sdk` from PyPI. The minimum version for this integration is 2.19.2.
12+
Install `sentry-sdk` (>=2.19.2) from PyPI.
1313

1414
```bash
1515
pip install --upgrade 'sentry-sdk'

docs/platforms/python/integrations/openfeature/index.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ The [OpenFeature](https://openfeature.dev/) integration tracks feature flag eval
99

1010
## Install
1111

12-
Install `sentry-sdk` from PyPI. The minimum version for this integration is 2.19.2.
12+
Install `sentry-sdk` (>=2.19.2) from PyPI.
1313

1414
```bash
1515
pip install --upgrade 'sentry-sdk'

0 commit comments

Comments
 (0)