UNPKG

@datadog/mobile-react-native

Version:

A client-side React Native module to interact with Datadog

32 lines (30 loc) 1.07 kB
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.DdAttributes = void 0; /* * Unless explicitly stated otherwise all files in this repository are licensed under the Apache License Version 2.0. * This product includes software developed at Datadog (https://www.datadoghq.com/). * Copyright 2016-Present Datadog, Inc. */ const DdAttributes = exports.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: '_dd.error.source_type', /** * Custom fingerprint to an error. * Expects {@link String} value. */ errorFingerprint: '_dd.error.fingerprint', /** * 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: '_dd.debug_id' }; //# sourceMappingURL=DdAttributes.js.map