sentry-sdk 3.0.0a1__py2.py3-none-any.whl → 3.0.0a2__py2.py3-none-any.whl
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Potentially problematic release.
This version of sentry-sdk might be problematic. Click here for more details.
- sentry_sdk/_types.py +2 -2
- sentry_sdk/ai/monitoring.py +7 -6
- sentry_sdk/client.py +31 -6
- sentry_sdk/consts.py +83 -5
- sentry_sdk/integrations/_asgi_common.py +2 -3
- sentry_sdk/integrations/arq.py +2 -1
- sentry_sdk/integrations/celery/__init__.py +5 -5
- sentry_sdk/integrations/celery/beat.py +2 -2
- sentry_sdk/integrations/cohere.py +10 -10
- sentry_sdk/integrations/django/asgi.py +2 -2
- sentry_sdk/integrations/grpc/__init__.py +18 -1
- sentry_sdk/integrations/huggingface_hub.py +2 -2
- sentry_sdk/integrations/logging.py +26 -32
- sentry_sdk/integrations/loguru.py +124 -50
- sentry_sdk/integrations/openai.py +4 -4
- sentry_sdk/integrations/redis/_async_common.py +10 -3
- sentry_sdk/integrations/redis/_sync_common.py +6 -1
- sentry_sdk/integrations/redis/redis_cluster.py +11 -5
- sentry_sdk/integrations/redis/utils.py +3 -3
- sentry_sdk/integrations/tornado.py +1 -1
- sentry_sdk/logger.py +32 -5
- sentry_sdk/opentelemetry/contextvars_context.py +9 -1
- sentry_sdk/opentelemetry/span_processor.py +7 -1
- sentry_sdk/opentelemetry/tracing.py +27 -3
- sentry_sdk/opentelemetry/utils.py +8 -0
- sentry_sdk/scope.py +2 -11
- sentry_sdk/tracing.py +12 -12
- sentry_sdk/tracing_utils.py +4 -2
- {sentry_sdk-3.0.0a1.dist-info → sentry_sdk-3.0.0a2.dist-info}/METADATA +3 -3
- {sentry_sdk-3.0.0a1.dist-info → sentry_sdk-3.0.0a2.dist-info}/RECORD +34 -34
- {sentry_sdk-3.0.0a1.dist-info → sentry_sdk-3.0.0a2.dist-info}/WHEEL +1 -1
- {sentry_sdk-3.0.0a1.dist-info → sentry_sdk-3.0.0a2.dist-info}/entry_points.txt +0 -0
- {sentry_sdk-3.0.0a1.dist-info → sentry_sdk-3.0.0a2.dist-info}/licenses/LICENSE +0 -0
- {sentry_sdk-3.0.0a1.dist-info → sentry_sdk-3.0.0a2.dist-info}/top_level.txt +0 -0
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: sentry-sdk
|
|
3
|
-
Version: 3.0.
|
|
3
|
+
Version: 3.0.0a2
|
|
4
4
|
Summary: Python client for Sentry (https://sentry.io)
|
|
5
5
|
Home-page: https://github.com/getsentry/sentry-python
|
|
6
6
|
Author: Sentry Team and Contributors
|
|
@@ -134,7 +134,7 @@ Dynamic: summary
|
|
|
134
134
|
_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
|
|
135
135
|
[<kbd>**Check out our open positions**</kbd>](https://sentry.io/careers/)_.
|
|
136
136
|
|
|
137
|
-
[](https://discord.
|
|
137
|
+
[](https://discord.com/invite/Ww9hbqr)
|
|
138
138
|
[](https://twitter.com/intent/follow?screen_name=getsentry)
|
|
139
139
|
[](https://pypi.python.org/pypi/sentry-sdk)
|
|
140
140
|
<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">
|
|
@@ -234,7 +234,7 @@ If you encounter issues or need help setting up or configuring the SDK, don't he
|
|
|
234
234
|
Here are all resources to help you make the most of Sentry:
|
|
235
235
|
|
|
236
236
|
- [Documentation](https://docs.sentry.io/platforms/python/) - Official documentation to get started.
|
|
237
|
-
- [Discord](https://
|
|
237
|
+
- [Discord](https://discord.com/invite/Ww9hbqr) - Join our Discord community.
|
|
238
238
|
- [X/Twitter](https://twitter.com/intent/follow?screen_name=getsentry) - Follow us on X (Twitter) for updates.
|
|
239
239
|
- [Stack Overflow](https://stackoverflow.com/questions/tagged/sentry) - Questions and answers related to Sentry.
|
|
240
240
|
|
|
@@ -4,45 +4,45 @@ sentry_sdk/_init_implementation.py,sha256=5SBRkJ8g7ansx5vtY4tDx1GBWX4BsWCVCUq-k_
|
|
|
4
4
|
sentry_sdk/_log_batcher.py,sha256=bBpspIlf1ejxlbudo17bZOSir226LGAdjDe_3kHkOro,5085
|
|
5
5
|
sentry_sdk/_lru_cache.py,sha256=phZMBm9EKU1m67OOApnKCffnlWAlVz9bYjig7CglQuk,1229
|
|
6
6
|
sentry_sdk/_queue.py,sha256=UUzbmliDYmdVYiDA32NMYkX369ElWMFNSj5kodqVQZE,11250
|
|
7
|
-
sentry_sdk/_types.py,sha256=
|
|
7
|
+
sentry_sdk/_types.py,sha256=t54Jc4yPIM_A0H5MLLrwa6IuMetChSeLEguAJrHtpx8,8854
|
|
8
8
|
sentry_sdk/_werkzeug.py,sha256=m3GPf-jHd8v3eVOfBHaKw5f0uHoLkXrSO1EcY-8EisY,3734
|
|
9
9
|
sentry_sdk/api.py,sha256=KqQ9DMZZnfrmFg6H5lnGSW2or7zs3fYY-V5onVPoAFo,8811
|
|
10
10
|
sentry_sdk/attachments.py,sha256=0Dylhm065O6hNFjB40fWCd5Hg4qWSXndmi1TPWglZkI,3109
|
|
11
|
-
sentry_sdk/client.py,sha256=
|
|
12
|
-
sentry_sdk/consts.py,sha256=
|
|
11
|
+
sentry_sdk/client.py,sha256=3V4uIMOAhf1p2yQPwmg8Yj1WpBSaH6Y4kJOCT2S8lVE,36638
|
|
12
|
+
sentry_sdk/consts.py,sha256=s9ojpDs2GyFHyXP-B6ztxAf4yCyitRzrsQKZVWIaYFY,41498
|
|
13
13
|
sentry_sdk/debug.py,sha256=OK7eLI_Gd-RLEfpFAf2MJ7lGgGX7boPqCJYD4ovrwbo,785
|
|
14
14
|
sentry_sdk/envelope.py,sha256=ARGQtMcpfzRqZdybYT5Jxy4dfB_fRifhmvfAdGFQRDk,10273
|
|
15
15
|
sentry_sdk/feature_flags.py,sha256=mhGRnefU8I2WwTt53O9eEnCDpq40S0LkCJB1Ms-hYmQ,2212
|
|
16
|
-
sentry_sdk/logger.py,sha256=
|
|
16
|
+
sentry_sdk/logger.py,sha256=u_8zS8gjQt7FjYqz_I91sCbdsmBe7IgRqWxMP3vrsq0,2399
|
|
17
17
|
sentry_sdk/monitor.py,sha256=7LydPMKjVRR5eFY9rxgvJv0idExA3sSnrZk-1mHu6G4,3710
|
|
18
18
|
sentry_sdk/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
19
|
-
sentry_sdk/scope.py,sha256=
|
|
19
|
+
sentry_sdk/scope.py,sha256=MboVCVKo_xSTUFcLaHmD-P14tUwgeXbUTBlJpJLpVfM,52745
|
|
20
20
|
sentry_sdk/scrubber.py,sha256=rENmQ35buugDl269bRZuIAtgr27B9SzisJYUF-691pc,6064
|
|
21
21
|
sentry_sdk/serializer.py,sha256=iXiRwTuRj0gcKyHRO0GNTZB1Hmk0LMDiBt6Be7RpGt8,13087
|
|
22
22
|
sentry_sdk/session.py,sha256=TqDVmRKKHUDSmZb4jQR-s8wDt7Fwb6QaG21hawUGWEs,5571
|
|
23
23
|
sentry_sdk/sessions.py,sha256=vKlky9_ABnBGUaOVJNigdoCCFOGoaPDPRYwzuI7x96g,6390
|
|
24
24
|
sentry_sdk/spotlight.py,sha256=93kdd8KxdLfcPaxFnFuqHgYAAL4FCfpK1hiiPoD7Ac4,8678
|
|
25
|
-
sentry_sdk/tracing.py,sha256=
|
|
26
|
-
sentry_sdk/tracing_utils.py,sha256=
|
|
25
|
+
sentry_sdk/tracing.py,sha256=nx3DU8uvGihElFy9zGhsCL7Q1op2BA9dESgMr3XHTAE,18994
|
|
26
|
+
sentry_sdk/tracing_utils.py,sha256=lDQ16zMawwySSC-80o0sTt8qPvGJRXWnzwxP9cL7idQ,27401
|
|
27
27
|
sentry_sdk/transport.py,sha256=SQ3femwQaA79U5C-dDLjiOALdVfTJi3AT9mH65DyzCQ,29301
|
|
28
28
|
sentry_sdk/types.py,sha256=NLbnRzww2K3_oGz2GzcC8TdX5L2DXYso1-H1uCv2Hwc,1222
|
|
29
29
|
sentry_sdk/utils.py,sha256=j4tWTtvPQcoYIqNt9z36tWa8DQQ8F0Mk6r4HzpEduqc,60857
|
|
30
30
|
sentry_sdk/worker.py,sha256=VSMaigRMbInVyupSFpBC42bft2oIViea-0C_d9ThnIo,4464
|
|
31
31
|
sentry_sdk/ai/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
32
|
-
sentry_sdk/ai/monitoring.py,sha256=
|
|
32
|
+
sentry_sdk/ai/monitoring.py,sha256=FIQ4eCbTJ-WsDtnUCWi5N14iCAw39KoiIXtRTlLb_mQ,4636
|
|
33
33
|
sentry_sdk/ai/utils.py,sha256=0pTfZkH4H8bVzDLP0gJfTjou5TrxD1xZcdYctgkSq-4,955
|
|
34
34
|
sentry_sdk/crons/__init__.py,sha256=3Zt6g1-pZZ12uRKKsC8QLm3XgJ4K1VYxgVpNNUygOZY,221
|
|
35
35
|
sentry_sdk/crons/api.py,sha256=s3x6SG-jqIdWS-Kj0sAxJv0nz2A3stdGE1UCtQyRUy4,1559
|
|
36
36
|
sentry_sdk/crons/consts.py,sha256=dXqJk5meBSu5rjlGpqAOlkpACnuUi7svQnAFoy1ZNUU,87
|
|
37
37
|
sentry_sdk/crons/decorator.py,sha256=UrjeIqBCbvsuKrfjGkKJbbLBvjw2TQvDWcTO7WwAmrI,3913
|
|
38
38
|
sentry_sdk/integrations/__init__.py,sha256=w5OUgaCOjLsiNwbDypCVw49EVj_XqlAhMjzhlCwVUso,10287
|
|
39
|
-
sentry_sdk/integrations/_asgi_common.py,sha256=
|
|
39
|
+
sentry_sdk/integrations/_asgi_common.py,sha256=uHVrKJSKXhqIebZKhoKrC7-d3U6p6fS5BGlP6q0Q9zI,3231
|
|
40
40
|
sentry_sdk/integrations/_wsgi_common.py,sha256=BZjAtNlDzLwIJ9oAvqnbU9En3PYKYHdJG4DkTrp2VdY,6682
|
|
41
41
|
sentry_sdk/integrations/aiohttp.py,sha256=eo5NifW1tgJyru6lxtZ5xyKokcHX9Frz3wEJM46-ja8,14095
|
|
42
42
|
sentry_sdk/integrations/anthropic.py,sha256=jDpb-dHz0xan6DhRaWv_OviDMsHs6Wh_3DH0W76wMWM,9528
|
|
43
43
|
sentry_sdk/integrations/argv.py,sha256=GIY7TBFETF8Z0fDzqTXEJldt5XXCDdFNZxpGxP7EPaU,911
|
|
44
44
|
sentry_sdk/integrations/ariadne.py,sha256=C-zKlOrU7jvTWmQHZx0M0tAZNkPPo7Z5-5jXDD92LiU,5834
|
|
45
|
-
sentry_sdk/integrations/arq.py,sha256=
|
|
45
|
+
sentry_sdk/integrations/arq.py,sha256=mZObhB4Ass01W93X5KsmnYqlvwcsym39X0jfsZrr90k,8169
|
|
46
46
|
sentry_sdk/integrations/asgi.py,sha256=vQG429vlPvGs9qH-mgWtEUoNYI99-rfYQYvr8YbI3WM,12944
|
|
47
47
|
sentry_sdk/integrations/asyncio.py,sha256=fQJtZw3avH8FpR85wNE9rVAPildYTWXzjIoxo25nTEQ,4079
|
|
48
48
|
sentry_sdk/integrations/asyncpg.py,sha256=gw5QDAHfJ45Dpvnlb5Zs2jHcYGFeJPL9xRexpjPeQ_s,6711
|
|
@@ -54,7 +54,7 @@ sentry_sdk/integrations/bottle.py,sha256=Ezll62T88-CnQpWetTw6t4zWhIXkVjgkAbqJbRw
|
|
|
54
54
|
sentry_sdk/integrations/chalice.py,sha256=A4K_9FmNUu131El0ctkTmjtyYd184I4hQTlidZcEC54,4699
|
|
55
55
|
sentry_sdk/integrations/clickhouse_driver.py,sha256=m9hEqSA9dCQWBOPac4Dh34LRKHKcam4QANeJTsB96bA,6353
|
|
56
56
|
sentry_sdk/integrations/cloud_resource_context.py,sha256=_gFldMeVHs5pxP5sm8uP7ZKmm6s_5hw3UsnXek9Iw8A,7780
|
|
57
|
-
sentry_sdk/integrations/cohere.py,sha256=
|
|
57
|
+
sentry_sdk/integrations/cohere.py,sha256=FjlSBpTiyADU0YbnQE8dhItlc1-QHEF-nMoRZqEA45I,9399
|
|
58
58
|
sentry_sdk/integrations/dedupe.py,sha256=usREWhtGDFyxVBlIVzyCYj_Qy7NJBJ84FK0B57z11LM,1418
|
|
59
59
|
sentry_sdk/integrations/dramatiq.py,sha256=I09vKWnfiuhdRFCjYYjmE9LOBQvDTPS-KFqf3iHFSsM,5583
|
|
60
60
|
sentry_sdk/integrations/excepthook.py,sha256=tfwpSQuo1b_OmJbNKPPRh90EUjD_OSE4DqqgYY9PVQI,2408
|
|
@@ -68,14 +68,14 @@ sentry_sdk/integrations/gql.py,sha256=ppC7fjpyQ6jWST-batRt5HtebxE_9IeHbmZ-CJ1TfU
|
|
|
68
68
|
sentry_sdk/integrations/graphene.py,sha256=o1hGIt2GDqNFcZzLWwSozIO4VjGhO8Zglo32ftakXUk,4901
|
|
69
69
|
sentry_sdk/integrations/httpx.py,sha256=qMFq7AyNxGEPz6YcWJCdeCMOmnZPNitWhlA-ip9U2YA,6888
|
|
70
70
|
sentry_sdk/integrations/huey.py,sha256=0zmcHBWoDXDldXVrZl5MRMYUgn6X9an0BbzTfDBAJkg,5566
|
|
71
|
-
sentry_sdk/integrations/huggingface_hub.py,sha256=
|
|
71
|
+
sentry_sdk/integrations/huggingface_hub.py,sha256=2Dm77wJG1oUMvU1oU7hfquMJcMvpdS1v7GwBrB5rIDQ,6584
|
|
72
72
|
sentry_sdk/integrations/langchain.py,sha256=4nwcQterKi2W1LC5rn4zSHK7ZQtWXS5mGHtG9SadImM,17977
|
|
73
73
|
sentry_sdk/integrations/launchdarkly.py,sha256=bvtExuj68xPXZFsQeWTDR-ZBqP087tPuVzP1bNAOZHc,1935
|
|
74
74
|
sentry_sdk/integrations/litestar.py,sha256=Rg163-wzY5wPfL_IlDR82tfultT47_g2zDJgouPtB5Y,11654
|
|
75
|
-
sentry_sdk/integrations/logging.py,sha256=
|
|
76
|
-
sentry_sdk/integrations/loguru.py,sha256=
|
|
75
|
+
sentry_sdk/integrations/logging.py,sha256=KFrkG0YTm5RYEeyPZFHoCm_8zJGVocU0pk-tXO77jxE,13393
|
|
76
|
+
sentry_sdk/integrations/loguru.py,sha256=mEWYWsNHQLlWknU4M8RBgOf2-5B5cBr5aGd-ZH1Emq4,6193
|
|
77
77
|
sentry_sdk/integrations/modules.py,sha256=vzLx3Erg77Vl4mnUvAgTg_3teAuWy7zylFpAidBI9I0,820
|
|
78
|
-
sentry_sdk/integrations/openai.py,sha256=
|
|
78
|
+
sentry_sdk/integrations/openai.py,sha256=Zw7RsnfbXdMbpb70Of5qAwcVqjzfS9XtI5QIMxVc2WM,15643
|
|
79
79
|
sentry_sdk/integrations/openfeature.py,sha256=NXRKnhg0knMKOx_TO_2Z4zSsh4Glgk3tStu-lI99XsE,1235
|
|
80
80
|
sentry_sdk/integrations/pure_eval.py,sha256=OvT76XvllQ_J6ABu3jVNU6KD2QAxnXMtTZ7hqhXNhpY,4581
|
|
81
81
|
sentry_sdk/integrations/pymongo.py,sha256=6blDWS_trV6I4PqF6z3yJTi6993-W13bxGTD55YKqyg,6163
|
|
@@ -95,23 +95,23 @@ sentry_sdk/integrations/stdlib.py,sha256=CqtEVPvrOb7aokYX-MyOdEBQA1Bc45-7GGePQN1
|
|
|
95
95
|
sentry_sdk/integrations/strawberry.py,sha256=ooPdEME9qyDq5lX8FJPBzzmtNpUtbNNuC356iRxZIu8,13604
|
|
96
96
|
sentry_sdk/integrations/sys_exit.py,sha256=AwShgGBWPdiY25aOWDLRAs2RBUKm5T3CrL-Q-zAk0l4,2493
|
|
97
97
|
sentry_sdk/integrations/threading.py,sha256=1kphygBtWeTFevbCVZTS0ykUsFUNcKPF_ucqnJk66C0,4722
|
|
98
|
-
sentry_sdk/integrations/tornado.py,sha256=
|
|
98
|
+
sentry_sdk/integrations/tornado.py,sha256=VO3KonkAgD7hUvZxM4a2AAY2O7beTJkrlW2OCQ5Ul6g,8580
|
|
99
99
|
sentry_sdk/integrations/trytond.py,sha256=jx8Xrkv24Fx6zDmx3pSOz3DR_tg9dzToy5qp5zsEXQ8,1815
|
|
100
100
|
sentry_sdk/integrations/typer.py,sha256=FQrFgpR9t6yQWF-oWCI9KJLFioEnA2c_1BEtYV-mPAs,1815
|
|
101
101
|
sentry_sdk/integrations/unleash.py,sha256=6JshqyuAY_kbu9Nr20tMOhtgx-ryqPHCrq_EQIzeqm4,1058
|
|
102
102
|
sentry_sdk/integrations/wsgi.py,sha256=yBRc0vLD4ci0AGn9PWP5hprHSQ9HBXhkwyCaB7ThnlA,12374
|
|
103
|
-
sentry_sdk/integrations/celery/__init__.py,sha256=
|
|
104
|
-
sentry_sdk/integrations/celery/beat.py,sha256=
|
|
103
|
+
sentry_sdk/integrations/celery/__init__.py,sha256=IkHivUFKokHGhJ3askCa7OVWsEgsZRdq7qLAXGkHJiw,18968
|
|
104
|
+
sentry_sdk/integrations/celery/beat.py,sha256=WHEdKetrDJgtZGNp1VUMa6BG1q-MhsLZMefUmVrPu3w,8953
|
|
105
105
|
sentry_sdk/integrations/celery/utils.py,sha256=CMWQOpg9yniEkm3WlXe7YakJfVnLwaY0-jyeo2GX-ZI,1208
|
|
106
106
|
sentry_sdk/integrations/django/__init__.py,sha256=kmX9-Ks7DC9UQn6ygzzPwDyHxADnkloY_qMIJ-u-Tyo,24565
|
|
107
|
-
sentry_sdk/integrations/django/asgi.py,sha256=
|
|
107
|
+
sentry_sdk/integrations/django/asgi.py,sha256=eJLKPNOSamnkyNWggJSs1E4R-9CqqbDakYISB1rSQTY,8471
|
|
108
108
|
sentry_sdk/integrations/django/caching.py,sha256=dwnl_xVU_Qn1dedX54k7IwCnkHun4PXQ-V1edU9zY3I,6367
|
|
109
109
|
sentry_sdk/integrations/django/middleware.py,sha256=ZW4crjGSA2A8pKWeTZOn8UpoHDVde86kaYbtHG3NYIQ,6042
|
|
110
110
|
sentry_sdk/integrations/django/signals_handlers.py,sha256=f2zP-QvqCtKHBazf4oC4a0pUg3Hw5UQO4zHZ9JRZkqk,3175
|
|
111
111
|
sentry_sdk/integrations/django/templates.py,sha256=poCaPxfZ_SH8d53aj6t2Pk4q8eyE8rqPbfEoFpevNhU,5711
|
|
112
112
|
sentry_sdk/integrations/django/transactions.py,sha256=RTAyHlL8LCW6R6xd3Wj9Lt9fXbnqvJVM_YBPrLqPcbU,4842
|
|
113
113
|
sentry_sdk/integrations/django/views.py,sha256=mOtgGuVpVIlO5NLXFyjSMmcFBBeOaQ73h6MH0FFFl5s,3232
|
|
114
|
-
sentry_sdk/integrations/grpc/__init__.py,sha256=
|
|
114
|
+
sentry_sdk/integrations/grpc/__init__.py,sha256=zukyRYtaxRGcDuQSXBbVcpa7ZMAYdLQ-laRQqqHsHgc,5620
|
|
115
115
|
sentry_sdk/integrations/grpc/client.py,sha256=WkEBXBMBbIk1zXbqZj8QAsQY4BoOGD9dxZ0MXWCbU3Q,3478
|
|
116
116
|
sentry_sdk/integrations/grpc/consts.py,sha256=NpsN5gKWDmtGtVK_L5HscgFZBHqjOpmLJLGKyh8GZBA,31
|
|
117
117
|
sentry_sdk/integrations/grpc/server.py,sha256=H3FLBu3ilkrygMoYrqQZvMQaVj9q_ymkBbGjiRxgEZg,2428
|
|
@@ -119,14 +119,14 @@ sentry_sdk/integrations/grpc/aio/__init__.py,sha256=2rgrliowpPfLLw40_2YU6ixSzIu_
|
|
|
119
119
|
sentry_sdk/integrations/grpc/aio/client.py,sha256=vT9K7efhknsh53rczSoaJ30kJZ_mvjVx5FFuvBuDHcM,3550
|
|
120
120
|
sentry_sdk/integrations/grpc/aio/server.py,sha256=1tGBIcm8pyuVYw5LzapnO1sIK86Lk-LhCimlHu-y-Ag,4005
|
|
121
121
|
sentry_sdk/integrations/redis/__init__.py,sha256=As5XhbOue-9Sy9d8Vr8cZagbO_Bc0uG8n2G3YNMP7TU,1332
|
|
122
|
-
sentry_sdk/integrations/redis/_async_common.py,sha256=
|
|
123
|
-
sentry_sdk/integrations/redis/_sync_common.py,sha256=
|
|
122
|
+
sentry_sdk/integrations/redis/_async_common.py,sha256=b7mhq_g8IkL531R1DDztimEBPskGtnQmYPcKzQ_JQYg,4634
|
|
123
|
+
sentry_sdk/integrations/redis/_sync_common.py,sha256=nK-1OPJ_QwlrPDBe-9rFLLa1OgoJkzy6kNfy6SPW6xw,4338
|
|
124
124
|
sentry_sdk/integrations/redis/consts.py,sha256=jYhloX935YQ1AR9c8giCVo1FpIuGXkGR_Tfn4LOulNU,480
|
|
125
125
|
sentry_sdk/integrations/redis/rb.py,sha256=LjzhGxgiZciZKXbYN3C_gqYCdakiKSvFfloGr1URcqQ,806
|
|
126
126
|
sentry_sdk/integrations/redis/redis.py,sha256=z3Kc8bPbvXpXfewLhTpaNMzovHfDKh5NF-zq9_IsX2o,1702
|
|
127
|
-
sentry_sdk/integrations/redis/redis_cluster.py,sha256=
|
|
127
|
+
sentry_sdk/integrations/redis/redis_cluster.py,sha256=S9emv6wG1V3kOCDQtubiFgTVtkTVDWZZF0Pks7wjDTk,3532
|
|
128
128
|
sentry_sdk/integrations/redis/redis_py_cluster_legacy.py,sha256=NJWxpY3btWWyjKMko9V4YS9MXsglDSezIPPIG_T1jPk,1585
|
|
129
|
-
sentry_sdk/integrations/redis/utils.py,sha256=
|
|
129
|
+
sentry_sdk/integrations/redis/utils.py,sha256=AzDxmzbz1X-GTj7oBWrfv3Myxy3DqkzdAhJAnH5jr18,4951
|
|
130
130
|
sentry_sdk/integrations/redis/modules/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
131
131
|
sentry_sdk/integrations/redis/modules/caches.py,sha256=RP1TTZkeDwCNMeIBiPJQpCbiY9MdoGDjixsV4L25Mp0,3997
|
|
132
132
|
sentry_sdk/integrations/redis/modules/queries.py,sha256=9egWzYjGOJzoLvMagGivH0x-IQoYP0YpajmREPHjzXA,1999
|
|
@@ -135,20 +135,20 @@ sentry_sdk/integrations/spark/spark_driver.py,sha256=mqGQMngDAZWM78lWK5S0FPpmjd1
|
|
|
135
135
|
sentry_sdk/integrations/spark/spark_worker.py,sha256=FGT4yRU2X_iQCC46aasMmvJfYOKmBip8KbDF_wnhvEY,3706
|
|
136
136
|
sentry_sdk/opentelemetry/__init__.py,sha256=Npi53VwdWHE4YTXyxOUzxGvKnNBHkXa3sozE_jfdzaw,283
|
|
137
137
|
sentry_sdk/opentelemetry/consts.py,sha256=LnWze9RVEjtTEVuTknF8nEGasC0U0jRDGVOmhr2eICA,1088
|
|
138
|
-
sentry_sdk/opentelemetry/contextvars_context.py,sha256=
|
|
138
|
+
sentry_sdk/opentelemetry/contextvars_context.py,sha256=j9EQVuX_2cLpeg7JRzCzeQe_-VBbe64ry4hWX8YIwbo,3042
|
|
139
139
|
sentry_sdk/opentelemetry/propagator.py,sha256=WUJmeCQ5RVrDy_8eA00WATvdv5rOv9ZRxu9tQTuRyes,3447
|
|
140
140
|
sentry_sdk/opentelemetry/sampler.py,sha256=OXCMz2BN5OWApY2uf1DtW6UbPi6hDuwEMNIerY4f2xs,12231
|
|
141
141
|
sentry_sdk/opentelemetry/scope.py,sha256=5UId5GYG1fb8AsfhpVkokIJqx3_03HrbPxzJf_kcZ2g,6548
|
|
142
|
-
sentry_sdk/opentelemetry/span_processor.py,sha256=
|
|
143
|
-
sentry_sdk/opentelemetry/tracing.py,sha256=
|
|
144
|
-
sentry_sdk/opentelemetry/utils.py,sha256=
|
|
142
|
+
sentry_sdk/opentelemetry/span_processor.py,sha256=QFODsMweuA3yjHipZbgIxqmFbaYOVf5zCd5EZhhdaTw,11288
|
|
143
|
+
sentry_sdk/opentelemetry/tracing.py,sha256=JsEBCPPoFHUSX4ux3AGOXUlf6fnFXafj1Gw_xJC7Z70,2100
|
|
144
|
+
sentry_sdk/opentelemetry/utils.py,sha256=bvFKt6uePOpyFkRs3nRMlVujBsaL5Epnj83Jx5rnupE,15002
|
|
145
145
|
sentry_sdk/profiler/__init__.py,sha256=bYeDkmLQliS2KkNSOGa8Sx4zN3pjTc3WmYIvbkcGkmQ,153
|
|
146
146
|
sentry_sdk/profiler/continuous_profiler.py,sha256=pm3LpasUjvTS1qk6rNT-AzuKb6ym81481aoq0l5r398,21655
|
|
147
147
|
sentry_sdk/profiler/transaction_profiler.py,sha256=o3UZ6J8LrrRbZATuJyQtcno-BlawiM5OmlOa8e2cNyQ,26109
|
|
148
148
|
sentry_sdk/profiler/utils.py,sha256=G5s4tYai9ATJqcHrQ3bOIxlK6jIaHzELrDtU5k3N4HI,6556
|
|
149
|
-
sentry_sdk-3.0.
|
|
150
|
-
sentry_sdk-3.0.
|
|
151
|
-
sentry_sdk-3.0.
|
|
152
|
-
sentry_sdk-3.0.
|
|
153
|
-
sentry_sdk-3.0.
|
|
154
|
-
sentry_sdk-3.0.
|
|
149
|
+
sentry_sdk-3.0.0a2.dist-info/licenses/LICENSE,sha256=KhQNZg9GKBL6KQvHQNBGMxJsXsRdhLebVp4Sew7t3Qs,1093
|
|
150
|
+
sentry_sdk-3.0.0a2.dist-info/METADATA,sha256=wGFuIuZjv2M0MPNrmemYrou-qBgTmWa19-x_RJ64JIE,10151
|
|
151
|
+
sentry_sdk-3.0.0a2.dist-info/WHEEL,sha256=JNWh1Fm1UdwIQV075glCn4MVuCRs0sotJIq-J6rbxCU,109
|
|
152
|
+
sentry_sdk-3.0.0a2.dist-info/entry_points.txt,sha256=-FP10-IbDq7-9RSn7JcaVV6-nDwVN2kwvA46zNTNwtk,78
|
|
153
|
+
sentry_sdk-3.0.0a2.dist-info/top_level.txt,sha256=XrQz30XE9FKXSY_yGLrd9bsv2Rk390GTDJOSujYaMxI,11
|
|
154
|
+
sentry_sdk-3.0.0a2.dist-info/RECORD,,
|
|
File without changes
|
|
File without changes
|
|
File without changes
|