Skip to content

Instantly share code, notes, and snippets.

@brianr
Created July 22, 2014 20:23
Show Gist options
  • Select an option

  • Save brianr/5f985b7df9facc9484c4 to your computer and use it in GitHub Desktop.

Select an option

Save brianr/5f985b7df9facc9484c4 to your computer and use it in GitHub Desktop.
rollbar.js context config
_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