UNPKG

@amplitude/session-replay-react-native

Version:
21 lines (19 loc) 584 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.getDefaultSessionReplayPluginConfig = void 0; var _analyticsTypes = require("@amplitude/analytics-types"); /** * Configuration for Session Replay React Native Plugin */ const getDefaultSessionReplayPluginConfig = () => { return { sampleRate: 0, enableRemoteConfig: true, logLevel: _analyticsTypes.LogLevel.Warn, autoStart: true }; }; exports.getDefaultSessionReplayPluginConfig = getDefaultSessionReplayPluginConfig; //# sourceMappingURL=plugin-session-replay-config.js.map