UNPKG

@datadog/mobile-react-native

Version:

A client-side React Native module to interact with Datadog

20 lines 691 B
export declare const DdAttributes: { /** * Custom "source type" of the error. Used in RUM errors. It names the * language or platform of the RUM error stack trace, so the SCI backend * knows how to symbolize it. Expects {@link String} value. */ errorSourceType: string; /** * Custom fingerprint to an error. * Expects {@link String} value. */ errorFingerprint: string; /** * Debug ID attached to a log or a RUM event. * The Debug ID establishes a unique connection between a bundle and its corresponding sourcemap. * Expects {@link String} value. */ debugId: string; }; //# sourceMappingURL=DdAttributes.d.ts.map