Skip to content

Commit 557a83f

Browse files
committed
Add Sentry
1 parent 3d4e927 commit 557a83f

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

now.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,8 @@
44
"env": {
55
"APP_ID": "@prod-app-id",
66
"WEBHOOK_SECRET": "@prod-webhook-secret",
7-
"PRIVATE_KEY": "@prod-private-key-base64-encoded"
7+
"PRIVATE_KEY": "@prod-private-key-base64-encoded",
8+
"SENTRY_DSN": "@prod-sentry-dsn"
89
},
910
"builds": [{ "src": "now.js", "use": "@now/node" }],
1011
"routes": [{ "src": "/", "dest": "/now.js" }]

0 commit comments

Comments
 (0)