Skip to content

Instantly share code, notes, and snippets.

@MichaelMarner
Created February 26, 2018 10:18
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save MichaelMarner/5996788aeff2ed8070ca6805dde5d23f to your computer and use it in GitHub Desktop.
Save MichaelMarner/5996788aeff2ed8070ca6805dde5d23f to your computer and use it in GitHub Desktop.
@NgModule({
imports: [
RollbarModule.forRoot({
accessToken: 'YOUR ROLLBAR CLIENT TOKEN'
})
],
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment