UNPKG

@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
"use strict"; class NullWebRequestTiming { startWebRequestTiming() { return; } stopWebRequestTiming(responseCode, responseMessage) { return; } stopWebRequestTimingWithSize(responseCode, responseMessage, requestSize, responseSize) { return; } getRequestTag() { return ''; } getRequestTagHeader() { return ''; } }