🏷️(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:
@@ -1,5 +1,5 @@
|
|||||||
|
import type { Client } from '@sentry/core';
|
||||||
import * as Sentry from '@sentry/nextjs';
|
import * as Sentry from '@sentry/nextjs';
|
||||||
import type { Client } from '@sentry/types';
|
|
||||||
import { create } from 'zustand';
|
import { create } from 'zustand';
|
||||||
|
|
||||||
import packageJson from '../../package.json';
|
import packageJson from '../../package.json';
|
||||||
|
|||||||
Reference in New Issue
Block a user