python-sentry-sdk: update to 2.57.0
authorAlexandru Ardelean <redacted>
Thu, 9 Apr 2026 05:34:21 +0000 (08:34 +0300)
committerAlexandru Ardelean <redacted>
Sun, 12 Apr 2026 07:14:26 +0000 (10:14 +0300)
commit2bb434d3c32c3f64d6d63422004e9645b2d9a11c
treece35b9c6331f85fba64332ad08ba219de5f2ee6e
parentd4058a947919fd9ef8c09f69b611b62f80f481e0
python-sentry-sdk: update to 2.57.0

Update package to 2.57.0.

Major version 2.0 breaking changes:
- Hub API deprecated; replaced with new_scope / isolation_scope API;
  configure_scope / push_scope removed; Hub class retained but deprecated
- Python 2.7 support dropped; internal SDK data model refactored
- Migration guide: https://docs.sentry.io/platforms/python/migration/1.x-to-2.x

New features (2.0 - 2.57):
- Many integrations now auto-activate if the package is detected:
  Ariadne, ARQ, asyncpg, Chalice, Loguru, PyMongo, Quart, Starlite,
  Strawberry, Anthropic, Cohere, Graphene, LiteLLM, Google GenAI
- Extensive AI/LLM monitoring with gen_ai.* span attributes aligned
  with OpenTelemetry semantic conventions
- Feature flag tracking: LaunchDarkly, Unleash integrations
- Sentry structured logs (beta, 2.30): capture Loguru log messages
- New SysExitIntegration (2.14)
- failed_request_status_codes configurable for FastAPI/Starlette (2.5)
- Client cert/key support for HttpTransport (2.10)
- Experimental async transport added (2.57)

Signed-off-by: Alexandru Ardelean <redacted>
lang/python/python-sentry-sdk/Makefile
lang/python/python-sentry-sdk/test.sh [new file with mode: 0755]
git clone https://git.99rst.org/PROJECT