serverless / dashboard

MIT License
24 stars 10 forks source link

fix(Go SDK): do not panic if event options not provided #786

Closed czubocha closed 1 year ago

czubocha commented 1 year ago

When an uncaught error is captured no event options are provided (nil). It causes panic during payload marshalling which is recovered and doesn't break the function but SDK payload is not printed.