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.