Open
Description
How do you use Sentry?
Sentry Saas (sentry.io)
Version
2.22.0
Steps to Reproduce
I inserted an error in get_data_from_dict2, and it didn't get logged in Sentry. I tried to insert it in get_predictions2 and the error was logged.
Then I tried to call the function get_data_from_dict2 from a shallower call stack, and the error got logged.
First call stack where error doesn't get logged.
Second call stack where error gets logged.
Expected Result
The error should be logged regardless of the depth of the call stack.
Actual Result
Metadata
Metadata
Assignees
Type
Projects
Status
Waiting for: Community