mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-17 18:12:04 +00:00
feat(editor): Upgrade @sentry/vue to address GHSA-593m-55hh-j8gv (no-changelog) (#11169)
This commit is contained in:
committed by
GitHub
parent
af4f4a089d
commit
94cfb3727c
@@ -29,6 +29,7 @@ import {
|
||||
} from '@/utils/nodeTypesUtils';
|
||||
import { get, set } from 'lodash-es';
|
||||
import { useRouter } from 'vue-router';
|
||||
import { captureException } from '@sentry/vue';
|
||||
|
||||
const LazyFixedCollectionParameter = defineAsyncComponent(
|
||||
async () => await import('./FixedCollectionParameter.vue'),
|
||||
@@ -73,7 +74,7 @@ onErrorCaptured((e, component) => {
|
||||
}
|
||||
asyncLoadingError.value = true;
|
||||
console.error(e);
|
||||
window?.Sentry?.captureException(e, {
|
||||
captureException(e, {
|
||||
tags: {
|
||||
asyncLoadingError: true,
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user