AppDynamics SaaS
list_alt
sessionReplayURL parameter:import App from './src/App';
import {AppRegistry} from 'react-native';
import {name as appName} from './app.json';
import {Instrumentation} from '@appdynamics/react-native-agent';
Instrumentation.start({
appKey: '<EUM-APP-KEY>',
collectorURL: <Collector URL>
sessionReplayURL: <URL for session replay>
……
});
AppRegistry.registerComponent(appName, () => App);
...
...
repositories {
maven {
url = "https://sdk.smartlook.com/android/release"
}
}
...
...
dependencies {
implementation 'com.cisco.android:sr-instrumentation-session-recording-core:1.0.12'
}