You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
chore(telemetry): truncate error stack traces and add error_type tag (#15149)
## Description
Reduce data sent to telemetry logs, making them easier to query. We
generally only need the last few frames anyways.
Adding an "error_type" tag will make it so we don't have to query the
error stack to group by the exception class name.
## Testing
<!-- Describe your testing strategy or note what tests are included -->
## Risks
<!-- Note any risks associated with this change, or "None" if no risks
-->
## Additional Notes
<!-- Any other information that would be helpful for reviewers -->
0 commit comments