feat: use react sentry to support pass config via runtime (#350)

This commit is contained in:
Joel
2023-06-13 16:04:54 +08:00
committed by GitHub
parent a11f36ca60
commit fff39a307a
10 changed files with 27 additions and 83 deletions

View File

@@ -20,10 +20,10 @@
"@mdx-js/loader": "^2.3.0",
"@mdx-js/react": "^2.3.0",
"@next/mdx": "^13.2.4",
"@sentry/nextjs": "^7.53.1",
"@sentry/react": "^7.54.0",
"@sentry/utils": "^7.54.0",
"@tailwindcss/typography": "^0.5.9",
"@tailwindcss/line-clamp": "^0.4.2",
"@tailwindcss/typography": "^0.5.9",
"@types/crypto-js": "^4.1.1",
"@types/lodash-es": "^4.17.7",
"@types/node": "18.15.0",
@@ -33,8 +33,8 @@
"@types/react-syntax-highlighter": "^15.5.6",
"@types/react-window": "^1.8.5",
"@types/react-window-infinite-loader": "^1.0.6",
"autoprefixer": "^10.4.14",
"ahooks": "^3.7.5",
"autoprefixer": "^10.4.14",
"classnames": "^2.3.2",
"copy-to-clipboard": "^3.3.3",
"crypto-js": "^4.1.1",