Skip to content

Commit 262754f

Browse files
committed
v10.1.0
1 parent 4496edb commit 262754f

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

build/index.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

published/10.1.0/index.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

published/latest/index.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/Gleap.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -945,7 +945,7 @@ class Gleap {
945945
* Takes the current replay and assigns it to the global data array.
946946
*/
947947
takeCurrentReplay() {
948-
const replayData = GleapReplayRecorder.getInstance();
948+
const replayData = GleapReplayRecorder.getInstance().getReplayData();
949949
this.setGlobalDataItem("webReplay", replayData);
950950
}
951951
}

0 commit comments

Comments
 (0)