sentry-python
sentry-python copied to clipboard
Attach AWS serverless timeout warning logs to debug mode
Problem Statement
For the normal python sdk, we usually only output logging with debug=True
, but with the AWSLambdaIntegration()
the timeout warnings are logged regardless of whether debug is on or not.
We may want to keep it consistent and attach the serverless logs to debug mode as well.
Solution Brainstorm
Maybe either attach the logging to debug mode, or add an another option to the integration to output logs or not.