UNPKG

@dynatrace/react-native-plugin

Version:

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

11 lines (10 loc) 700 B
export { Dynatrace } from './lib/core/Dynatrace'; export { DataCollectionLevel } from './lib/core/model/DataCollectionLevel'; export { ManualStartupConfiguration } from './lib/core/configuration/ManualStartupConfiguration'; export { ConfigurationBuilder } from './lib/core/configuration/ConfigurationBuilder'; export { Platform } from './lib/core/model/Platform'; export { LogLevel } from './lib/core/logging/LogLevel'; export { ApplicationHandler } from './lib/core/Application'; export { UserPrivacyOptions } from './lib/core/UserPrivacyOptions'; export { DynatraceWebRequestTiming } from './lib/core/DynatraceWebRequestTiming'; export { createElement } from './instrumentation/jsx/CreateElement';