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
Fix subsegment naming on SQLAlchemy query capture (#32)
* Improve SubSegment Naming to remove invalid chars from URL to prevent Warnings Later.
* Use strip_url to remove everything from ? on in URL.
* Show segment/subsegment name when logging message about invalid chars to make debuging easier
* Update Changelog
Copy file name to clipboardExpand all lines: CHANGELOG.rst
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -5,7 +5,7 @@ CHANGELOG
5
5
unreleased
6
6
==========
7
7
* feature: Use the official middleware pattern for Aiohttp ext. `PR29 <https://github.com/aws/aws-xray-sdk-python/pull/29>`_.
8
-
8
+
* bugfix: SQLAlcemy plugin would cause warning messages with some db connection strings that contained invalid characters for a segment/subsegment name.
9
9
0.96
10
10
====
11
11
* feature: Add support for SQLAlchemy and Flask-SQLAlcemy. `PR14 <https://github.com/aws/aws-xray-sdk-python/pull/14>`_.
0 commit comments