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
I am using a Javascript / Browser JS integration of rollbar and would simply like to send custom payload (JS) objects which are not stringified, so I can easily understand it.
After hours of trying to figure out and guessing different commands, I found out that the custom data is passed and viewed in the Occurences tab
Honestly, this is extremely frustrating and also - why not format the data directly into the log timeline itself? at the very least, have a link from the main timeline that suggests where this custom data is because it's critical and it's practically hidden/very very very frustrating...
This also does not appear to be documented anywhere at all.
Hello!
I am using a Javascript / Browser JS integration of rollbar and would simply like to send custom payload (JS) objects which are not stringified, so I can easily understand it.
Is this possible? I have guessed and checked as well as verified docs (https://docs.rollbar.com/docs/browser-js) but nothing points to it.
The best I can get is stringifying an object but then it prints out very un-pretty so it's difficult to understand.
Similar past issue in rollbar-php -> rollbar/rollbar-php#431 (comment)
I have checked that the custom / extra fields do show up in the
transform
function but just don't show up in Rollbar when I go to see my logsThank you,
Mihai
The text was updated successfully, but these errors were encountered: