"<unknown> Custom Object" notification title

All my notification titles are:
"
Custom Object".

What data drives these fields? The event that is returned from beforeSend looks fine and nothing says .

I was able to fix the “Custom Object” by doing "event.exception.values[0].value = ‘TEST Value’"in beforeSend
but am unsure of how to fix Or if i’m approaching this the right way.

This is most likely because you are not passing an error object into captureException and instead pass in an arbitrary JS object where our SDK is not able to pick up a useful title.