Skip to content

Instantly share code, notes, and snippets.

@brianr
Created July 2, 2014 17:58
Show Gist options
  • Select an option

  • Save brianr/11aaa18220cf7b65c45b to your computer and use it in GitHub Desktop.

Select an option

Save brianr/11aaa18220cf7b65c45b to your computer and use it in GitHub Desktop.
rollbar.reportMessageWithPayloadData("here is a string message", {
level: "info",
custom: {
"foo": "bar",
"other stuff": [1,2,3]
}
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment