Skip to content

Commit

Permalink
Update Gleap.js
Browse files Browse the repository at this point in the history
  • Loading branch information
boehlerlukas committed May 3, 2022
1 parent 64862db commit 071aa3e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/Gleap.js
Original file line number Diff line number Diff line change
Expand Up @@ -674,7 +674,8 @@ class Gleap {
instance.rageClickDetected = true;
if (instance.enabledRageClickDetectorSilent) {
Gleap.sendSilentReport({
description: `Rage click on ${elementDescription} detected.`,
description: `Rage click detected.`,
element: elementDescription,
});
} else {
Gleap.startFeedbackFlow("crash");
Expand Down

0 comments on commit 071aa3e

Please sign in to comment.