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
Add support for including sql query in sql subsegment for MySQL (#564)
* Add support for including sql query in sql subsegment for MySQL
* Update createSqlData to accept values and sql as arguments, and the call to createSqlData to send those values from the arguments made to the sql call
* Add function comments to mysqL_p.createSqlData
---------
Co-authored-by: Jason Terando <[email protected]>
Copy file name to clipboardExpand all lines: packages/core/README.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -59,7 +59,7 @@ section for different usages.
59
59
AWS_XRAY_DAEMON_ADDRESS For setting the daemon address and port.
60
60
AWS_XRAY_CONTEXT_MISSING For setting the SDK behavior when trace context is missing. Valid values are 'RUNTIME_ERROR', 'IGNORE_ERROR' or 'LOG_ERROR'. The SDK's default behavior is 'LOG_ERROR'.
61
61
AWS_XRAY_LOG_LEVEL Sets a log level for the SDK built in logger. This value is ignored if AWS_XRAY_DEBUG_MODE is set.
62
-
AWS_XRAY_COLLECT_SQL_QUERIES Enables SQL query capture (currently only Postgres supported)
62
+
AWS_XRAY_COLLECT_SQL_QUERIES Enables SQL query capture (currently only Postgres and MySQL supported)
0 commit comments