mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-17 01:56:46 +00:00
refactor: Upgrade @sentry/node and @sentry/vue to 9.42.1 (#17753)
This commit is contained in:
@@ -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';
|
||||
|
||||
|
||||
@@ -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';
|
||||
|
||||
Reference in New Issue
Block a user