@datadog/mobile-react-native-navigation
Version:
A client-side React Native module to interact with Datadog
20 lines (18 loc) • 597 B
JavaScript
;
Object.defineProperty(exports, "__esModule", {
value: true
});
Object.defineProperty(exports, "DdRumReactNativeNavigationTracking", {
enumerable: true,
get: function () {
return _DdRumReactNativeNavigationTracking.DdRumReactNativeNavigationTracking;
}
});
Object.defineProperty(exports, "ViewNamePredicate", {
enumerable: true,
get: function () {
return _DdRumReactNativeNavigationTracking.ViewNamePredicate;
}
});
var _DdRumReactNativeNavigationTracking = require("./rum/instrumentation/DdRumReactNativeNavigationTracking");
//# sourceMappingURL=index.js.map