Skip to content

Commit

Permalink
add Sentry.io dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
rasmusgerdin committed Aug 18, 2020
1 parent c1e39ff commit db4608f
Show file tree
Hide file tree
Showing 3 changed files with 146 additions and 5 deletions.
3 changes: 3 additions & 0 deletions config-default.js
Original file line number Diff line number Diff line change
Expand Up @@ -29,5 +29,8 @@ exports.apis = {
twitchSecret: ''
};

// Sentry.io ingestion URL
exports.sentryIngestURL = '';

// The token for this bot to login with
exports.token = '';
147 changes: 142 additions & 5 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 @@ -37,6 +37,7 @@
"email": "[email protected]"
},
"dependencies": {
"@sentry/node": "^5.20.1",
"cheerio": "^1.0.0-rc.3",
"discord.js": "github:discordjs/discord.js#master",
"erlpack": "github:discordapp/erlpack",
Expand Down

0 comments on commit db4608f

Please sign in to comment.