rollbar-rs icon indicating copy to clipboard operation
rollbar-rs copied to clipboard

How to send data in the `custom` field?

Open sgrove opened this issue 7 years ago • 1 comments

First, thank you for this library!

Second, I have a bunch of contextual data I'd like to send in the report, but I don't see an any way to do this. From https://rollbar.com/docs/api/items_post/ :

    // Optional: custom
    // Any arbitrary metadata you want to send. "custom" itself should be an object.
    "custom": {},

What would you recommend?

sgrove avatar Feb 13 '18 19:02 sgrove