amplitude / amplitude/Amplitude-TypeScript

Does @amplitude/plugin-session-replay-browser support playing of session video in MAC?

Đang mở
#1,148 3 bình luận 0 reaction 0 người được giao Xem trên GitHub
question sessionreplay
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

Mở hướng dẫn đóng góp

Đánh giá

Issue này chưa được đánh giá.

Nhận issue mới trong hộp thư của bạn

Bản tóm tắt ngắn những issue GitHub phù hợp với người mới.