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
The response of a model.find() object does not include the metrics object which can be found in the native nodeJS SDK, instead it comes through as undefined.
Attempting to set the options flag from the NodeJS SDJK like so, also does not work: result = await Test.find({ firstName: 'Major' }, { metrics: true });
Can this please be exposed in Ottoman so we can monitor query performance during development?
The text was updated successfully, but these errors were encountered:
The response of a model.find() object does not include the metrics object which can be found in the native nodeJS SDK, instead it comes through as undefined.
Attempting to set the options flag from the NodeJS SDJK like so, also does not work:
result = await Test.find({ firstName: 'Major' }, { metrics: true });
Can this please be exposed in Ottoman so we can monitor query performance during development?
The text was updated successfully, but these errors were encountered: