mirror of
https://github.com/uetchy/namae.git
synced 2025-09-10 01:56:38 +09:00
feat: add sentry
This commit is contained in:
@@ -5,11 +5,12 @@
|
||||
"build": "NODE_ENV=production react-scripts build",
|
||||
"eject": "react-scripts eject",
|
||||
"now-build": "yarn build",
|
||||
"now-dev": "BROWSER=none react-scripts start",
|
||||
"start": "react-scripts start",
|
||||
"now-dev": "NODE_ENV=development BROWSER=none react-scripts start",
|
||||
"start": "NODE_ENV=development react-scripts start",
|
||||
"test": "react-scripts test"
|
||||
},
|
||||
"dependencies": {
|
||||
"@sentry/browser": "^5.6.3",
|
||||
"fetch-suspense": "^1.2.0",
|
||||
"i18next": ">=17.0.12",
|
||||
"i18next-browser-languagedetector": "^3.0.3",
|
||||
@@ -33,7 +34,7 @@
|
||||
},
|
||||
"devDependencies": {
|
||||
"@testing-library/jest-dom": "^4.1.0",
|
||||
"@testing-library/react": "^9.1.3",
|
||||
"@testing-library/react": "^9.1.4",
|
||||
"@types/i18next-node-fs-backend": "^2.1.0",
|
||||
"@types/jest": "^24.0.18",
|
||||
"@types/node": "^12.7.3",
|
||||
|
Reference in New Issue
Block a user