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
There appears to be an issue with the mongodb instrumentation where promises don't return any value. This means any promise payloads & errors get swallowed
The text was updated successfully, but these errors were encountered:
The current mongodb instrumentation breaks applications which use any collection method which returns a Promise.
This MR fixes that by:
1. properly `return`ing the promise in all places
2. return the original promise (rv) and add instrumentation on a seperate promise chain
Besides a few other things this MR also fixes#89
There appears to be an issue with the mongodb instrumentation where promises don't return any value. This means any promise payloads & errors get swallowed
The text was updated successfully, but these errors were encountered: