zeyneloz / onesignal-node

A Node.js Library for OneSignal push notification service
MIT License
207 stars 48 forks source link

Tracing environment support #87

Closed go4real closed 2 years ago

go4real commented 2 years ago

Our company is using the onesignal-node library to send notification messages. The main path is implemented as an event-driven architecture. Therefore, a tracing environment is essential for us. Is there a way to trace the APIs of this librarDy using AWS X-Ray or OpenTelemetry SDK? We would like to be able to trace information about calls and responses.

go4real commented 2 years ago

I found a way to trace this.