issues Search Results · repo:aws/aws-xray-sdk-ruby language:Ruby
Filter by
0 results
(70 ms)0 results
inaws/aws-xray-sdk-ruby (press backspace or delete to remove)We had a Lambda using aws-sdk-xray 1.4.0 where json was updated to 2.8.2. This led to require aws-xray-sdk/lambda
failing with the following error. Reverting json back to 2.7.5 fixed this.
{
errorMessage ...
ed-berry
- Opened on Dec 4, 2024
- #101
[Steps to reproduce the issue]
- Create a Ruby on rails application with the X-Ray SDK for Ruby middleware [3] to send requests to the Database.
- Create a Model and a corresponding Controller. ...
wangzlei
- 2
- Opened on Jul 7, 2023
- #92
The following pull-link said the feature would be implemented, but it doesn t seem to be supported yet.
https://github.com/aws/aws-xray-sdk-ruby/pull/21
Would you be willing to merge the code similar ...
y-mitsuyoshi
- Opened on Apr 18, 2023
- #91
Hi all
When you look at Traces in AWS CloudWatch, the Log section looks like this:
Untitled(2)
But if you click through to View in CloudWatch Logs Insights` then apply the correct log-group it finds ...
moritonal
- 3
- Opened on Apr 17, 2023
- #90
You already have a fallback defined in the method so name should be optional.
This would optimise XRay.recorder.begin_segment XRay.recorder.config.name into just XRay.recorder.begin_segment.
moritonal
- Opened on Mar 9, 2023
- #87
Hihi
On the latest-version, seeing a lot of this in the logs:
E, [2023-02-14T16:46:29.307789 #87679] ERROR -- : cannot find the current context.
This is coming from this line which may be mistakenly ...
bug
moritonal
- 6
- Opened on Feb 14, 2023
- #85
Hello,
Version used: aws-xray-sdk-0.13.0
I am flooded by warnings such as:
/usr/local/bundle/gems/aws-xray-sdk-0.13.0/lib/aws-xray-sdk/model/entity.rb:158: warning: instance variable @metadata not initialized ...
bug
etiennechabert
- 6
- Opened on Feb 2, 2023
- #84
NOUIY
- Opened on Dec 28, 2021
- #80
Problem:
the net_http and aws_sdk libraries are not patched by the xray sdk if those libraries are used through a gem as opposed
to directly through the application.
e.g. our Gemfile for our Rails application: ...
markgllin
- 3
- Opened on Nov 18, 2021
- #76
Hello,
We have a rails application and run in docker.
We add aws-xray-sdk (version 0.12.0) and re-build docker image, but build is failed.
What should I do?
Gemfile
gem aws-sdk , ~ 3 # We use ...
tokoroga-dokkoi
- 2
- Opened on Nov 2, 2021
- #74

Learn how you can use GitHub Issues to plan and track your work.
Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub IssuesProTip!
Restrict your search to the title by using the in:title qualifier.
Learn how you can use GitHub Issues to plan and track your work.
Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub IssuesProTip!
Press the /
key to activate the search input again and adjust your query.