shotgun-sh 0.1.0.dev10__py3-none-any.whl → 0.1.0.dev11__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 shotgun-sh might be problematic. Click here for more details.
- shotgun/telemetry.py +5 -1
- {shotgun_sh-0.1.0.dev10.dist-info → shotgun_sh-0.1.0.dev11.dist-info}/METADATA +1 -1
- {shotgun_sh-0.1.0.dev10.dist-info → shotgun_sh-0.1.0.dev11.dist-info}/RECORD +6 -6
- {shotgun_sh-0.1.0.dev10.dist-info → shotgun_sh-0.1.0.dev11.dist-info}/WHEEL +0 -0
- {shotgun_sh-0.1.0.dev10.dist-info → shotgun_sh-0.1.0.dev11.dist-info}/entry_points.txt +0 -0
- {shotgun_sh-0.1.0.dev10.dist-info → shotgun_sh-0.1.0.dev11.dist-info}/licenses/LICENSE +0 -0
shotgun/telemetry.py
CHANGED
|
@@ -55,7 +55,11 @@ def setup_logfire_observability() -> bool:
|
|
|
55
55
|
return False
|
|
56
56
|
|
|
57
57
|
# Configure Logfire
|
|
58
|
-
|
|
58
|
+
# Always disable console output - we only want telemetry sent to the web service
|
|
59
|
+
logfire.configure(
|
|
60
|
+
token=logfire_token,
|
|
61
|
+
console=False, # Never output to console, only send to Logfire service
|
|
62
|
+
)
|
|
59
63
|
|
|
60
64
|
# Instrument Pydantic AI for better observability
|
|
61
65
|
logfire.instrument_pydantic_ai()
|
|
@@ -5,7 +5,7 @@ shotgun/main.py,sha256=7gXkTNmwqW2phBnENn76bUyh5Qm68Iq7NBf3GnWG6J0,4618
|
|
|
5
5
|
shotgun/posthog_telemetry.py,sha256=7drAXtedvZmpPqq4_9dI19kJ_xEHGk7XKXQk797QvCM,4954
|
|
6
6
|
shotgun/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
7
7
|
shotgun/sentry_telemetry.py,sha256=3r9on0GQposn9aX6Dkb9mrfaVQl_dIZzhu9BjE838AU,2854
|
|
8
|
-
shotgun/telemetry.py,sha256=
|
|
8
|
+
shotgun/telemetry.py,sha256=aBwCRFU97oiIK5K13OhT7yYCQUAVQyrvnoG-aX3k2ZE,3109
|
|
9
9
|
shotgun/agents/__init__.py,sha256=8Jzv1YsDuLyNPFJyckSr_qI4ehTVeDyIMDW4omsfPGc,25
|
|
10
10
|
shotgun/agents/agent_manager.py,sha256=1Aof8btrV2Ei3V3bNn8bLzdBiBsJ-sjaQq0t7bnwbpo,6564
|
|
11
11
|
shotgun/agents/common.py,sha256=xNlbvwt68de2588930iI4JnNVyPMGsUEwf_ySFXttFE,9439
|
|
@@ -97,8 +97,8 @@ shotgun/utils/__init__.py,sha256=WinIEp9oL2iMrWaDkXz2QX4nYVPAm8C9aBSKTeEwLtE,198
|
|
|
97
97
|
shotgun/utils/env_utils.py,sha256=8QK5aw_f_V2AVTleQQlcL0RnD4sPJWXlDG46fsHu0d8,1057
|
|
98
98
|
shotgun/utils/file_system_utils.py,sha256=KQCxgkspb1CR8VE1n66q7-oT6O7MmV_edCXFEEO-CNY,871
|
|
99
99
|
shotgun/utils/update_checker.py,sha256=Xf-7w3Pos3etzCoT771gJe2HLkA8_V2GrqWy7ni9UqA,11373
|
|
100
|
-
shotgun_sh-0.1.0.
|
|
101
|
-
shotgun_sh-0.1.0.
|
|
102
|
-
shotgun_sh-0.1.0.
|
|
103
|
-
shotgun_sh-0.1.0.
|
|
104
|
-
shotgun_sh-0.1.0.
|
|
100
|
+
shotgun_sh-0.1.0.dev11.dist-info/METADATA,sha256=kZYzObZRCb_jE7YJLwRlKGGneDb_evc8nYYwCIo2YUg,11240
|
|
101
|
+
shotgun_sh-0.1.0.dev11.dist-info/WHEEL,sha256=qtCwoSJWgHk21S1Kb4ihdzI2rlJ1ZKaIurTj_ngOhyQ,87
|
|
102
|
+
shotgun_sh-0.1.0.dev11.dist-info/entry_points.txt,sha256=asZxLU4QILneq0MWW10saVCZc4VWhZfb0wFZvERnzfA,45
|
|
103
|
+
shotgun_sh-0.1.0.dev11.dist-info/licenses/LICENSE,sha256=YebsZl590zCHrF_acCU5pmNt0pnAfD2DmAnevJPB1tY,1065
|
|
104
|
+
shotgun_sh-0.1.0.dev11.dist-info/RECORD,,
|
|
File without changes
|
|
File without changes
|
|
File without changes
|