-
Notifications
You must be signed in to change notification settings - Fork 57
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Rails: env var or config option to disable sdk? #52
Comments
This would also be useful for running rake tasks that don't have an HTTP request associated with them to avoid the |
And for running unit tests that go through Active Record to interact with the database. |
Hi @fajpunk |
Hi @fajpunk |
Any update on this? |
I would like to disable the sdk in development environments and other places where there may not be an accessible X-Ray daemon. I'm imagining something similar to this functionality that the Python SDK provides:
https://github.com/aws/aws-xray-sdk-python#disabling-x-ray
The text was updated successfully, but these errors were encountered: