Skip to content

Commit bc37237

Browse files
authored
Merge pull request #126 from Language-Research-Technology/sentry-support
feat: add optional Sentry integration
2 parents 217ed6f + 2b600b3 commit bc37237

File tree

6 files changed

+476
-2
lines changed

6 files changed

+476
-2
lines changed

.gitignore

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,3 +39,6 @@ coverage
3939
*.sw?
4040

4141
*.tsbuildinfo
42+
43+
# Sentry Config File
44+
.env.sentry-build-plugin

package.json

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,8 @@
3131
"@fortawesome/free-solid-svg-icons": "^7.1.0",
3232
"@fortawesome/vue-fontawesome": "^3.1.2",
3333
"@gtm-support/vue-gtm": "^3.1.0",
34+
"@sentry/vite-plugin": "^4.3.0",
35+
"@sentry/vue": "^10.17.0",
3436
"@unhead/vue": "^2.0.17",
3537
"cookie-parser": "^1.4.7",
3638
"elastic-builder": "^3.4.0",

0 commit comments

Comments
 (0)