Closed fafrd closed 11 months ago
@fafrd Great thanks for reporting. Fix will be coming shortly. In a meantime you can workaround that by adding SLS_DISABLE_HTTP_MONITORING
set to 1
in environment variables
@fafrd this also looks as clear issue on our side, so you can close https://github.com/getsentry/sentry-python/issues/2216
Looks like it's resolved, I can run lambdas without setting SLS_DISABLE_HTTP_MONITORING=1 anymore. Closing
I'm running a basic aws lambda using Serverless framework and I can't seem to send any messages to Sentry. This code works just fine locally, but I get an internal error when running on AWS Lambda.
I see this error in Sentry SDK's debug logs, it's ultimately coming out of
sls_sdk/lib/instrumentation/http.py
:Related issue in https://github.com/getsentry/sentry-python/issues/2216