Skip to content

Commit 263952a

Browse files
authored
feat: 에러 추적을 위한 Sentry 연동 (#77)
* feat: 에러 추적을 위한 @sentry/react 의존성 추가 * feat: Sentry 연동 코드 추가 * feat: Sentry Source Map 플러그인 추가
1 parent 3696d9c commit 263952a

File tree

6 files changed

+436
-3
lines changed

6 files changed

+436
-3
lines changed

.gitignore

+3-1
Original file line numberDiff line numberDiff line change
@@ -22,4 +22,6 @@ dist-ssr
2222
*.ntvs*
2323
*.njsproj
2424
*.sln
25-
*.sw?
25+
*.sw?
26+
# Sentry Config File
27+
.env.sentry-build-plugin

package.json

+2
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,8 @@
1414
"@channel.io/channel-web-sdk-loader": "^2.0.0",
1515
"@radix-ui/react-popover": "^1.1.5",
1616
"@radix-ui/react-toast": "^1.2.6",
17+
"@sentry/react": "^9.0.1",
18+
"@sentry/vite-plugin": "^3.1.2",
1719
"@stackflow/core": "^1.1.1",
1820
"@stackflow/plugin-basic-ui": "^1.11.1",
1921
"@stackflow/plugin-history-sync": "^1.7.1",

0 commit comments

Comments
 (0)