-
Notifications
You must be signed in to change notification settings - Fork 309
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
PROF-9722: Send profiler errors to the telemetry log #4278
Conversation
Overall package sizeSelf size: 6.46 MB Dependency sizes
🤖 This report was automatically generated by heaviest-objects-in-the-universe |
88f3d3e
to
9b63a60
Compare
BenchmarksBenchmark execution time: 2024-05-13 13:45:22 Comparing candidate commit 01a0936 in PR branch Found 0 performance improvements and 0 performance regressions! Performance is the same for 258 metrics, 8 unstable metrics. |
7e0b60f
to
01a0936
Compare
What does this PR do?
Sends profiler errors to the telemetry log.
Motivation
We don't have good visibility into profiler errors –– customers also won't be likely to report them, because they all happen in asynchronous paths.
Additional Notes
This PR took the stack trace sanitization code from
iast-log.js
and moved it into the telemetry log proper so it will be applied to all log messages regardless of who publishes them.