MCPcopy
hub / github.com/getsentry/sentry / PlatformEntry

Interface PlatformEntry

scripts/genPlatformProductInfo.ts:66–72  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

64}
65
66interface PlatformEntry {
67 deprecated: boolean;
68 guide: string | null;
69 id: string;
70 lang: string | null;
71 link: string;
72}
73
74// Map of toggleable products. Mirrors the FEATURE_DISPLAY_ORDER in
75// scmPlatformFeatures.tsx, minus ERROR_MONITORING (always implicit) and

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected