Some checks failed
Build & Deploy / 🔍 Prepare (push) Successful in 20s
Build & Deploy / 🧪 QA (push) Failing after 34s
Build & Deploy / 🏗️ Build (push) Has started running
Build & Deploy / 🚀 Deploy (push) Has been cancelled
Build & Deploy / 🧪 Smoke Test (push) Has been cancelled
Build & Deploy / ⚡ Lighthouse (push) Has been cancelled
Build & Deploy / 🔔 Notify (push) Has been cancelled
30 lines
1.5 KiB
Plaintext
30 lines
1.5 KiB
Plaintext
import { GLOBAL_OBJ } from '@sentry/core';
|
|
export declare const WINDOW: typeof GLOBAL_OBJ & Window;
|
|
export declare const DOCUMENT: Document;
|
|
export declare const NAVIGATOR: {
|
|
userAgent?: string;
|
|
maxTouchPoints?: number;
|
|
} & Navigator;
|
|
export declare const TRIGGER_LABEL = "Report a Bug";
|
|
export declare const CANCEL_BUTTON_LABEL = "Cancel";
|
|
export declare const SUBMIT_BUTTON_LABEL = "Send Bug Report";
|
|
export declare const CONFIRM_BUTTON_LABEL = "Confirm";
|
|
export declare const FORM_TITLE = "Report a Bug";
|
|
export declare const EMAIL_PLACEHOLDER = "your.email@example.org";
|
|
export declare const EMAIL_LABEL = "Email";
|
|
export declare const MESSAGE_PLACEHOLDER = "What's the bug? What did you expect?";
|
|
export declare const MESSAGE_LABEL = "Description";
|
|
export declare const NAME_PLACEHOLDER = "Your Name";
|
|
export declare const NAME_LABEL = "Name";
|
|
export declare const SUCCESS_MESSAGE_TEXT = "Thank you for your report!";
|
|
export declare const IS_REQUIRED_LABEL = "(required)";
|
|
export declare const ADD_SCREENSHOT_LABEL = "Add a screenshot";
|
|
export declare const REMOVE_SCREENSHOT_LABEL = "Remove screenshot";
|
|
export declare const HIGHLIGHT_TOOL_TEXT = "Highlight";
|
|
export declare const HIDE_TOOL_TEXT = "Hide";
|
|
export declare const REMOVE_HIGHLIGHT_TEXT = "Remove";
|
|
export declare const FEEDBACK_WIDGET_SOURCE = "widget";
|
|
export declare const FEEDBACK_API_SOURCE = "api";
|
|
export declare const SUCCESS_MESSAGE_TIMEOUT = 5000;
|
|
//# sourceMappingURL=index.d.ts.map
|