Skip to content

Commit

Permalink
sentry test
Browse files Browse the repository at this point in the history
  • Loading branch information
if1live committed Oct 3, 2023
1 parent ebbfeb7 commit 036b15d
Show file tree
Hide file tree
Showing 9 changed files with 795 additions and 56 deletions.
4 changes: 4 additions & 0 deletions .editorconfig
Original file line number Diff line number Diff line change
Expand Up @@ -25,3 +25,7 @@ indent_size = 2
[*.sql]
indent_style = space
indent_size = 4

[*.liquid]
indent_style = space
indent_size = 4
1 change: 1 addition & 0 deletions .env.localhost
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
NODE_ENV=development
SENTRY_DSN="TODO:sentry-dsn"
DISCORD_WEBHOOK_URL="TODO:discord-webhook"

AYANE_PLANETSCALE_LABEL="planetscale"
Expand Down
3 changes: 3 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,9 @@
},
"dependencies": {
"@aws-sdk/client-dynamodb": "^3.421.0",
"@sentry/node": "^7.73.0",
"@sentry/profiling-node": "^1.2.1",
"@sentry/serverless": "^7.73.0",
"@upstash/redis": "^1.22.1",
"dotenv": "^16.3.1",
"hono": "^3.7.3",
Expand Down
Loading

0 comments on commit 036b15d

Please sign in to comment.