We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cb4136c commit 497e1a5Copy full SHA for 497e1a5
packages/feedback/src/screenshot/components/ScreenshotEditor.tsx
@@ -1,4 +1,4 @@
1
-import type { FeedbackDialog } from '@sentry/types';
+import type { FeedbackDialog, FeedbackInternalOptions } from '@sentry/types';
2
/* eslint-disable max-lines */
3
import type { ComponentType, VNode, h as hType } from 'preact';
4
// biome-ignore lint: needed for preact
@@ -17,6 +17,7 @@ interface FactoryParams {
17
h: typeof hType;
18
imageBuffer: HTMLCanvasElement;
19
dialog: FeedbackDialog;
20
+ options: FeedbackInternalOptions;
21
}
22
23
interface Props {
0 commit comments