Vasyl Havronskyi
Results
3
comments of
Vasyl Havronskyi
I've managed to make this work by workaround: ```typescript HttpTracingModule.registerAsync({ useFactory: () => ({}) }), ```
@peisenmann We've actually made XRay work just fine. You have to: - explicitly set the `AWS_XRAY_DAEMON_ADDRESS` to `172.17.0.1:2000` - and set up the Daemon. We are using EC2 & ECS...