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
Right now, if the record consumer in the debug receiver throws an exception, the exporter receives an error but it's not clear what went wrong. We should propagate a proper error so we have some idea of what happened there.
To Reproduce
Create a new DebugReceiver and pass a consumer which just throws an exception.
Expected behavior
A clear error is returned, 502 with an actual error message.
The text was updated successfully, but these errors were encountered:
Describe the bug
Right now, if the record consumer in the debug receiver throws an exception, the exporter receives an error but it's not clear what went wrong. We should propagate a proper error so we have some idea of what happened there.
To Reproduce
Create a new
DebugReceiver
and pass a consumer which just throws an exception.Expected behavior
A clear error is returned, 502 with an actual error message.
The text was updated successfully, but these errors were encountered: