mysql plugin does not propagate fields
parameter in query callback wrapper
#1324
Labels
api: cloudtrace
Issues related to the googleapis/cloud-trace-nodejs API.
priority: p2
Moderately-important priority. Fix may not be included in next release.
🚨
This issue needs some love.
type: bug
Error or flaw in code with unintended results or allowing sub-optimal usage patterns.
Environment details
@google-cloud/trace-agent
version: 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!
The text was updated successfully, but these errors were encountered: