refactor: Upgrade @sentry/node and @sentry/vue to 9.42.1 (#17753)

This commit is contained in:
Iván Ovejero
2025-07-29 14:59:43 +02:00
committed by GitHub
parent f41a738e80
commit b64c8ad3a4
7 changed files with 439 additions and 494 deletions

View File

@@ -1,4 +1,4 @@
import type { ErrorEvent } from '@sentry/types';
import type { ErrorEvent } from '@sentry/core';
import { mock } from 'jest-mock-extended';
import type { ErrorReporter } from 'n8n-core';

View File

@@ -1,5 +1,5 @@
import { Service } from '@n8n/di';
import type { ErrorEvent, Exception } from '@sentry/types';
import type { ErrorEvent, Exception } from '@sentry/core';
import { ErrorReporter } from 'n8n-core';
import { SentryConfig } from './config/sentry-config';