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
{{ message }}
This repository was archived by the owner on Jan 21, 2026. It is now read-only.
Environment details
@google-cloud/trace-agentversion: 5.1.1Steps to reproduce
In the mysql plugin's callback wrapper, the fields parameter is not accepted and forwarded.
cloud-trace-nodejs/src/plugins/plugin-mysql.ts
Line 51 in dd67d05
It should be like this based on the mysql api:
I'm happy to create a PR to fix this. Thanks!