Created
July 2, 2014 17:58
-
-
Save brianr/11aaa18220cf7b65c45b to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 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