1
0
mirror of https://github.com/misskey-dev/misskey.git synced 2026-05-30 14:33:59 +02:00

enhance: implement sentryForFrontend (#15433)

Co-authored-by: syuilo <4439005+syuilo@users.noreply.github.com>
This commit is contained in:
zyoshoka
2025-04-02 15:44:04 +09:00
committed by GitHub
parent d0a98f6e6c
commit 0bf49818c4
14 changed files with 202 additions and 4 deletions

View File

@@ -5309,6 +5309,21 @@ export type components = {
enableEmail: boolean;
enableServiceWorker: boolean;
translatorAvailable: boolean;
sentryForFrontend: ({
options: {
dsn: string;
[key: string]: unknown;
};
vueIntegration?: {
[key: string]: unknown;
} | null;
browserTracingIntegration?: {
[key: string]: unknown;
} | null;
replayIntegration?: {
[key: string]: unknown;
} | null;
}) | null;
mediaProxy: string;
enableUrlPreview: boolean;
backgroundImageUrl: string | null;