We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
We've integrated this NuGet into a NetCore API, 3.1 app. We have followed the guides in the docs. And we have experienced the following behaviours
We are unable to call AWSSDKHandler.RegisterXRayForAllServices(); as we see no logs emitted to CloudWatch. We believe there is a bug here.
Calling register for each AWS service, blocks cloud watch logs AWSSDKHandler.RegisterXRay<>(); AWSSDKHandler.RegisterXRay<>(); AWSSDKHandler.RegisterXRay<>(); AWSSDKHandler.RegisterXRay<>(); AWSSDKHandler.RegisterXRay<>();
Calling register for one AWS service, logs to cloud watch AWSSDKHandler.RegisterXRay();
Calling register manifest, logs to cloud watch AWSSDKHandler.RegisterXRayManifest(Path.Join(AppDomain.CurrentDomain.BaseDirectory, "DefaultAWSWhitelist.json"));
We are using all the latest versions for relevant packages, 2.7.3. Are there any know issue with AWSSDKHandler.RegisterXRayForAllServices().
The text was updated successfully, but these errors were encountered:
We are facing the same issue as well.
Sorry, something went wrong.
No branches or pull requests
We've integrated this NuGet into a NetCore API, 3.1 app. We have followed the guides in the docs. And we have experienced the following behaviours
We are unable to call AWSSDKHandler.RegisterXRayForAllServices(); as we see no logs emitted to CloudWatch. We believe there is a bug here.
Calling register for each AWS service, blocks cloud watch logs
AWSSDKHandler.RegisterXRay<>();
AWSSDKHandler.RegisterXRay<>();
AWSSDKHandler.RegisterXRay<>();
AWSSDKHandler.RegisterXRay<>();
AWSSDKHandler.RegisterXRay<>();
Calling register for one AWS service, logs to cloud watch
AWSSDKHandler.RegisterXRay();
Calling register manifest, logs to cloud watch
AWSSDKHandler.RegisterXRayManifest(Path.Join(AppDomain.CurrentDomain.BaseDirectory, "DefaultAWSWhitelist.json"));
We are using all the latest versions for relevant packages, 2.7.3. Are there any know issue with AWSSDKHandler.RegisterXRayForAllServices().
The text was updated successfully, but these errors were encountered: