Created
July 22, 2014 20:23
-
-
Save brianr/5f985b7df9facc9484c4 to your computer and use it in GitHub Desktop.
rollbar.js context config
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
| _rollbarConfig = { | |
| accessToken: "token here", | |
| captureUncaught: true, | |
| payload: { | |
| environment: "production", | |
| // you'll be able to search for this by prefix | |
| // i.e. searching for context:home will return items | |
| // with occurrences where the context is home#index, home#about, etc. | |
| context: "home#index" | |
| } | |
| } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment