Skip to content

Commit c4caacd

Browse files
committed
fix[cli]: remove unused execution environment detection from error tracking
1 parent daef795 commit c4caacd

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

src/golf/cli/main.py

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,6 @@
1616
shutdown,
1717
track_event,
1818
track_detailed_error,
19-
_detect_execution_environment,
2019
)
2120

2221
# Create console for rich output
@@ -351,8 +350,6 @@ def run(
351350
"exit_code": return_code,
352351
"operation": "server_process_execution",
353352
"context": "Server process terminated with unexpected exit code",
354-
# Add execution environment context
355-
"execution_env": _detect_execution_environment(),
356353
},
357354
)
358355

0 commit comments

Comments
 (0)