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
Using aws-xray-recorder-sdk-sql By default it does not include sql statement in traces , if there is any easier way to enable it
eg: TracingConnection.decorate(dataSource.connection).includeQuery(true)
Or is there any way present currently which can be used generically with the SDK apart from manually adding the subsegment
The text was updated successfully, but these errors were encountered:
This behavior is not yet supported, but we'd be open to a PR that does capture the SQL query string when possible on an opt-in basis. I'm going to close this as a duplicate of #28, which requests the same thing.
Using
aws-xray-recorder-sdk-sql
By default it does not include sql statement in traces , if there is any easier way to enable iteg:
TracingConnection.decorate(dataSource.connection).includeQuery(true)
Or is there any way present currently which can be used generically with the SDK apart from manually adding the subsegment
The text was updated successfully, but these errors were encountered: