Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(issues): Fix SDK crash detection span op
This op is already being auto-instrumented in run_post_process_job, the duplicate span here with the same name is not helpful when looking at aggregates. This renames the op and adds another around config building - in the future I suspect we can get a very easy win by not rebuilding config for every single event - this will give us some data to back up that theory.
- Loading branch information