summaryrefslogtreecommitdiff
path: root/package.json
diff options
context:
space:
mode:
authorSanto Cariotti <santo@dcariotti.me>2022-09-27 22:36:55 +0200
committerSanto Cariotti <santo@dcariotti.me>2022-09-27 22:36:55 +0200
commit53794f11c7772291d7951a86a9eff686accd2843 (patch)
tree8aff58c5a1f4c5b5648af114f6888bc74a698815 /package.json
parent8e5210c6f98670171ac64510451acb1dad691336 (diff)
Add Sentry
Diffstat (limited to 'package.json')
-rw-r--r--package.json2
1 files changed, 2 insertions, 0 deletions
diff --git a/package.json b/package.json
index b230078..2d01801 100644
--- a/package.json
+++ b/package.json
@@ -11,6 +11,8 @@
"lintfix": "npm run lint:js -- --fix"
},
"dependencies": {
+ "@sentry/tracing": "^7.13.0",
+ "@sentry/vue": "^7.13.0",
"core-js": "^3.19.3",
"nuxt": "^2.15.8",
"pug": "^3.0.2",