| 1 | import type { FeedbackFormData, FeedbackModalIntegration, IntegrationFn, User } from '@sentry/core'; |
| 2 | import { getClient, getCurrentScope, getGlobalScope, getIsolationScope } from '@sentry/core'; |
| 3 | import { h, render } from 'preact'; |
| 4 | import * as hooks from 'preact/hooks'; |
nothing calls this directly
no test coverage detected