You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When a value passed to lambda_metric() is of an incorrect value or type (not something that can be sent as a metric), a TypeError or ValueError should be raised.
Actual Behavior
In the example below, neither call actually goes through and no exception is raised in the main thread. This makes debugging a nightmare.