Skip to content

Commit

Permalink
✨ Add @sentry/browser (#25)
Browse files Browse the repository at this point in the history
  • Loading branch information
Zachary McKinnon committed Jun 20, 2019
1 parent 2ed5410 commit 05681bf
Show file tree
Hide file tree
Showing 3 changed files with 62 additions and 0 deletions.
57 changes: 57 additions & 0 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@
"@angular/platform-browser": "^7.2.15",
"@angular/platform-browser-dynamic": "^7.2.15",
"@angular/router": "^7.2.15",
"@sentry/browser": "^5.4.0",
"@thisissoon/angular-inviewport": "^3.0.1",
"@thisissoon/angular-scrollspy": "^2.2.0",
"core-js": "^2.6.9",
Expand Down
4 changes: 4 additions & 0 deletions src/app/app.module.ts
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,10 @@ import {DiscordEmbedModule} from './shared/discord-embed/discord-embed.module';
import {HomebrewSharingModule} from './homebrew-sharing/homebrew-sharing.module';
import {LoginModule} from './login/login.module';

import * as Sentry from '@sentry/browser';

Sentry.init({ dsn: 'https://af2b06560981446bb55f64b6f79fd520@sentry.io/1486249' });

const markdownConfig = {
markedOptions: {
provide: MarkedOptions,
Expand Down

0 comments on commit 05681bf

Please sign in to comment.