Closed zacroker closed 7 months ago
Hey @zacroker, thanks for writing in! 👋🏻
From looking at the logs you posted and some serverless_sdk
/wrapt
code I don't believe this is related to the other issue where the SDK is unable to start a thread -- in your case the thread is already running.
What you're seeing is a profiler issue. It's trying to inspect something that's not supposed to be inspected and hitting this.
The SDK needs to be smarter here and guard against possible exceptions. We'll fix this. In the meantime, disabling the profiler should get rid of the errors.
How do you use Sentry?
Sentry Saas (sentry.io)
Version
1.40.5
Steps to Reproduce
Unfortunately this error is sporadic and we are not able to consistently reproduce it, though we can see it is happening from the sentry dashboard.
POTENTIALLY RELATED TO THIS TICKET
Any advice appreciated!
Expected Result
Don't crash 😅
Actual Result
Crash