amplitude / amplitude/Amplitude-TypeScript
Does @amplitude/plugin-session-replay-browser support playing of session video in MAC?
- Ngôn ngữ chính
- TypeScript
- Star
- 180
- Fork
- 68
- Merge trung bình
- 3 ngày 1 giờ
- Pull request đã merge (30 ngày)
- 29
Mô tả
Hi. I am using
"@amplitude/analytics-browser": "2.16.0",
"@amplitude/plugin-session-replay-browser": "^1.16.0",
in my angular application and my application runs on both Windows and MAC.
The issue I am facing is in MAC, I am not able to view the session replay video, but this works fine in Windows.
So is this feature supported? I am using like below
initAmplitude(userId) {
amplitude.init('API KEY', userId,
{
defaultTracking: {
sessions: true,
},
"fetchRemoteConfig": true,
"autocapture": true,
flushQueueSize: 50,
flushIntervalMillis: 10000,
minIdLength: 2,
useBatch: true
}
);
amplitude.setUserId(userId);
const sessionReplayTracking = sessionReplayPlugin({ sampleRate: 1 });
amplitude.add(sessionReplayTracking);
amplitude.track('Start Session');
}
Hướng dẫn đóng góp
Đánh giá
Issue này chưa được đánh giá.