🏷️(frontend) adapt typing with recent upgrade

An upgrade to @sentry/nextjs@8.42.0 changed
some typing. It is not from @sentry/types but
from @sentry/core now.
This commit is contained in:
Anthony LC
2024-12-04 11:14:19 +01:00
committed by Anthony LC
parent b69a5342d9
commit 76514a6e2b

View File

@@ -1,5 +1,5 @@
import type { Client } from '@sentry/core';
import * as Sentry from '@sentry/nextjs';
import type { Client } from '@sentry/types';
import { create } from 'zustand';
import packageJson from '../../package.json';