@dynatrace/react-native-plugin
Version:
This plugin gives you the ability to use the Dynatrace Mobile agent in your react native application.
19 lines (18 loc) • 392 B
JavaScript
;
class NullWebRequestTiming {
startWebRequestTiming() {
return;
}
stopWebRequestTiming(responseCode, responseMessage) {
return;
}
stopWebRequestTimingWithSize(responseCode, responseMessage, requestSize, responseSize) {
return;
}
getRequestTag() {
return '';
}
getRequestTagHeader() {
return '';
}
}