Unable to implement Auto Instrumentation on loopback nodejs app #4148
jishnumuralikrishna
started this conversation in
General
Replies: 1 comment
-
Try |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I have been trying to implement auto instrumentation on a loopback nodejs todo app. For some reason, this implementation is not working. Create loopback app using https://loopback.io/. The app is working fine.
Here's the script that runs both
"start": "node instrumentation.js && node -r source-map-support/register . ",
Here's code for instrumentation.js
Here's the output I'm getting. I am not getting traces for anything other than this initial response.
Beta Was this translation helpful? Give feedback.
All reactions