UNPKG

@dynatrace/react-native-plugin

Version:

This plugin gives you the ability to use the Dynatrace Mobile agent in your react native application.

20 lines (19 loc) 455 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); class NullWebRequestTiming { startWebRequestTiming() { return; } stopWebRequestTiming(responseCode, responseMessage) { return; } stopWebRequestTimingWithSize(responseCode, responseMessage, requestSize, responseSize) { return; } getRequestTag() { return ''; } getRequestTagHeader() { return ''; } }