Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
lileelovebytedance committed Feb 28, 2019
1 parent 4f2c8a0 commit 59e32a9
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 0 deletions.
11 changes: 11 additions & 0 deletions index.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
const Sentry = require('@sentry/node');

// dsn example: http://dc73399c8c684c8296c2f956e7ba9048:947b03c67af14d4f824f3a7ed6eb398b@localhost:9000/4
Sentry.init({
release: "[email protected]",
dsn: 'https://[email protected]/1399991',
});

Sentry.captureException(new Error('fuck-4445dddddddddddddddddd'));

console.log('fix bug')
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -99,6 +99,7 @@
"watchify": "^3.9.0"
},
"dependencies": {
"@sentry/node": "^4.6.4",
"address": "^1.0.0",
"agentkeepalive": "^3.4.1",
"any-promise": "^1.3.0",
Expand Down

0 comments on commit 59e32a9

Please sign in to comment.