Changed code to support older Python versions

This commit is contained in:
Malasaur 2025-12-01 23:27:09 +01:00
parent eb92d2d36f
commit 582458cdd0
5027 changed files with 794942 additions and 4 deletions

View file

@ -0,0 +1,268 @@
Metadata-Version: 2.4
Name: sentry-sdk
Version: 2.46.0
Summary: Python client for Sentry (https://sentry.io)
Home-page: https://github.com/getsentry/sentry-python
Author: Sentry Team and Contributors
Author-email: hello@sentry.io
License: MIT
Project-URL: Documentation, https://docs.sentry.io/platforms/python/
Project-URL: Changelog, https://github.com/getsentry/sentry-python/blob/master/CHANGELOG.md
Classifier: Development Status :: 5 - Production/Stable
Classifier: Environment :: Web Environment
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: BSD License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Programming Language :: Python :: 3.13
Classifier: Programming Language :: Python :: 3.14
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Requires-Python: >=3.6
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: urllib3>=1.26.11
Requires-Dist: certifi
Provides-Extra: aiohttp
Requires-Dist: aiohttp>=3.5; extra == "aiohttp"
Provides-Extra: anthropic
Requires-Dist: anthropic>=0.16; extra == "anthropic"
Provides-Extra: arq
Requires-Dist: arq>=0.23; extra == "arq"
Provides-Extra: asyncpg
Requires-Dist: asyncpg>=0.23; extra == "asyncpg"
Provides-Extra: beam
Requires-Dist: apache-beam>=2.12; extra == "beam"
Provides-Extra: bottle
Requires-Dist: bottle>=0.12.13; extra == "bottle"
Provides-Extra: celery
Requires-Dist: celery>=3; extra == "celery"
Provides-Extra: celery-redbeat
Requires-Dist: celery-redbeat>=2; extra == "celery-redbeat"
Provides-Extra: chalice
Requires-Dist: chalice>=1.16.0; extra == "chalice"
Provides-Extra: clickhouse-driver
Requires-Dist: clickhouse-driver>=0.2.0; extra == "clickhouse-driver"
Provides-Extra: django
Requires-Dist: django>=1.8; extra == "django"
Provides-Extra: falcon
Requires-Dist: falcon>=1.4; extra == "falcon"
Provides-Extra: fastapi
Requires-Dist: fastapi>=0.79.0; extra == "fastapi"
Provides-Extra: flask
Requires-Dist: flask>=0.11; extra == "flask"
Requires-Dist: blinker>=1.1; extra == "flask"
Requires-Dist: markupsafe; extra == "flask"
Provides-Extra: grpcio
Requires-Dist: grpcio>=1.21.1; extra == "grpcio"
Requires-Dist: protobuf>=3.8.0; extra == "grpcio"
Provides-Extra: http2
Requires-Dist: httpcore[http2]==1.*; extra == "http2"
Provides-Extra: httpx
Requires-Dist: httpx>=0.16.0; extra == "httpx"
Provides-Extra: huey
Requires-Dist: huey>=2; extra == "huey"
Provides-Extra: huggingface-hub
Requires-Dist: huggingface_hub>=0.22; extra == "huggingface-hub"
Provides-Extra: langchain
Requires-Dist: langchain>=0.0.210; extra == "langchain"
Provides-Extra: langgraph
Requires-Dist: langgraph>=0.6.6; extra == "langgraph"
Provides-Extra: launchdarkly
Requires-Dist: launchdarkly-server-sdk>=9.8.0; extra == "launchdarkly"
Provides-Extra: litellm
Requires-Dist: litellm>=1.77.5; extra == "litellm"
Provides-Extra: litestar
Requires-Dist: litestar>=2.0.0; extra == "litestar"
Provides-Extra: loguru
Requires-Dist: loguru>=0.5; extra == "loguru"
Provides-Extra: mcp
Requires-Dist: mcp>=1.15.0; extra == "mcp"
Provides-Extra: openai
Requires-Dist: openai>=1.0.0; extra == "openai"
Requires-Dist: tiktoken>=0.3.0; extra == "openai"
Provides-Extra: openfeature
Requires-Dist: openfeature-sdk>=0.7.1; extra == "openfeature"
Provides-Extra: opentelemetry
Requires-Dist: opentelemetry-distro>=0.35b0; extra == "opentelemetry"
Provides-Extra: opentelemetry-experimental
Requires-Dist: opentelemetry-distro; extra == "opentelemetry-experimental"
Provides-Extra: opentelemetry-otlp
Requires-Dist: opentelemetry-distro[otlp]>=0.35b0; extra == "opentelemetry-otlp"
Provides-Extra: pure-eval
Requires-Dist: pure_eval; extra == "pure-eval"
Requires-Dist: executing; extra == "pure-eval"
Requires-Dist: asttokens; extra == "pure-eval"
Provides-Extra: pydantic-ai
Requires-Dist: pydantic-ai>=1.0.0; extra == "pydantic-ai"
Provides-Extra: pymongo
Requires-Dist: pymongo>=3.1; extra == "pymongo"
Provides-Extra: pyspark
Requires-Dist: pyspark>=2.4.4; extra == "pyspark"
Provides-Extra: quart
Requires-Dist: quart>=0.16.1; extra == "quart"
Requires-Dist: blinker>=1.1; extra == "quart"
Provides-Extra: rq
Requires-Dist: rq>=0.6; extra == "rq"
Provides-Extra: sanic
Requires-Dist: sanic>=0.8; extra == "sanic"
Provides-Extra: sqlalchemy
Requires-Dist: sqlalchemy>=1.2; extra == "sqlalchemy"
Provides-Extra: starlette
Requires-Dist: starlette>=0.19.1; extra == "starlette"
Provides-Extra: starlite
Requires-Dist: starlite>=1.48; extra == "starlite"
Provides-Extra: statsig
Requires-Dist: statsig>=0.55.3; extra == "statsig"
Provides-Extra: tornado
Requires-Dist: tornado>=6; extra == "tornado"
Provides-Extra: unleash
Requires-Dist: UnleashClient>=6.0.1; extra == "unleash"
Provides-Extra: google-genai
Requires-Dist: google-genai>=1.29.0; extra == "google-genai"
Dynamic: author
Dynamic: author-email
Dynamic: classifier
Dynamic: description
Dynamic: description-content-type
Dynamic: home-page
Dynamic: license
Dynamic: license-file
Dynamic: project-url
Dynamic: provides-extra
Dynamic: requires-dist
Dynamic: requires-python
Dynamic: summary
<a href="https://sentry.io/?utm_source=github&utm_medium=logo" target="_blank">
<img src="https://sentry-brand.storage.googleapis.com/github-banners/github-sdk-python.png" alt="Sentry for Python">
</a>
<div align="center">
_Bad software is everywhere, and we're tired of it. Sentry is on a mission to help developers write better software faster, so we can get back to enjoying technology. If you want to join us
[<kbd>**Check out our open positions**</kbd>](https://sentry.io/careers/)_.
[![Discord](https://img.shields.io/discord/621778831602221064?logo=discord&labelColor=%20%235462eb&logoColor=%20%23f5f5f5&color=%20%235462eb)](https://discord.com/invite/Ww9hbqr)
[![X Follow](https://img.shields.io/twitter/follow/sentry?label=sentry&style=social)](https://x.com/intent/follow?screen_name=sentry)
[![PyPi page link -- version](https://img.shields.io/pypi/v/sentry-sdk.svg)](https://pypi.python.org/pypi/sentry-sdk)
<img src="https://img.shields.io/badge/python-3.7 | 3.8 | 3.9 | 3.10 | 3.11 | 3.12 | 3.13-blue.svg" alt="python">
[![Build Status](https://github.com/getsentry/sentry-python/actions/workflows/ci.yml/badge.svg)](https://github.com/getsentry/sentry-python/actions/workflows/ci.yml)
<br/>
</div>
# Official Sentry SDK for Python
Welcome to the official Python SDK for **[Sentry](http://sentry.io/)**.
## 📦 Getting Started
### Prerequisites
You need a Sentry [account](https://sentry.io/signup/) and [project](https://docs.sentry.io/product/projects/).
### Installation
Getting Sentry into your project is straightforward. Just run this command in your terminal:
```bash
pip install --upgrade sentry-sdk
```
### Basic Configuration
Here's a quick configuration example to get Sentry up and running:
```python
import sentry_sdk
sentry_sdk.init(
"https://12927b5f211046b575ee51fd8b1ac34f@o1.ingest.sentry.io/1", # Your DSN here
# Set traces_sample_rate to 1.0 to capture 100%
# of traces for performance monitoring.
traces_sample_rate=1.0,
)
```
With this configuration, Sentry will monitor for exceptions and performance issues.
### Quick Usage Example
To generate some events that will show up in Sentry, you can log messages or capture errors:
```python
import sentry_sdk
sentry_sdk.init(...) # same as above
sentry_sdk.capture_message("Hello Sentry!") # You'll see this in your Sentry dashboard.
raise ValueError("Oops, something went wrong!") # This will create an error event in Sentry.
```
## 📚 Documentation
For more details on advanced usage, integrations, and customization, check out the full documentation on [https://docs.sentry.io](https://docs.sentry.io/).
## 🧩 Integrations
Sentry integrates with a ton of popular Python libraries and frameworks, including [FastAPI](https://docs.sentry.io/platforms/python/integrations/fastapi/), [Django](https://docs.sentry.io/platforms/python/integrations/django/), [Celery](https://docs.sentry.io/platforms/python/integrations/celery/), [OpenAI](https://docs.sentry.io/platforms/python/integrations/openai/) and many, many more. Check out the [full list of integrations](https://docs.sentry.io/platforms/python/integrations/) to get the full picture.
## 🚧 Migrating Between Versions?
### From `1.x` to `2.x`
If you're using the older `1.x` version of the SDK, now's the time to upgrade to `2.x`. It includes significant upgrades and new features. Check our [migration guide](https://docs.sentry.io/platforms/python/migration/1.x-to-2.x) for assistance.
### From `raven-python`
Using the legacy `raven-python` client? It's now in maintenance mode, and we recommend migrating to the new SDK for an improved experience. Get all the details in our [migration guide](https://docs.sentry.io/platforms/python/migration/raven-to-sentry-sdk/).
## 🙌 Want to Contribute?
We'd love your help in improving the Sentry SDK! Whether it's fixing bugs, adding features, writing new integrations, or enhancing documentation, every contribution is valuable.
For details on how to contribute, please read our [contribution guide](CONTRIBUTING.md) and explore the [open issues](https://github.com/getsentry/sentry-python/issues).
## 🛟 Need Help?
If you encounter issues or need help setting up or configuring the SDK, don't hesitate to reach out to the [Sentry Community on Discord](https://discord.com/invite/Ww9hbqr). There is a ton of great people there ready to help!
## 🔗 Resources
Here are all resources to help you make the most of Sentry:
- [Documentation](https://docs.sentry.io/platforms/python/) - Official documentation to get started.
- [Discord](https://discord.com/invite/Ww9hbqr) - Join our Discord community.
- [X/Twitter](https://x.com/intent/follow?screen_name=sentry) - Follow us on X (Twitter) for updates.
- [Stack Overflow](https://stackoverflow.com/questions/tagged/sentry) - Questions and answers related to Sentry.
<a name="license"></a>
## 📃 License
The SDK is open-source and available under the MIT license. Check out the [LICENSE](LICENSE) file for more information.
## 😘 Contributors
Thanks to everyone who has helped improve the SDK!
<a href="https://github.com/getsentry/sentry-python/graphs/contributors">
<img src="https://contributors-img.web.app/image?repo=getsentry/sentry-python" />
</a>

View file

@ -0,0 +1,372 @@
sentry_sdk-2.46.0.dist-info/INSTALLER,sha256=zuuue4knoyJ-UwPPXg8fezS7VCrXJQrAP7zeNuwvFQg,4
sentry_sdk-2.46.0.dist-info/METADATA,sha256=weqN0Q83GeJjt1GyB8YIrttfRJa1v41i4ZMXCo4_T7U,10808
sentry_sdk-2.46.0.dist-info/RECORD,,
sentry_sdk-2.46.0.dist-info/WHEEL,sha256=JNWh1Fm1UdwIQV075glCn4MVuCRs0sotJIq-J6rbxCU,109
sentry_sdk-2.46.0.dist-info/entry_points.txt,sha256=qacZEz40UspQZD1IukCXykx0JtImqGDOctS5KfOLTko,91
sentry_sdk-2.46.0.dist-info/licenses/LICENSE,sha256=KhQNZg9GKBL6KQvHQNBGMxJsXsRdhLebVp4Sew7t3Qs,1093
sentry_sdk-2.46.0.dist-info/top_level.txt,sha256=XrQz30XE9FKXSY_yGLrd9bsv2Rk390GTDJOSujYaMxI,11
sentry_sdk/__init__.py,sha256=cnZoQ9y329brs-cdzIVtxbO1-o9AIrKk8VTVyZNJs1A,1410
sentry_sdk/__pycache__/__init__.cpython-311.pyc,,
sentry_sdk/__pycache__/_compat.cpython-311.pyc,,
sentry_sdk/__pycache__/_init_implementation.cpython-311.pyc,,
sentry_sdk/__pycache__/_log_batcher.cpython-311.pyc,,
sentry_sdk/__pycache__/_lru_cache.cpython-311.pyc,,
sentry_sdk/__pycache__/_metrics_batcher.cpython-311.pyc,,
sentry_sdk/__pycache__/_queue.cpython-311.pyc,,
sentry_sdk/__pycache__/_types.cpython-311.pyc,,
sentry_sdk/__pycache__/_werkzeug.cpython-311.pyc,,
sentry_sdk/__pycache__/api.cpython-311.pyc,,
sentry_sdk/__pycache__/attachments.cpython-311.pyc,,
sentry_sdk/__pycache__/client.cpython-311.pyc,,
sentry_sdk/__pycache__/consts.cpython-311.pyc,,
sentry_sdk/__pycache__/debug.cpython-311.pyc,,
sentry_sdk/__pycache__/envelope.cpython-311.pyc,,
sentry_sdk/__pycache__/feature_flags.cpython-311.pyc,,
sentry_sdk/__pycache__/hub.cpython-311.pyc,,
sentry_sdk/__pycache__/logger.cpython-311.pyc,,
sentry_sdk/__pycache__/metrics.cpython-311.pyc,,
sentry_sdk/__pycache__/monitor.cpython-311.pyc,,
sentry_sdk/__pycache__/scope.cpython-311.pyc,,
sentry_sdk/__pycache__/scrubber.cpython-311.pyc,,
sentry_sdk/__pycache__/serializer.cpython-311.pyc,,
sentry_sdk/__pycache__/session.cpython-311.pyc,,
sentry_sdk/__pycache__/sessions.cpython-311.pyc,,
sentry_sdk/__pycache__/spotlight.cpython-311.pyc,,
sentry_sdk/__pycache__/tracing.cpython-311.pyc,,
sentry_sdk/__pycache__/tracing_utils.cpython-311.pyc,,
sentry_sdk/__pycache__/transport.cpython-311.pyc,,
sentry_sdk/__pycache__/types.cpython-311.pyc,,
sentry_sdk/__pycache__/utils.cpython-311.pyc,,
sentry_sdk/__pycache__/worker.cpython-311.pyc,,
sentry_sdk/_compat.py,sha256=Pxcg6cUYPiOoXIFfLI_H3ATb7SfrcXOeZdzpeWv3umI,3116
sentry_sdk/_init_implementation.py,sha256=WL54d8nggjRunBm3XlG-sWSx4yS5lpYYggd7YBWpuVk,2559
sentry_sdk/_log_batcher.py,sha256=p0CK0Ao3VO2yPAVfenotM41X4lF40CvUGl9aUaj4ubo,5500
sentry_sdk/_lru_cache.py,sha256=phZMBm9EKU1m67OOApnKCffnlWAlVz9bYjig7CglQuk,1229
sentry_sdk/_metrics_batcher.py,sha256=dcnwkBIMOJGdvo59NGywRzGmHQMSaCzH_t03YzmWlHQ,5042
sentry_sdk/_queue.py,sha256=UUzbmliDYmdVYiDA32NMYkX369ElWMFNSj5kodqVQZE,11250
sentry_sdk/_types.py,sha256=ld5Y0yMsLxd6P6tPifw3IqUg8bpFE0hgxPDUmn6B9Xg,10422
sentry_sdk/_werkzeug.py,sha256=m3GPf-jHd8v3eVOfBHaKw5f0uHoLkXrSO1EcY-8EisY,3734
sentry_sdk/ai/__init__.py,sha256=I7GRMQEYTV0bXzEIE0iAJjAn6Te-dPM5uGyJ9KS-6hI,193
sentry_sdk/ai/__pycache__/__init__.cpython-311.pyc,,
sentry_sdk/ai/__pycache__/monitoring.cpython-311.pyc,,
sentry_sdk/ai/__pycache__/utils.cpython-311.pyc,,
sentry_sdk/ai/monitoring.py,sha256=bS_KneWCAL9ehml5XiyficoPVx4DUUG6acbH3cjP3I8,5057
sentry_sdk/ai/utils.py,sha256=heWnJdwB-aKtxTfqqggtrHEGZQkPNxcCy6oA_U0oqmQ,4925
sentry_sdk/api.py,sha256=OkwQ2tA5YASJ77wLOteUdv_woPF4wL_JTOAMxe9z8k4,15282
sentry_sdk/attachments.py,sha256=0Dylhm065O6hNFjB40fWCd5Hg4qWSXndmi1TPWglZkI,3109
sentry_sdk/client.py,sha256=jWLzqpWroCPfGUYAAy2RFUVd4wJc7hqyOiIKCw4f5lY,42099
sentry_sdk/consts.py,sha256=3kKt5xra-FIxJ2fPfQwAk5s7jyi3_QUK88SlrxnN9Hs,53733
sentry_sdk/crons/__init__.py,sha256=3Zt6g1-pZZ12uRKKsC8QLm3XgJ4K1VYxgVpNNUygOZY,221
sentry_sdk/crons/__pycache__/__init__.cpython-311.pyc,,
sentry_sdk/crons/__pycache__/api.cpython-311.pyc,,
sentry_sdk/crons/__pycache__/consts.cpython-311.pyc,,
sentry_sdk/crons/__pycache__/decorator.cpython-311.pyc,,
sentry_sdk/crons/api.py,sha256=mk-UB8Im2LU2rJFdE-TV302EaKnf8kAjwEL0bIV0Hzc,1767
sentry_sdk/crons/consts.py,sha256=dXqJk5meBSu5rjlGpqAOlkpACnuUi7svQnAFoy1ZNUU,87
sentry_sdk/crons/decorator.py,sha256=UrjeIqBCbvsuKrfjGkKJbbLBvjw2TQvDWcTO7WwAmrI,3913
sentry_sdk/debug.py,sha256=ddBehQlAuQC1sg1XO-N4N3diZ0x0iT5RWJwFdrtcsjw,1019
sentry_sdk/envelope.py,sha256=1nqp_DMw66MYtrszRiiCuodyi3JKcOiQodEMkD6uZ_c,10473
sentry_sdk/feature_flags.py,sha256=savtmWAHjAvgw2m_KWW8mUagjLhAXCm3jjscmBlfIJ4,2232
sentry_sdk/hub.py,sha256=jg7UqYiJFJ1dknVCNT4_E5lIBfrCFQdWwnJrhgScVNg,25748
sentry_sdk/integrations/__init__.py,sha256=re-xBSsOfOFx8Eh6mMFvup7h2HGbm3esjyS-AzjHCoI,12735
sentry_sdk/integrations/__pycache__/__init__.cpython-311.pyc,,
sentry_sdk/integrations/__pycache__/_asgi_common.cpython-311.pyc,,
sentry_sdk/integrations/__pycache__/_wsgi_common.cpython-311.pyc,,
sentry_sdk/integrations/__pycache__/aiohttp.cpython-311.pyc,,
sentry_sdk/integrations/__pycache__/anthropic.cpython-311.pyc,,
sentry_sdk/integrations/__pycache__/argv.cpython-311.pyc,,
sentry_sdk/integrations/__pycache__/ariadne.cpython-311.pyc,,
sentry_sdk/integrations/__pycache__/arq.cpython-311.pyc,,
sentry_sdk/integrations/__pycache__/asgi.cpython-311.pyc,,
sentry_sdk/integrations/__pycache__/asyncio.cpython-311.pyc,,
sentry_sdk/integrations/__pycache__/asyncpg.cpython-311.pyc,,
sentry_sdk/integrations/__pycache__/atexit.cpython-311.pyc,,
sentry_sdk/integrations/__pycache__/aws_lambda.cpython-311.pyc,,
sentry_sdk/integrations/__pycache__/beam.cpython-311.pyc,,
sentry_sdk/integrations/__pycache__/boto3.cpython-311.pyc,,
sentry_sdk/integrations/__pycache__/bottle.cpython-311.pyc,,
sentry_sdk/integrations/__pycache__/chalice.cpython-311.pyc,,
sentry_sdk/integrations/__pycache__/clickhouse_driver.cpython-311.pyc,,
sentry_sdk/integrations/__pycache__/cloud_resource_context.cpython-311.pyc,,
sentry_sdk/integrations/__pycache__/cohere.cpython-311.pyc,,
sentry_sdk/integrations/__pycache__/dedupe.cpython-311.pyc,,
sentry_sdk/integrations/__pycache__/dramatiq.cpython-311.pyc,,
sentry_sdk/integrations/__pycache__/excepthook.cpython-311.pyc,,
sentry_sdk/integrations/__pycache__/executing.cpython-311.pyc,,
sentry_sdk/integrations/__pycache__/falcon.cpython-311.pyc,,
sentry_sdk/integrations/__pycache__/fastapi.cpython-311.pyc,,
sentry_sdk/integrations/__pycache__/flask.cpython-311.pyc,,
sentry_sdk/integrations/__pycache__/gcp.cpython-311.pyc,,
sentry_sdk/integrations/__pycache__/gnu_backtrace.cpython-311.pyc,,
sentry_sdk/integrations/__pycache__/gql.cpython-311.pyc,,
sentry_sdk/integrations/__pycache__/graphene.cpython-311.pyc,,
sentry_sdk/integrations/__pycache__/httpx.cpython-311.pyc,,
sentry_sdk/integrations/__pycache__/huey.cpython-311.pyc,,
sentry_sdk/integrations/__pycache__/huggingface_hub.cpython-311.pyc,,
sentry_sdk/integrations/__pycache__/langchain.cpython-311.pyc,,
sentry_sdk/integrations/__pycache__/langgraph.cpython-311.pyc,,
sentry_sdk/integrations/__pycache__/launchdarkly.cpython-311.pyc,,
sentry_sdk/integrations/__pycache__/litellm.cpython-311.pyc,,
sentry_sdk/integrations/__pycache__/litestar.cpython-311.pyc,,
sentry_sdk/integrations/__pycache__/logging.cpython-311.pyc,,
sentry_sdk/integrations/__pycache__/loguru.cpython-311.pyc,,
sentry_sdk/integrations/__pycache__/mcp.cpython-311.pyc,,
sentry_sdk/integrations/__pycache__/modules.cpython-311.pyc,,
sentry_sdk/integrations/__pycache__/openai.cpython-311.pyc,,
sentry_sdk/integrations/__pycache__/openfeature.cpython-311.pyc,,
sentry_sdk/integrations/__pycache__/otlp.cpython-311.pyc,,
sentry_sdk/integrations/__pycache__/pure_eval.cpython-311.pyc,,
sentry_sdk/integrations/__pycache__/pymongo.cpython-311.pyc,,
sentry_sdk/integrations/__pycache__/pyramid.cpython-311.pyc,,
sentry_sdk/integrations/__pycache__/quart.cpython-311.pyc,,
sentry_sdk/integrations/__pycache__/ray.cpython-311.pyc,,
sentry_sdk/integrations/__pycache__/rq.cpython-311.pyc,,
sentry_sdk/integrations/__pycache__/rust_tracing.cpython-311.pyc,,
sentry_sdk/integrations/__pycache__/sanic.cpython-311.pyc,,
sentry_sdk/integrations/__pycache__/serverless.cpython-311.pyc,,
sentry_sdk/integrations/__pycache__/socket.cpython-311.pyc,,
sentry_sdk/integrations/__pycache__/sqlalchemy.cpython-311.pyc,,
sentry_sdk/integrations/__pycache__/starlette.cpython-311.pyc,,
sentry_sdk/integrations/__pycache__/starlite.cpython-311.pyc,,
sentry_sdk/integrations/__pycache__/statsig.cpython-311.pyc,,
sentry_sdk/integrations/__pycache__/stdlib.cpython-311.pyc,,
sentry_sdk/integrations/__pycache__/strawberry.cpython-311.pyc,,
sentry_sdk/integrations/__pycache__/sys_exit.cpython-311.pyc,,
sentry_sdk/integrations/__pycache__/threading.cpython-311.pyc,,
sentry_sdk/integrations/__pycache__/tornado.cpython-311.pyc,,
sentry_sdk/integrations/__pycache__/trytond.cpython-311.pyc,,
sentry_sdk/integrations/__pycache__/typer.cpython-311.pyc,,
sentry_sdk/integrations/__pycache__/unleash.cpython-311.pyc,,
sentry_sdk/integrations/__pycache__/unraisablehook.cpython-311.pyc,,
sentry_sdk/integrations/__pycache__/wsgi.cpython-311.pyc,,
sentry_sdk/integrations/_asgi_common.py,sha256=Ypg7IctB3iPPY60ebVlzChzgT8GeGpZ0YH8VvJNDlEY,3187
sentry_sdk/integrations/_wsgi_common.py,sha256=A1-X7l1pZCcrbUhRHkmdKiK_EemEZjn7xToJIvlEuFM,7558
sentry_sdk/integrations/aiohttp.py,sha256=FynazdaPWCanC91KKVba8yl0UwWnVJcJxWNPzSu64x0,13007
sentry_sdk/integrations/anthropic.py,sha256=VNdvg9mZJkBcNGyvlDz1cRGEiGmEsxAFnjD9wXf8amA,14512
sentry_sdk/integrations/argv.py,sha256=GIY7TBFETF8Z0fDzqTXEJldt5XXCDdFNZxpGxP7EPaU,911
sentry_sdk/integrations/ariadne.py,sha256=C-zKlOrU7jvTWmQHZx0M0tAZNkPPo7Z5-5jXDD92LiU,5834
sentry_sdk/integrations/arq.py,sha256=yDPdWJa3ZgnGLwFzavIylIafEVN0qqSSgL4kUHxQF70,7881
sentry_sdk/integrations/asgi.py,sha256=b3zE8Om_yP7SDxcD8MMCdDthYhLLgOB3LC3ZZCf94hw,12800
sentry_sdk/integrations/asyncio.py,sha256=RGthzQkgw4ZsILzwjwojs_o4zBHNPnZsooibfAEWqkQ,4610
sentry_sdk/integrations/asyncpg.py,sha256=fbBTi5bEERK3c9o43LBLtS5wPaSVq_qIl3Y50NPmr5Y,6521
sentry_sdk/integrations/atexit.py,sha256=sY46N2hEvtGuT1DBQhirUXHbjgXjXAm7R_sgiectVKw,1652
sentry_sdk/integrations/aws_lambda.py,sha256=uEue-fu2ZTaXYFJdS9vVQp34Wld5U_KOBg7rbkwvyDo,18071
sentry_sdk/integrations/beam.py,sha256=qt35UmkA0ng4VNzmwqH9oz7SESU-is9IjFbTJ21ad4U,5182
sentry_sdk/integrations/boto3.py,sha256=1ItKUX7EL9MHXS1H8VSn6IfZSFLeqaUqeWg-OKBm_Ik,4411
sentry_sdk/integrations/bottle.py,sha256=aC5OsitlsRUEWBlpkNjxvH0m6UEG3OfAJ9jFyPCbzqQ,6615
sentry_sdk/integrations/celery/__init__.py,sha256=FNmrLL0Cs95kv6yUCpJGu9X8Cpw20mMYGmnkBC4IL4Y,18699
sentry_sdk/integrations/celery/__pycache__/__init__.cpython-311.pyc,,
sentry_sdk/integrations/celery/__pycache__/beat.cpython-311.pyc,,
sentry_sdk/integrations/celery/__pycache__/utils.cpython-311.pyc,,
sentry_sdk/integrations/celery/beat.py,sha256=WHEdKetrDJgtZGNp1VUMa6BG1q-MhsLZMefUmVrPu3w,8953
sentry_sdk/integrations/celery/utils.py,sha256=CMWQOpg9yniEkm3WlXe7YakJfVnLwaY0-jyeo2GX-ZI,1208
sentry_sdk/integrations/chalice.py,sha256=A4K_9FmNUu131El0ctkTmjtyYd184I4hQTlidZcEC54,4699
sentry_sdk/integrations/clickhouse_driver.py,sha256=2qpRznwSNuRSzrCA1R5bmpgiehDmzbG7yZe6hN-61Wg,6098
sentry_sdk/integrations/cloud_resource_context.py,sha256=_gFldMeVHs5pxP5sm8uP7ZKmm6s_5hw3UsnXek9Iw8A,7780
sentry_sdk/integrations/cohere.py,sha256=VI5mLukp_CQDt-OFVNgtVqpbY-j-d5UOfD7iPBKu0FU,9401
sentry_sdk/integrations/dedupe.py,sha256=FMdGQOlL86r4AjiSf4MfzyfEIjkI5b_v3Ko2gOZKkBE,1975
sentry_sdk/integrations/django/__init__.py,sha256=KqAgBKkuyJGw0lqNZBj0otqZGy_YHqPsisgPZLCN8mQ,25247
sentry_sdk/integrations/django/__pycache__/__init__.cpython-311.pyc,,
sentry_sdk/integrations/django/__pycache__/asgi.cpython-311.pyc,,
sentry_sdk/integrations/django/__pycache__/caching.cpython-311.pyc,,
sentry_sdk/integrations/django/__pycache__/middleware.cpython-311.pyc,,
sentry_sdk/integrations/django/__pycache__/signals_handlers.cpython-311.pyc,,
sentry_sdk/integrations/django/__pycache__/templates.cpython-311.pyc,,
sentry_sdk/integrations/django/__pycache__/transactions.cpython-311.pyc,,
sentry_sdk/integrations/django/__pycache__/views.cpython-311.pyc,,
sentry_sdk/integrations/django/asgi.py,sha256=R5wQYS6HAaSM9rmO5bnTHNt6pClthM6LsrgSioTSZSM,8349
sentry_sdk/integrations/django/caching.py,sha256=c36y2wL4t-ZPIJgMI_gZ4kZ_-IFmVkdehch3fbR7JL0,7010
sentry_sdk/integrations/django/middleware.py,sha256=UVKq134w_TyOVPV7WwBW0QjHY-ziDipcZBIDQmjqceE,6009
sentry_sdk/integrations/django/signals_handlers.py,sha256=iudWetTlzNr5-kx_ew1YwW_vZ0yDChoonwPZB7AYGPo,3098
sentry_sdk/integrations/django/templates.py,sha256=k3PQrNICGS4wqmFxK3o8KwOlqip7rSIryyc4oa1Wexc,5725
sentry_sdk/integrations/django/transactions.py,sha256=Axyh3l4UvM96R3go2anVhew3JbrEZ4FSYd1r3UXEcw4,4951
sentry_sdk/integrations/django/views.py,sha256=bjHwt6TVfYY7yfGUa2Rat9yowkUbQ2bYCcJaXJxP2Ik,3137
sentry_sdk/integrations/dramatiq.py,sha256=P0j732DU4pkUQi_CRtY4DxvhcalXN8jQVX6gdHl6yPw,7455
sentry_sdk/integrations/excepthook.py,sha256=tfwpSQuo1b_OmJbNKPPRh90EUjD_OSE4DqqgYY9PVQI,2408
sentry_sdk/integrations/executing.py,sha256=5lxBAxO5FypY-zTV03AHncGmolmaHd327-3Vrjzskcc,1994
sentry_sdk/integrations/falcon.py,sha256=uhjqFPKa8bWRQr0za4pVXGYaPr-LRdICw2rUO-laKCo,9501
sentry_sdk/integrations/fastapi.py,sha256=kicdigHM3MG-GlpLUN6wwH8jOVu4dTuoQD6RBFrlXgo,4589
sentry_sdk/integrations/flask.py,sha256=t7q73JoJT46RWDtrNImtIloGyDg7CnsNFKpS4gOuBIw,8740
sentry_sdk/integrations/gcp.py,sha256=LAjalaMug1VRNcKsr2nvox6x67uvKsTGF2cyq2-auDg,8462
sentry_sdk/integrations/gnu_backtrace.py,sha256=FL7WkRfHT6idYCSLIrtFQ2G5ZTGoYudCKvBcjR5hqsI,2812
sentry_sdk/integrations/google_genai/__init__.py,sha256=smYAekNn-Q2toS1l2cwZ4qfczGYw211O8JY-eFVvzOE,11417
sentry_sdk/integrations/google_genai/__pycache__/__init__.cpython-311.pyc,,
sentry_sdk/integrations/google_genai/__pycache__/consts.cpython-311.pyc,,
sentry_sdk/integrations/google_genai/__pycache__/streaming.cpython-311.pyc,,
sentry_sdk/integrations/google_genai/__pycache__/utils.cpython-311.pyc,,
sentry_sdk/integrations/google_genai/consts.py,sha256=nqHKKSyGixrSoozA06BGVBFaUCsvZlvGoubUZGI1kB8,559
sentry_sdk/integrations/google_genai/streaming.py,sha256=cRRbVD2Xv3ncoS2ICYhoPGVpHaOK_HHjXhCIij9Kos0,5191
sentry_sdk/integrations/google_genai/utils.py,sha256=zxrt7GluvQfG5r9EniRCFbtJGKnaeQtePKR0jc7hskQ,20066
sentry_sdk/integrations/gql.py,sha256=lN5LJNZwUHs_1BQcIrR0adIkgb9YiOh6UtoUG8vCO_Y,4801
sentry_sdk/integrations/graphene.py,sha256=I6ZJ8Apd9dO9XPVvZY7I46-v1eXOW1C1rAkWwasF3gU,5042
sentry_sdk/integrations/grpc/__init__.py,sha256=zukyRYtaxRGcDuQSXBbVcpa7ZMAYdLQ-laRQqqHsHgc,5620
sentry_sdk/integrations/grpc/__pycache__/__init__.cpython-311.pyc,,
sentry_sdk/integrations/grpc/__pycache__/client.cpython-311.pyc,,
sentry_sdk/integrations/grpc/__pycache__/consts.cpython-311.pyc,,
sentry_sdk/integrations/grpc/__pycache__/server.cpython-311.pyc,,
sentry_sdk/integrations/grpc/aio/__init__.py,sha256=2rgrliowpPfLLw40_2YU6ixSzIu_3f8NN3TRplzc8S8,141
sentry_sdk/integrations/grpc/aio/__pycache__/__init__.cpython-311.pyc,,
sentry_sdk/integrations/grpc/aio/__pycache__/client.cpython-311.pyc,,
sentry_sdk/integrations/grpc/aio/__pycache__/server.cpython-311.pyc,,
sentry_sdk/integrations/grpc/aio/client.py,sha256=3zfF3XkpzR717BpY1ehxi72jDUvT8Xntx8vkD78kCXc,3327
sentry_sdk/integrations/grpc/aio/server.py,sha256=SCkdikPZRdWyrlnZewsSGpPk4v6AsdSApVAbO-lf_Lk,4019
sentry_sdk/integrations/grpc/client.py,sha256=4MCY24tqZAU6OzNC_0pphyCLnR_SrfBC-xh8Kb-i8LU,3373
sentry_sdk/integrations/grpc/consts.py,sha256=NpsN5gKWDmtGtVK_L5HscgFZBHqjOpmLJLGKyh8GZBA,31
sentry_sdk/integrations/grpc/server.py,sha256=oo79zjfGaJtCSwtxaJeCFRA6UWoH1PDzjR6SDMtt398,2474
sentry_sdk/integrations/httpx.py,sha256=HK0Nbxc4TAFesTz6gegz6tAHcIXKlOckFWrBHMBB0VM,6086
sentry_sdk/integrations/huey.py,sha256=wlyxjeWqqJp1X5S3neD5FiZjXcyznm1dl8_u1wIo76U,5443
sentry_sdk/integrations/huggingface_hub.py,sha256=B5z0--bC2tEDtWl5V7xAqM4234yhY_RYbnkZGgqC8PA,14952
sentry_sdk/integrations/langchain.py,sha256=DSCJ7krulpTEMJVRDAPesMkD1GLgDRCfzRV3oQ7AGEY,39957
sentry_sdk/integrations/langgraph.py,sha256=YQK8-d124XDoDrE1eTN4q3Sbr8v9P4tzyqk06F1-2IE,11835
sentry_sdk/integrations/launchdarkly.py,sha256=L5yE9NBRon8JPYzO6XT-dA4YkvNcrUfK4nD5fycSXM0,1934
sentry_sdk/integrations/litellm.py,sha256=OhQ00oNOifv-f6CcmerHwWacgFBbrzeMUiub8kA1FNI,10228
sentry_sdk/integrations/litestar.py,sha256=0BkfynHkxERshbxycwHDnpjzGx31c5ipYvBYqprAoHY,11830
sentry_sdk/integrations/logging.py,sha256=zfag3g8yJ82ji_wn8oYL7uDqscchaE6Aczc-7cd12zg,13892
sentry_sdk/integrations/loguru.py,sha256=bCmrAguKuJ2jqAbT5g2LUrComFpiP23CAXg7OPSrFp4,6534
sentry_sdk/integrations/mcp.py,sha256=Ac2tlAeoxUwu81ezFPaMxP9InBEery0CNjo5PRP9iXE,20052
sentry_sdk/integrations/modules.py,sha256=vzLx3Erg77Vl4mnUvAgTg_3teAuWy7zylFpAidBI9I0,820
sentry_sdk/integrations/openai.py,sha256=dWlV4su1KTLJWV_at01QoIL7RJQjrbm7HcHvF7GG24A,25131
sentry_sdk/integrations/openai_agents/__init__.py,sha256=1pgEdwep-lVUwnw6gdmo98Xhm_x0rjMhR7V_FNuVgj8,1892
sentry_sdk/integrations/openai_agents/__pycache__/__init__.cpython-311.pyc,,
sentry_sdk/integrations/openai_agents/__pycache__/consts.cpython-311.pyc,,
sentry_sdk/integrations/openai_agents/__pycache__/utils.cpython-311.pyc,,
sentry_sdk/integrations/openai_agents/consts.py,sha256=PTb3vlqkuMPktu21ALK72o5WMIX4-cewTEiTRdHKFdQ,38
sentry_sdk/integrations/openai_agents/patches/__init__.py,sha256=w8SAe7cBFf5JL58lZK-yp5a8vDYgVRH-qMIsxq3kClk,293
sentry_sdk/integrations/openai_agents/patches/__pycache__/__init__.cpython-311.pyc,,
sentry_sdk/integrations/openai_agents/patches/__pycache__/agent_run.cpython-311.pyc,,
sentry_sdk/integrations/openai_agents/patches/__pycache__/error_tracing.cpython-311.pyc,,
sentry_sdk/integrations/openai_agents/patches/__pycache__/models.cpython-311.pyc,,
sentry_sdk/integrations/openai_agents/patches/__pycache__/runner.cpython-311.pyc,,
sentry_sdk/integrations/openai_agents/patches/__pycache__/tools.cpython-311.pyc,,
sentry_sdk/integrations/openai_agents/patches/agent_run.py,sha256=GPBV-j8YnHOrJAhdhu_tphe14z7G0-riFVmjFNDgy0s,5773
sentry_sdk/integrations/openai_agents/patches/error_tracing.py,sha256=lHfDQGjfHBH9fEn92gs2RTDDjL1pln4uTrylb2bsML8,2629
sentry_sdk/integrations/openai_agents/patches/models.py,sha256=DtwqCmSsYFlhRZquKM2jiTOnnAg97eyCTtJYZkWqdww,1405
sentry_sdk/integrations/openai_agents/patches/runner.py,sha256=Fr5tflgadu3fnEThSZauAhrT7BbvemuZelDVGZjleqA,1483
sentry_sdk/integrations/openai_agents/patches/tools.py,sha256=uAx1GgsiDJBP7jpYW8r_kOImdgzXlwYqK-uhkyP3icI,3255
sentry_sdk/integrations/openai_agents/spans/__init__.py,sha256=RlVi781zGsvCJBciDO_EbBbwkakwbP9DoFQBbo4VAEE,353
sentry_sdk/integrations/openai_agents/spans/__pycache__/__init__.cpython-311.pyc,,
sentry_sdk/integrations/openai_agents/spans/__pycache__/agent_workflow.cpython-311.pyc,,
sentry_sdk/integrations/openai_agents/spans/__pycache__/ai_client.cpython-311.pyc,,
sentry_sdk/integrations/openai_agents/spans/__pycache__/execute_tool.cpython-311.pyc,,
sentry_sdk/integrations/openai_agents/spans/__pycache__/handoff.cpython-311.pyc,,
sentry_sdk/integrations/openai_agents/spans/__pycache__/invoke_agent.cpython-311.pyc,,
sentry_sdk/integrations/openai_agents/spans/agent_workflow.py,sha256=fdRSThD31TcoMXFg-2vmqK2YcSws8Yhd0oC6fxOnysM,469
sentry_sdk/integrations/openai_agents/spans/ai_client.py,sha256=eqmS-PoF8aJ7YlXM7YouTxbuFYhaKQv7-kF8SwVZ-II,1292
sentry_sdk/integrations/openai_agents/spans/execute_tool.py,sha256=tqtDIzaxhxJUE-XEvm2dSyJV65UXJ7Mr23C6NTt6ZJE,1411
sentry_sdk/integrations/openai_agents/spans/handoff.py,sha256=MBhzy7MpvPGwQTPT5TFcOnmSPiSH_uadQ5wvksueIik,525
sentry_sdk/integrations/openai_agents/spans/invoke_agent.py,sha256=AXiXuJjcvgj_M6NWxHg-OVWld7-nb8VQe3Iq1IEIxOk,2493
sentry_sdk/integrations/openai_agents/utils.py,sha256=fa3r6iHLjTtrU2dHM_7D_0lDQAHR3CUSutIa6Wf7efg,6808
sentry_sdk/integrations/openfeature.py,sha256=-vvdrN4fK0Xhu2ip41bkPIPEqdzv8xzmLu9wRlI2xPA,1131
sentry_sdk/integrations/opentelemetry/__init__.py,sha256=emNL5aAq_NhK0PZmfX_g4GIdvBS6nHqGrjrIgrdC5m8,229
sentry_sdk/integrations/opentelemetry/__pycache__/__init__.cpython-311.pyc,,
sentry_sdk/integrations/opentelemetry/__pycache__/consts.cpython-311.pyc,,
sentry_sdk/integrations/opentelemetry/__pycache__/integration.cpython-311.pyc,,
sentry_sdk/integrations/opentelemetry/__pycache__/propagator.cpython-311.pyc,,
sentry_sdk/integrations/opentelemetry/__pycache__/span_processor.cpython-311.pyc,,
sentry_sdk/integrations/opentelemetry/consts.py,sha256=fYL6FIAEfnGZGBhFn5X7aRyHxihSPqAKKqMLhf5Gniw,143
sentry_sdk/integrations/opentelemetry/integration.py,sha256=CWp6hFFMqoR7wcuwTRbRO-1iVch4A6oOB3RuHWeX9GQ,1791
sentry_sdk/integrations/opentelemetry/propagator.py,sha256=NpCgv2Ibq1LUrv8-URayZaPGSzz0f1tJsf7aaxAZ5pc,3720
sentry_sdk/integrations/opentelemetry/span_processor.py,sha256=IBF75ld9zJLNF1-4EYnNBoAS00_XTXjPio86zPX9DLQ,13276
sentry_sdk/integrations/otlp.py,sha256=jvrlH8Xwi1AF6JQO4JO2LU6NkLKXvGztmWdHIqbEpe4,3129
sentry_sdk/integrations/pure_eval.py,sha256=R2UuFCtQ_ShTIZJKPn9RUD06lbc6mug4Mv8S1_mo1j0,4605
sentry_sdk/integrations/pydantic_ai/__init__.py,sha256=milAmxTbyxof1IYLuZwuEMiqRcXcslyfZdhD0nnodhc,1232
sentry_sdk/integrations/pydantic_ai/__pycache__/__init__.cpython-311.pyc,,
sentry_sdk/integrations/pydantic_ai/__pycache__/consts.cpython-311.pyc,,
sentry_sdk/integrations/pydantic_ai/__pycache__/utils.cpython-311.pyc,,
sentry_sdk/integrations/pydantic_ai/consts.py,sha256=fxOQ5n_Do8EqqqxtOJm5zyvhQmOV75HACNrt_-zGngs,36
sentry_sdk/integrations/pydantic_ai/patches/__init__.py,sha256=_RHvjc3436KSwPjzrAdnyascgggxg5e0MQpdHhmiS-U,229
sentry_sdk/integrations/pydantic_ai/patches/__pycache__/__init__.cpython-311.pyc,,
sentry_sdk/integrations/pydantic_ai/patches/__pycache__/agent_run.cpython-311.pyc,,
sentry_sdk/integrations/pydantic_ai/patches/__pycache__/graph_nodes.cpython-311.pyc,,
sentry_sdk/integrations/pydantic_ai/patches/__pycache__/model_request.cpython-311.pyc,,
sentry_sdk/integrations/pydantic_ai/patches/__pycache__/tools.cpython-311.pyc,,
sentry_sdk/integrations/pydantic_ai/patches/agent_run.py,sha256=H7CCCs6FbH_10qvmGFpZftEY7_hBef6WxgLSO1IEqQ4,7443
sentry_sdk/integrations/pydantic_ai/patches/graph_nodes.py,sha256=9plhCihm4hB0fdKw3ImQvdJLM5ZExD2JlF6zhLJ2yBg,3839
sentry_sdk/integrations/pydantic_ai/patches/model_request.py,sha256=CFafS2iPUZjJ_JVZwvuQkpaJtpGMLIrMwLHyGlfqlcI,1247
sentry_sdk/integrations/pydantic_ai/patches/tools.py,sha256=_wGOS78NbWNiMvaG0-ZII31j5Aeutj6KvpkC0fgVZQ8,2944
sentry_sdk/integrations/pydantic_ai/spans/__init__.py,sha256=dTUjvkw7VMOAiSasuAq37q_njvANsUlgfZxgXRKJDDo,243
sentry_sdk/integrations/pydantic_ai/spans/__pycache__/__init__.cpython-311.pyc,,
sentry_sdk/integrations/pydantic_ai/spans/__pycache__/ai_client.cpython-311.pyc,,
sentry_sdk/integrations/pydantic_ai/spans/__pycache__/execute_tool.cpython-311.pyc,,
sentry_sdk/integrations/pydantic_ai/spans/__pycache__/invoke_agent.cpython-311.pyc,,
sentry_sdk/integrations/pydantic_ai/spans/ai_client.py,sha256=bRnEpr3j2lgiieorKUElJEjZkihDid_RxRGZzxntQbk,8833
sentry_sdk/integrations/pydantic_ai/spans/execute_tool.py,sha256=vOGisKI1HYEuoo5U-s9WA61gGsRQn3m9bq7mfYeimD4,1550
sentry_sdk/integrations/pydantic_ai/spans/invoke_agent.py,sha256=to5AqYPARpr7BLC3nIPiYVsjx1eVG6tN7IW4Y5t5PJ8,3723
sentry_sdk/integrations/pydantic_ai/utils.py,sha256=U3ya0Lp-XxuweBfAM1rvK1ktecHNVcFfv9MKz5yI3N8,7172
sentry_sdk/integrations/pymongo.py,sha256=cPpMGEbXHlV6HTHgmIDL1F-x3w7ZMROXVb4eUhLs3bw,6380
sentry_sdk/integrations/pyramid.py,sha256=IDonzoZvLrH18JL-i_Qpbztc4T3iZNQhWFFv6SAXac8,7364
sentry_sdk/integrations/quart.py,sha256=7h4BuGNWzZabVIIOKm194gMKDlIvS-dmWFW4iZXsmF4,7413
sentry_sdk/integrations/ray.py,sha256=gzyjDqc9THINu0R5FCYa-f8YPA5cS6XE0JFR-G5RwpQ,5323
sentry_sdk/integrations/redis/__init__.py,sha256=_pkEiDRzglIBRFMQKwkgbr0pu-DhlMGR0XDZUV9xp6M,1659
sentry_sdk/integrations/redis/__pycache__/__init__.cpython-311.pyc,,
sentry_sdk/integrations/redis/__pycache__/_async_common.cpython-311.pyc,,
sentry_sdk/integrations/redis/__pycache__/_sync_common.cpython-311.pyc,,
sentry_sdk/integrations/redis/__pycache__/consts.cpython-311.pyc,,
sentry_sdk/integrations/redis/__pycache__/rb.cpython-311.pyc,,
sentry_sdk/integrations/redis/__pycache__/redis.cpython-311.pyc,,
sentry_sdk/integrations/redis/__pycache__/redis_cluster.cpython-311.pyc,,
sentry_sdk/integrations/redis/__pycache__/redis_py_cluster_legacy.cpython-311.pyc,,
sentry_sdk/integrations/redis/__pycache__/utils.cpython-311.pyc,,
sentry_sdk/integrations/redis/_async_common.py,sha256=A-23KY7JkkZ8g6FufnGo6IHK7Ln-jtZmopVH5WhqdkE,4056
sentry_sdk/integrations/redis/_sync_common.py,sha256=MS5Bc94cqispn4ZM-WSH02GrgnB6chvrnf0JBabTNMU,3796
sentry_sdk/integrations/redis/consts.py,sha256=y2f-FJ7TIkzto01tyjXvbKVSVELVkjZaxj3FG5DZ0hA,480
sentry_sdk/integrations/redis/modules/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
sentry_sdk/integrations/redis/modules/__pycache__/__init__.cpython-311.pyc,,
sentry_sdk/integrations/redis/modules/__pycache__/caches.cpython-311.pyc,,
sentry_sdk/integrations/redis/modules/__pycache__/queries.cpython-311.pyc,,
sentry_sdk/integrations/redis/modules/caches.py,sha256=LB8UCdPHaSWx6_UHAUCn7z_5Oup-5uU-VvKhYAd6FKU,3991
sentry_sdk/integrations/redis/modules/queries.py,sha256=-DAor_d6Ir0D1zJe697MWUXqFTYCbVqRfKdkQNF4rF4,1963
sentry_sdk/integrations/redis/rb.py,sha256=paykO7EE_DAdiZzCpIqW1MqtBE7mE5UG0JnauFejuzE,806
sentry_sdk/integrations/redis/redis.py,sha256=1K6seuP6ttEdscKLFtEYEu9vkDRuANCsxWVeDISsGsg,1702
sentry_sdk/integrations/redis/redis_cluster.py,sha256=a5F5PglAm87b-aW08RUv41zYGYliWZgcM3wrGB_mF-s,3554
sentry_sdk/integrations/redis/redis_py_cluster_legacy.py,sha256=pz5pg0AxdHPZWt0jMQRDPH_9jdh0i3KoDPbNUyavIro,1585
sentry_sdk/integrations/redis/utils.py,sha256=nfOoBfgWKCfrUGmb55WzOczUlUywyfPYE4bYN-XYlAQ,4005
sentry_sdk/integrations/rq.py,sha256=2Cidur0yL_JtdpOtBup6D6aYyN4T9mgshebEc-kvp-E,5307
sentry_sdk/integrations/rust_tracing.py,sha256=fQ0eG09w3IPZe8ecgeUoQTPoGFThkkarUyGC8KJj35o,9078
sentry_sdk/integrations/sanic.py,sha256=Z7orxkX9YhU9YSX4Oidsi3n46J0qlVG7Ajog-fnUreo,12960
sentry_sdk/integrations/serverless.py,sha256=npiKJuIy_sEkWT_x0Eu2xSEMiMh_aySqGYlnvIROsYk,1804
sentry_sdk/integrations/socket.py,sha256=hlJDYlspzOy3UNjsd7qXPUoqJl5s1ShF3iijTRWpVaU,3169
sentry_sdk/integrations/spark/__init__.py,sha256=oOewMErnZk2rzNvIlZO6URxQexu9bUJuSLM2m_zECy8,208
sentry_sdk/integrations/spark/__pycache__/__init__.cpython-311.pyc,,
sentry_sdk/integrations/spark/__pycache__/spark_driver.cpython-311.pyc,,
sentry_sdk/integrations/spark/__pycache__/spark_worker.cpython-311.pyc,,
sentry_sdk/integrations/spark/spark_driver.py,sha256=hInLM2dO5yPxQT9Wb5gvHIKkbbA1i84LBsx416Dv-6c,9474
sentry_sdk/integrations/spark/spark_worker.py,sha256=FGT4yRU2X_iQCC46aasMmvJfYOKmBip8KbDF_wnhvEY,3706
sentry_sdk/integrations/sqlalchemy.py,sha256=rzOK3yFLrRE3V7q-wVcAUhq5iSTrqGPW5ytbGU9lXkk,4344
sentry_sdk/integrations/starlette.py,sha256=cLmbx_KgdZZFLE4prx6PV5S4XOdnlbdV5c1iwZXxDVQ,26238
sentry_sdk/integrations/starlite.py,sha256=hSiVB6KZr8pxsQVRSGGP-9UQBLsBl-3DmrK_5CPebB8,10559
sentry_sdk/integrations/statsig.py,sha256=-e57hxHfHo1S13YQKObV65q_UvREyxbR56fnf7bkC9o,1227
sentry_sdk/integrations/stdlib.py,sha256=4EeLQeU3yjPyjPORX6K0B5N8D5ZXT3eDAFIwjDckUj8,8968
sentry_sdk/integrations/strawberry.py,sha256=6eOvI9rxl_w84BWxHmveExfB3HIberCiVKV8o06ugv4,14155
sentry_sdk/integrations/sys_exit.py,sha256=AwShgGBWPdiY25aOWDLRAs2RBUKm5T3CrL-Q-zAk0l4,2493
sentry_sdk/integrations/threading.py,sha256=0lNxcMLN7Z5DwLg9d1Of7lgGcMOggsM76bU35hIOGXA,7109
sentry_sdk/integrations/tornado.py,sha256=Qcft8FZxdVICnaa1AhsDB262sInEQZPf-pvgI-Agjmc,7206
sentry_sdk/integrations/trytond.py,sha256=BaLCNqQeRWDbHHDEelS5tmj-p_CrbmtGEHIn6JfzEFE,1651
sentry_sdk/integrations/typer.py,sha256=FQrFgpR9t6yQWF-oWCI9KJLFioEnA2c_1BEtYV-mPAs,1815
sentry_sdk/integrations/unleash.py,sha256=6JshqyuAY_kbu9Nr20tMOhtgx-ryqPHCrq_EQIzeqm4,1058
sentry_sdk/integrations/unraisablehook.py,sha256=8IW8Ia9t2hKgPLh8WS8WkmeAsyjJ6Al4qi8sM6vGrpU,1753
sentry_sdk/integrations/wsgi.py,sha256=M3lExlLqQ_J-vEZPmv5HI7vRf8T7DvPicbNZiypUvmE,10809
sentry_sdk/logger.py,sha256=NslsNdFyMgZpH4K7QD1bXjgW3AmSecIPtFF-gbe_Pj8,2797
sentry_sdk/metrics.py,sha256=ov1aCqPvcmnDba43HHjWT2flqNPfA5Fa0O0iopcnZpI,2044
sentry_sdk/monitor.py,sha256=52CG1m2e8okFDVoTpbqfm9zeeaLa0ciC_r9x2RiXuDg,3639
sentry_sdk/profiler/__init__.py,sha256=3PI3bHk9RSkkOXZKN84DDedk_7M65EiqqaIGo-DYs0E,1291
sentry_sdk/profiler/__pycache__/__init__.cpython-311.pyc,,
sentry_sdk/profiler/__pycache__/continuous_profiler.cpython-311.pyc,,
sentry_sdk/profiler/__pycache__/transaction_profiler.cpython-311.pyc,,
sentry_sdk/profiler/__pycache__/utils.cpython-311.pyc,,
sentry_sdk/profiler/continuous_profiler.py,sha256=7Qb75TaKLNYxMA97wO-qEpDVqxPQWOLUi2rnUm6_Ci0,23066
sentry_sdk/profiler/transaction_profiler.py,sha256=e3MsUqs-YIp6-nmzpmBYGoWWIF7RyuSGu24Dj-8GXAU,27970
sentry_sdk/profiler/utils.py,sha256=80MF0wiguKe47O-uWQfl-81G1caiVa8HgcFHWBzFpuM,6492
sentry_sdk/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
sentry_sdk/scope.py,sha256=4lMsiJq_TSwpeY4ZxpHq2SZK1TcDIhsoCD_pROp9axo,65420
sentry_sdk/scrubber.py,sha256=rENmQ35buugDl269bRZuIAtgr27B9SzisJYUF-691pc,6064
sentry_sdk/serializer.py,sha256=0-WdtKYwmGEM7nVxmOeRAXjC0DVdIHCymQpRuIHDBX0,13534
sentry_sdk/session.py,sha256=BXWHf5Opg9yx7jKe-_iHxF6LDJw9Jnu7NfHxo3UQRpw,5589
sentry_sdk/sessions.py,sha256=e7Jv8McW3QZp3H1GuI_CA_ezq_G0ZWY6nK0ZLqJRdNI,9172
sentry_sdk/spotlight.py,sha256=93kdd8KxdLfcPaxFnFuqHgYAAL4FCfpK1hiiPoD7Ac4,8678
sentry_sdk/tracing.py,sha256=lJG5TmA7mz7-RfJEr34ydgBf-lebRegejHkhdNsHH08,51747
sentry_sdk/tracing_utils.py,sha256=1jwVbHzL4aTT5BzkSdmWtfoL9feYaxszdj2AZKCG37I,40540
sentry_sdk/transport.py,sha256=NzlBS5liRSh0Fm7Zi7sPdZG82uECw9myECs_JrClqkg,31878
sentry_sdk/types.py,sha256=A92AqvfrGQZ9KY6FaUjKfL9F1HK7Ui3heQilVzfzYCs,1269
sentry_sdk/utils.py,sha256=iXZnPvx3Up6OeLdowdnQTGNTjmNTii4qKVjyRIkXPh8,63900
sentry_sdk/worker.py,sha256=VSMaigRMbInVyupSFpBC42bft2oIViea-0C_d9ThnIo,4464

View file

@ -0,0 +1,6 @@
Wheel-Version: 1.0
Generator: setuptools (80.9.0)
Root-Is-Purelib: true
Tag: py2-none-any
Tag: py3-none-any

View file

@ -0,0 +1,2 @@
[opentelemetry_propagator]
sentry = sentry_sdk.integrations.opentelemetry:SentryPropagator

View file

@ -0,0 +1,21 @@
MIT License
Copyright (c) 2018 Functional Software, Inc. dba Sentry
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.

View file

@ -0,0 +1 @@
sentry_sdk