sentry
sentry copied to clipboard
feat(trace-tree-node): Mitigating eap span node type guards usage
- Added an attributes getter to the baseNode class, used it to get rid of some guards
- Removed isEapTransaction, reduces guards count. guards, we can check for an eapSpanNode with
value.is_transaction=true