Skip to content

Commit

Permalink
fix: update min supported version of the sentry sdk
Browse files Browse the repository at this point in the history
- get_isolation_scope needs 2.12 (not 2.0)
- this breadcrumb sorting issue/crash is fixed in 2.15 getsentry/sentry-python#3508 (comment)
  • Loading branch information
arthurdarcet committed Oct 24, 2024
1 parent d7cd30c commit ca7c39e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ include = ["*.md", "*.toml", "*.txt", "*.yml", "*.yaml", ".coveragerc", "tox.ini

[tool.poetry.dependencies]
python = "^3.7"
sentry-sdk = "^2.0"
sentry-sdk = "^2.15.0"
structlog = "*"

[tool.poetry.dev-dependencies]
Expand Down

0 comments on commit ca7c39e

Please sign in to comment.