lograge icon indicating copy to clipboard operation
lograge copied to clipboard

exception cannot show on rescue_from custom handler exception

Open aelgees opened this issue 2 years ago • 1 comments

I have custom handle error Screen Shot 2022-08-05 at 20 50 13 Screen Shot 2022-08-05 at 20 50 44

exception: event.payload[:exception]&.first,
exception_object: event.payload[:exception_object],
exception_trace: event.payload[:stacktrace]

not show on stdout logger , if apps is error

aelgees avatar Aug 05 '22 13:08 aelgees

@aelgees feel free to submit a PR for this! Unsure of exactly what is causing this error.

iloveitaly avatar Aug 05 '22 13:08 iloveitaly