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

Allow sending arbitrary custom metadata #6

Open RoxasShadow opened this issue 6 years ago • 0 comments

You can add custom metadata to your reports by passing a Json object to the new method with_metadata.

An improvement could consist in replacing the usage of the json! macro with tuples as we are actually working with Value::Object(Map<String, Value>), but as it is this PR should be enough to satisfy #6.

RoxasShadow avatar Apr 14 '18 13:04 RoxasShadow