Skip to content

Commit e912315

Browse files
authored
Merge pull request #5340 from learningequality/dependabot/npm_and_yarn/sentry/vue-10.6.0
chore(deps): bump @sentry/vue from 9.40.0 to 10.6.0
2 parents c10458b + 571a6ea commit e912315

File tree

3 files changed

+39
-37
lines changed

3 files changed

+39
-37
lines changed

contentcuration/contentcuration/frontend/shared/app.js

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -131,6 +131,8 @@ if (process.env.NODE_ENV !== 'production') {
131131
} else if (window.sentryActive) {
132132
SentryInit({
133133
Vue,
134+
// This is required to continue to collect important user information with error traces.
135+
sendDefaultPii: true,
134136
dsn: window.sentryDSN,
135137
environment: window.sentryEnvironment,
136138
release: window.sentryRelease,

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@
5353
},
5454
"homepage": "https://github.com/learningequality/studio#readme",
5555
"dependencies": {
56-
"@sentry/vue": "^9.40.0",
56+
"@sentry/vue": "^10.6.0",
5757
"@tiptap/core": "^3.3.0",
5858
"@tiptap/extension-code-block-lowlight": "^3.3.0",
5959
"@tiptap/extension-link": "^3.3.0",

pnpm-lock.yaml

Lines changed: 36 additions & 36 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)