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
This is only for Node since databases are not normally used in browsers.
Weekly Downloads: ???
I would expect a large percentage of people using mysql2 would want promises. Over time. the usage of promises will continue to increase.
Versions: latest
The text was updated successfully, but these errors were encountered:
When using library mysql2, instrumentation does not pickup calls made through mysql2/promise (https://www.npmjs.com/package/mysql2#using-promise-wrapper).
AFAIK, it does not look for promises require (https://github.com/open-telemetry/opentelemetry-js-contrib/blob/main/plugins/node/opentelemetry-instrumentation-mysql2/src/instrumentation.ts#L51), only 'mysql2'.
This is only for Node since databases are not normally used in browsers.
Weekly Downloads: ???
I would expect a large percentage of people using mysql2 would want promises. Over time. the usage of promises will continue to increase.
Versions: latest
The text was updated successfully, but these errors were encountered: