Skip to content

Commit

Permalink
build: enable sentry for production on now
Browse files Browse the repository at this point in the history
  • Loading branch information
gr2m committed Mar 21, 2019
1 parent 5d0fc7c commit 1f786a1
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 10 deletions.
12 changes: 12 additions & 0 deletions now.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
{
"name": "first-timers-bot",
"alias": "first-timers-bot",
"env": {
"APP_ID": "@app-id",
"DISABLE_STATS": "true",
"NODE_ENV": "production",
"PRIVATE_KEY": "@private-key",
"SENTRY_DSN": "@sentry-dsn",
"WEBHOOK_SECRET": "@webhook-secret"
}
}
11 changes: 1 addition & 10 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,14 +37,5 @@
"keywords": [
"node",
"server"
],
"now": {
"alias": "first-timers-bot",
"env": {
"APP_ID": "@app-id",
"NODE_ENV": "production",
"PRIVATE_KEY": "@private-key",
"WEBHOOK_SECRET": "@webhook-secret"
}
}
]
}

0 comments on commit 1f786a1

Please sign in to comment.