airbrake / pybrake

Python exception notifier for Airbrake
https://airbrake.io
Other
37 stars 17 forks source link

Logging integration not working in lambdas #261

Open sandeepbalagopal09 opened 1 year ago

sandeepbalagopal09 commented 1 year ago

The logging integration documented here is not working in aws lambdas https://docs.airbrake.io/docs/platforms/python/#logging-integration

Its working fine when tried from local and from the ec2, but not working when lambdas as used. There is no error from the pybrake, its just that its not sending any errors to airbrake when lambda is used.