Harshal Ringe
Harshal Ringe
> This isn't a problem with this repo, it's a problem with how you're using it. Webpack is awful at bundling WASM, look at some of the other issues, you...
Hi, I'm facing this issue randomly in the AWS Lambda environment. I'm using the `bref/php-73:latest` & `bref/extra-redis-php-73:latest` docker image. The Laravel version is `v8.83.27` & Redis engine version is `7.1.0`...
Hi, I'm facing the same issue in AWS lambda that uses `PHP:8.1`, `/datadog/lambda-extension:68`, `dd-trace-php:1.6.2`. I tried `DD_REMOTE_CONFIG_ENABLED=false` but it has not resolved my issue. Any suggestions?
Hi @piotrekkr , I have added below environment variables in Lambda. ``` DD_REMOTE_CONFIG_ENABLED=false DD_REMOTE_CONFIGURATION_ENABLED=false DD_EXTENSION_VERSION=compatibility DD_SITE=datadoghq.eu DD_APM_ENABLED=true DD_DISTRIBUTED_TRACING=true DD_LOGS_INJECTION=true DD_TRACE_CLI_ENABLED=true DD_TRACE_CURL_ENABLED=true DD_TRACE_ELOQUENT_ENABLED=true DD_TRACE_ENABLED=true DD_TRACE_GUZZLE_ENABLED=true DD_TRACE_LARAVEL_ENABLED=true DD_TRACE_LARAVELQUEUE_ENABLED=true DD_TRACE_MONGO_ENABLED=true DD_TRACE_MONGODB_ENABLED=true DD_TRACE_MYSQLI_ENABLED=true DD_TRACE_PDO_ENABLED=true...
> [@247software-harshal-ringe](https://github.com/247software-harshal-ringe) Can you add a log line when handling some requests with `DD_REMOTE_CONFIG_ENABLED`? Something like `$this->log->info("DD_REMOTE_CONFIG_ENABLED=".getenv('DD_REMOTE_CONFIG_ENABLED'))`. Just to be sure that all is loaded and applied on app level....
Thanks, @piotrekkr for the help. Yes, the error message is identical & I have raised the issue with the support team
Hi @bwoebi, It did not resolve my issue.
> Hm. [@247software-harshal-ringe](https://github.com/247software-harshal-ringe) Could you please install 1.6.3 and set `DD_TRACE_LOG_FILE=/proc/1/fd/2` (this should make the log output of sidecar go to the container log) and `DD_TRACE_DEBUG=1`. This may contain useful...
Hi @bwoebi , I have resolved this issue by making the following changes. The issue has not occurred for two days. We are still observing it 1. I downgraded lambda-extension...