FedorT22
Results
1
comments of
FedorT22
For us it worked fine with `@sentry/browser`, when we imported all dependencies granularly, like: ``` import { BrowserClient, defaultStackParser, browserApiErrorsIntegration, breadcrumbsIntegration, globalHandlersIntegration, makeFetchTransport, Scope, } from '@sentry/browser'; const sentryClient =...