Add initial sentry setup

Related to #343 but will probably need a few more changes
This commit is contained in:
Kurt Hutten
2021-06-05 20:32:56 +10:00
parent c38f94558a
commit 2e91c74baf
8 changed files with 230 additions and 4 deletions

View File

@@ -5,6 +5,7 @@
"dependencies": {
"@redwoodjs/api": "^0.33.0",
"@redwoodjs/api-server": "^0.33.0",
"@sentry/node": "^6.5.1",
"cloudinary": "^1.23.0"
}
}
}