feat(sentry): remove sentry integration

This commit is contained in:
Amruth Pillai
2022-12-16 14:34:15 +01:00
parent 9af9a0284e
commit bf41aa9c6c
24 changed files with 1049 additions and 1538 deletions

View File

@@ -9,7 +9,7 @@
"build": "tsc"
},
"devDependencies": {
"eslint": "^8.28.0",
"typescript": "^4.9.3"
"eslint": "^8.29.0",
"typescript": "^4.9.4"
}
}