sentry icon indicating copy to clipboard operation
sentry copied to clipboard

feat(trace-tree-node): Mitigating eap span node type guards usage

Open Abdkhan14 opened this issue 1 month ago • 0 comments

  • 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

Abdkhan14 avatar Dec 06 '25 18:12 Abdkhan14