Interface RUMApiRestoreSourcemapsRequest

Hierarchy

  • RUMApiRestoreSourcemapsRequest

Properties

dryRun: boolean

When set to true, returns the source maps that would be restored without performing the actual restoration. When set to false, performs the restoration.

filterArch?: string[]

Filter by architecture values (multiple values allowed). Supported for flutter, elf, and ndk.

filterBuildId?: string[]

Filter by build ID values (multiple values allowed). Supported for jvm, ndk, and il2cpp.

filterBuildNumber?: string[]

Filter by build number values (multiple values allowed). Supported for react.

filterBundleName?: string[]

Filter by bundle name values (multiple values allowed). Supported for react.

filterDebugId?: string

Filter by debug ID (single value). Supported for react.

filterFileHash?: string

Filter by file hash (single value). Supported for elf.

filterFilename?: string

Filter by filename (single value). Supported for js, elf, and ndk.

filterGnuBuildId?: string

Filter by GNU build ID (single value). Supported for elf.

filterGoBuildId?: string

Filter by Go build ID (single value). Supported for elf.

filterId?: string[]

Filter by source map ID values (multiple values allowed). Supported for all map kinds.

filterOrigin?: string[]

Filter by origin values (multiple values allowed). Supported for elf.

filterOriginVersion?: string[]

Filter by origin version values (multiple values allowed). Supported for elf.

filterPlatform?: string[]

Filter by platform values (multiple values allowed). Supported for react.

filterService?: string[]

Filter by service names (multiple values allowed). Required for js, jvm, react, and flutter map kinds.

filterSymbolSource?: string[]

Filter by symbol source values (multiple values allowed). Supported for elf.

filterUuid?: string[]

Filter by UUID values (multiple values allowed). Supported for ios.

filterVariant?: string[]

Filter by variant values (multiple values allowed). Supported for jvm.

filterVersion?: string[]

Filter by version values (multiple values allowed, maximum 10). Required for js, jvm, react, and flutter map kinds.

The type of source map. Valid values are js, jvm, ios, react, flutter, elf, ndk, il2cpp.

Generated using TypeDoc