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
@brafales , thank you for contacting us regarding your issue. Currently, AWS X-Ray Ruby SDK doesn't have lambda support. If you try to enable tracing for lambda function. It won't work. This feature is in our backlog and we will prioritize it. Please stay tuned.
@luluzhao thanks for the quick reply. I'm happy to close this, however I believe the bug I am reporting is not necessarily Lambda specific (e.g. it would happen when trying to patch any Aws::Firehose::Client instance.
Hi,
I'm trying to add tracing to a lambda that talks to AWS Firehose using the built in AWS SDK Client:
I'm getting the following error:
Here's my config:
Using ruby 2.5, find attached the current Gemfile.lock:
The text was updated successfully, but these errors were encountered: