-
Notifications
You must be signed in to change notification settings - Fork 440
fix(tracer): improve error handling for subprocess instrumentation #13625
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
|
Bootstrap import analysisComparison of import times between this PR and base. SummaryThe average import time from this PR is: 282 ± 5 ms. The average import time from base is: 292 ± 3 ms. The import time difference between this PR and base is: -9.9 ± 0.2 ms. Import time breakdownThe following import paths have shrunk:
|
BenchmarksBenchmark execution time: 2025-06-11 19:57:18 Comparing candidate commit bb89b2d in PR branch Found 0 performance improvements and 2 performance regressions! Performance is the same for 564 metrics, 6 unstable metrics. scenario:iastaspectsospath-ospathjoin_aspect
scenario:iastaspectsospath-ospathnormcase_aspect
|
This PR improves error handling for subprocess instrumentation. This PR fixes #13208
Restructured error handling: Moved subprocess calls outside of try-except blocks so legitimate errors are properly propagated:
Checklist
Reviewer Checklist