@amplitude/session-replay-browser
Advanced tools
Comparing version 0.2.0 to 0.2.1
export declare const init: (apiKey: string, options: import("./typings/session-replay").SessionReplayOptions) => import("@amplitude/analytics-types").AmplitudeReturn<void>, setSessionId: (sessionId: number) => void, getSessionRecordingProperties: () => { | ||
[key: string]: boolean; | ||
}, getSessionReplayProperties: () => { | ||
[key: string]: boolean; | ||
}, shutdown: () => void; | ||
//# sourceMappingURL=index.d.ts.map |
Object.defineProperty(exports, "__esModule", { value: true }); | ||
exports.shutdown = exports.getSessionRecordingProperties = exports.setSessionId = exports.init = void 0; | ||
exports.shutdown = exports.getSessionReplayProperties = exports.getSessionRecordingProperties = exports.setSessionId = exports.init = void 0; | ||
var tslib_1 = require("tslib"); | ||
var session_replay_factory_1 = tslib_1.__importDefault(require("./session-replay-factory")); | ||
exports.init = session_replay_factory_1.default.init, exports.setSessionId = session_replay_factory_1.default.setSessionId, exports.getSessionRecordingProperties = session_replay_factory_1.default.getSessionRecordingProperties, exports.shutdown = session_replay_factory_1.default.shutdown; | ||
exports.init = session_replay_factory_1.default.init, exports.setSessionId = session_replay_factory_1.default.setSessionId, exports.getSessionRecordingProperties = session_replay_factory_1.default.getSessionRecordingProperties, exports.getSessionReplayProperties = session_replay_factory_1.default.getSessionReplayProperties, exports.shutdown = session_replay_factory_1.default.shutdown; | ||
//# sourceMappingURL=index.js.map |
@@ -21,2 +21,3 @@ Object.defineProperty(exports, "__esModule", { value: true }); | ||
getSessionRecordingProperties: (0, analytics_core_1.debugWrapper)(sessionReplay.getSessionRecordingProperties.bind(sessionReplay), 'getSessionRecordingProperties', (0, exports.getLogConfig)(sessionReplay)), | ||
getSessionReplayProperties: (0, analytics_core_1.debugWrapper)(sessionReplay.getSessionReplayProperties.bind(sessionReplay), 'getSessionReplayProperties', (0, exports.getLogConfig)(sessionReplay)), | ||
shutdown: (0, analytics_core_1.debugWrapper)(sessionReplay.shutdown.bind(sessionReplay), 'teardown', (0, exports.getLogConfig)(sessionReplay)), | ||
@@ -23,0 +24,0 @@ }; |
@@ -43,4 +43,7 @@ import { AmplitudeReturn, Config, LogLevel, Logger } from '@amplitude/analytics-types'; | ||
}; | ||
getSessionReplayProperties: () => { | ||
[key: string]: boolean; | ||
}; | ||
shutdown: () => void; | ||
} | ||
//# sourceMappingURL=session-replay.d.ts.map |
export declare const init: (apiKey: string, options: import("./typings/session-replay").SessionReplayOptions) => import("@amplitude/analytics-types").AmplitudeReturn<void>, setSessionId: (sessionId: number) => void, getSessionRecordingProperties: () => { | ||
[key: string]: boolean; | ||
}, getSessionReplayProperties: () => { | ||
[key: string]: boolean; | ||
}, shutdown: () => void; | ||
//# sourceMappingURL=index.d.ts.map |
import sessionReplay from './session-replay-factory'; | ||
export var init = sessionReplay.init, setSessionId = sessionReplay.setSessionId, getSessionRecordingProperties = sessionReplay.getSessionRecordingProperties, shutdown = sessionReplay.shutdown; | ||
export var init = sessionReplay.init, setSessionId = sessionReplay.setSessionId, getSessionRecordingProperties = sessionReplay.getSessionRecordingProperties, getSessionReplayProperties = sessionReplay.getSessionReplayProperties, shutdown = sessionReplay.shutdown; | ||
//# sourceMappingURL=index.js.map |
@@ -18,2 +18,3 @@ import { debugWrapper } from '@amplitude/analytics-core'; | ||
getSessionRecordingProperties: debugWrapper(sessionReplay.getSessionRecordingProperties.bind(sessionReplay), 'getSessionRecordingProperties', getLogConfig(sessionReplay)), | ||
getSessionReplayProperties: debugWrapper(sessionReplay.getSessionReplayProperties.bind(sessionReplay), 'getSessionReplayProperties', getLogConfig(sessionReplay)), | ||
shutdown: debugWrapper(sessionReplay.shutdown.bind(sessionReplay), 'teardown', getLogConfig(sessionReplay)), | ||
@@ -20,0 +21,0 @@ }; |
@@ -43,4 +43,7 @@ import { AmplitudeReturn, Config, LogLevel, Logger } from '@amplitude/analytics-types'; | ||
}; | ||
getSessionReplayProperties: () => { | ||
[key: string]: boolean; | ||
}; | ||
shutdown: () => void; | ||
} | ||
//# sourceMappingURL=session-replay.d.ts.map |
export declare const init: (apiKey: string, options: import("./typings/session-replay").SessionReplayOptions) => import("@amplitude/analytics-types").AmplitudeReturn<void>, setSessionId: (sessionId: number) => void, getSessionRecordingProperties: () => { | ||
[key: string]: boolean; | ||
}, getSessionReplayProperties: () => { | ||
[key: string]: boolean; | ||
}, shutdown: () => void; | ||
//# sourceMappingURL=index.d.ts.map |
@@ -43,4 +43,7 @@ import { AmplitudeReturn, Config, LogLevel, Logger } from '@amplitude/analytics-types'; | ||
}; | ||
getSessionReplayProperties: () => { | ||
[key: string]: boolean; | ||
}; | ||
shutdown: () => void; | ||
} | ||
//# sourceMappingURL=session-replay.d.ts.map |
{ | ||
"name": "@amplitude/session-replay-browser", | ||
"version": "0.2.0", | ||
"version": "0.2.1", | ||
"description": "", | ||
@@ -60,3 +60,3 @@ "author": "Amplitude Inc", | ||
], | ||
"gitHead": "13f2829fcd08d72896544607aa155eec3e0f0ea8" | ||
"gitHead": "0e2a9ed0a06f4a2e2c3d2d9c1a4cdd57552b495f" | ||
} |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
489748
2691