Skip to content

Commit 8df6fbc

Browse files
author
Marcin Kwiatkowski
committed
chore: added sentry (#507)
* chore: added Sentry * build: added SENTRY_DSN variable to envs * build(updated sentry config): updated sentry config * build(added config for sentry performance integrartion): added config for sentry * chore: updated sentry config * chore: restored deployment config * test(theme): fixed loginModal component tests
1 parent 6b17c86 commit 8df6fbc

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

packages/api-client/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,4 +57,4 @@
5757
"engines": {
5858
"node": ">=16.x"
5959
}
60-
}
60+
}

packages/theme/package.json

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,9 @@
3333
"@nuxtjs/google-fonts": "^1.3.0",
3434
"@nuxtjs/pwa": "^3.3.5",
3535
"@nuxtjs/recaptcha": "^1.0.4",
36+
"@nuxtjs/sentry": "^5.1.6",
3637
"@nuxtjs/style-resources": "^1.2.1",
38+
"@sentry/tracing": "^6.17.2",
3739
"@storefront-ui/vue": "^0.11.5",
3840
"@vue-storefront/cache": "^2.5.4",
3941
"@vue-storefront/core": "~2.5.4",
@@ -105,4 +107,4 @@
105107
"engines": {
106108
"node": "^16.13"
107109
}
108-
}
110+
}

0 commit comments

Comments
 (0)