netra-sdk 0.1.23__py3-none-any.whl → 0.1.24__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 netra-sdk might be problematic. Click here for more details.

@@ -34,16 +34,11 @@ def init_instrumentations(
34
34
  else:
35
35
  traceloop_block_instruments.add(getattr(Instruments, instrument.name))
36
36
 
37
- # If no instruments are provided for instrumentation
38
- if instruments is None:
39
- traceloop_block_instruments = set(Instruments)
40
- netra_custom_block_instruments = set(CustomInstruments)
41
-
42
- # If only custom instruments from netra are provided for instrumentation
37
+ # If no instruments in traceloop are provided for instrumentation
43
38
  if instruments is not None and not traceloop_instruments and not traceloop_block_instruments:
44
39
  traceloop_block_instruments = set(Instruments)
45
40
 
46
- # If only traceloop instruments are provided for instrumentation
41
+ # If no custom instruments in netra are provided for instrumentation
47
42
  if instruments is not None and not netra_custom_instruments and not netra_custom_block_instruments:
48
43
  netra_custom_block_instruments = set(CustomInstruments)
49
44
 
netra/version.py CHANGED
@@ -1 +1 @@
1
- __version__ = "0.1.23"
1
+ __version__ = "0.1.24"
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.3
2
2
  Name: netra-sdk
3
- Version: 0.1.23
3
+ Version: 0.1.24
4
4
  Summary: A Python SDK for AI application observability that provides OpenTelemetry-based monitoring, tracing, and PII protection for LLM and vector database applications. Enables easy instrumentation, session tracking, and privacy-focused data collection for AI systems in production environments.
5
5
  License: Apache-2.0
6
6
  Keywords: netra,tracing,observability,sdk,ai,llm,vector,database
@@ -9,7 +9,7 @@ netra/exceptions/__init__.py,sha256=uDgcBxmC4WhdS7HRYQk_TtJyxH1s1o6wZmcsnSHLAcM,
9
9
  netra/exceptions/injection.py,sha256=ke4eUXRYUFJkMZgdSyPPkPt5PdxToTI6xLEBI0hTWUQ,1332
10
10
  netra/exceptions/pii.py,sha256=MT4p_x-zH3VtYudTSxw1Z9qQZADJDspq64WrYqSWlZc,2438
11
11
  netra/input_scanner.py,sha256=At6N9gNY8cR0O6S8x3K6swWBV3P1a_9O-XBNM_pcKz4,5348
12
- netra/instrumentation/__init__.py,sha256=ckV_tYPCQhEQ03tT0NU0ZrPD0o_1x0RnxLja3Esi97Q,40252
12
+ netra/instrumentation/__init__.py,sha256=OhJ3VkyUAIqocZ47beEYJTiQC7tcRkHVbGqZ81a2JHQ,40044
13
13
  netra/instrumentation/aiohttp/__init__.py,sha256=M1kuF0R3gKY5rlbhEC1AR13UWHelmfokluL2yFysKWc,14398
14
14
  netra/instrumentation/aiohttp/version.py,sha256=Zy-0Aukx-HS_Mo3NKPWg-hlUoWKDzS0w58gLoVtJec8,24
15
15
  netra/instrumentation/cohere/__init__.py,sha256=3XwmCAZwZiMkHdNN3YvcBOLsNCx80ymbU31TyMzv1IY,17685
@@ -39,8 +39,8 @@ netra/scanner.py,sha256=kyDpeZiscCPb6pjuhS-sfsVj-dviBFRepdUWh0sLoEY,11554
39
39
  netra/session_manager.py,sha256=EVcnWcSj4NdkH--HmqHx0mmzivQiM4GCyFLu6lwi33M,6252
40
40
  netra/span_wrapper.py,sha256=ec2WLYTRLZ02WSSCYEsMn1PgUGVji9rFyq_CRCV9rog,7388
41
41
  netra/tracer.py,sha256=In5QPVLz_6BxrolWpav9EuR9_hirD2UUIlyY75QUaKk,3450
42
- netra/version.py,sha256=0byemO6n6WCv41u9vBG2AIsOkVbxLvok7puvwy8EhfU,23
43
- netra_sdk-0.1.23.dist-info/LICENCE,sha256=8B_UoZ-BAl0AqiHAHUETCgd3I2B9yYJ1WEQtVb_qFMA,11359
44
- netra_sdk-0.1.23.dist-info/METADATA,sha256=dj0JYedl2YYk4aL3wrtof_x-zFOOb4iSluVYC-FQC7Q,27765
45
- netra_sdk-0.1.23.dist-info/WHEEL,sha256=b4K_helf-jlQoXBBETfwnf4B04YC67LOev0jo4fX5m8,88
46
- netra_sdk-0.1.23.dist-info/RECORD,,
42
+ netra/version.py,sha256=Jq7e1LcKcQSNVg4EOJ-acPyPgs8Os5cYEZWXrQsI7Pg,23
43
+ netra_sdk-0.1.24.dist-info/LICENCE,sha256=8B_UoZ-BAl0AqiHAHUETCgd3I2B9yYJ1WEQtVb_qFMA,11359
44
+ netra_sdk-0.1.24.dist-info/METADATA,sha256=wyqkG0Dzyrw3oQ_YSP-o_FfOhqdhUTNcV5SKx6Vemog,27765
45
+ netra_sdk-0.1.24.dist-info/WHEEL,sha256=b4K_helf-jlQoXBBETfwnf4B04YC67LOev0jo4fX5m8,88
46
+ netra_sdk-0.1.24.dist-info/RECORD,,