We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
When using Mysql with flask sqlalchemy, i get this log: Removing Segment/Subsugment Name invalid characters.
Removing Segment/Subsugment Name invalid characters.
My SQLALCHEMY URI IS :
mysql://user:pass@url.something.ap-south-1.rds.amazonaws.com:3306/semiprod?charset=utf8mb4
Even if I remove the ?charset, it seems to be automatically added by sqlalchemy
The text was updated successfully, but these errors were encountered:
Hi, could you share the final subsegment name representing your SQL transaction? We will take a look soon.
Sorry, something went wrong.
PR to resolve this issue. #32
If you want to get this fix before a release is made you can add the following to your pip requirements.txt file.
git+https://github.com/therealryanbonham/aws-xray-sdk-python.git@sqlalchemy_namefix_issue_31#egg=aws-xray-sdk
@therealryanbonham's solves it
Close in favor of #36
No branches or pull requests
When using Mysql with flask sqlalchemy, i get this log:
Removing Segment/Subsugment Name invalid characters.
My SQLALCHEMY URI IS :
mysql://user:pass@url.something.ap-south-1.rds.amazonaws.com:3306/semiprod?charset=utf8mb4
Even if I remove the ?charset, it seems to be automatically added by sqlalchemy
The text was updated successfully, but these errors were encountered: