Attributes of a React Native source map.

Hierarchy

  • ReactNativeSourcemapAttributes

Constructors

Properties

additionalProperties?: {
    [key: string]: any;
}

A container for additional, undeclared properties. This is a holder for any undeclared properties as specified with the 'additionalProperties' keyword in the OAS document.

Type declaration

  • [key: string]: any
buildNumber?: string

The build number.

bundleName?: string

The bundle name.

bundleVersion?: string

The bundle version.

createdAt: Date

The timestamp when the source map was created.

debugId?: string

The debug identifier (UUID format).

mapkind: string

The type of source map.

platform?: string

The platform the source map was built for (e.g., ios, android).

service?: string

The service name associated with the source map.

size: number

The size of the source map file in bytes.

version?: string

The version of the service associated with the source map.

Generated using TypeDoc