appsignal / appsignal-nodejs

🟩 AppSignal for Node.js
https://www.appsignal.com/nodejs/
MIT License
28 stars 9 forks source link

Do not instrument transmitter requests #1080

Closed unflxw closed 1 month ago

unflxw commented 1 month ago

Requests performed by the transmitter after the integration has been initialised, such as those performed by the heartbeats module, were being instrumented by OpenTelemetry. This commit uses suppressTracing to prevent that.

Noticed this while testing the heartbeat rename PR.