You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix(mongodb-example): Ensure instrumentation is setup before mongoDB client is import (#1851)
I wasn't getting any MongoDB info, turned on diag logging and it warned the client was being imported before instrumentation was setup...reordered the imports and started to get spans!
Co-authored-by: Amir Blum <[email protected]>
0 commit comments