Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix collection of queries for mysql2 #600

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

arbhuiyan
Copy link

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:

  • Check for sql param type and use sql property if type object.
  • Add docs for AWS_XRAY_COLLECT_SQL_QUERIES

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

@arbhuiyan arbhuiyan requested a review from a team as a code owner June 27, 2023 16:48
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant