aws / aws-xray-sdk-node

The official AWS X-Ray SDK for Node.js.
Apache License 2.0
267 stars 156 forks source link

fix collection of queries for mysql2 #600

Open arbhuiyan opened 1 year ago

arbhuiyan commented 1 year ago

Issue #, if available: I recently ran into an issue in using xray for mysql2 through Knex . Basically Knex uses query options for first parameter ({ sql: 'sql here'}) and sanitized_query expects a sql string.

Description of changes:

By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.