Skip to content

Commit

Permalink
v6.9.0
Browse files Browse the repository at this point in the history
  • Loading branch information
boehlerlukas committed May 3, 2022
1 parent 071aa3e commit 821a354
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 3 deletions.
3 changes: 2 additions & 1 deletion build/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -7128,7 +7128,8 @@ var Gleap_Gleap = /*#__PURE__*/function () {

if (instance.enabledRageClickDetectorSilent) {
Gleap.sendSilentReport({
description: "Rage click on ".concat(elementDescription, " detected.")
description: "Rage click detected.",
element: elementDescription
});
} else {
Gleap.startFeedbackFlow("crash");
Expand Down
3 changes: 2 additions & 1 deletion published/6.9.0/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -7128,7 +7128,8 @@ var Gleap_Gleap = /*#__PURE__*/function () {

if (instance.enabledRageClickDetectorSilent) {
Gleap.sendSilentReport({
description: "Rage click on ".concat(elementDescription, " detected.")
description: "Rage click detected.",
element: elementDescription
});
} else {
Gleap.startFeedbackFlow("crash");
Expand Down
3 changes: 2 additions & 1 deletion published/latest/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -7128,7 +7128,8 @@ var Gleap_Gleap = /*#__PURE__*/function () {

if (instance.enabledRageClickDetectorSilent) {
Gleap.sendSilentReport({
description: "Rage click on ".concat(elementDescription, " detected.")
description: "Rage click detected.",
element: elementDescription
});
} else {
Gleap.startFeedbackFlow("crash");
Expand Down

0 comments on commit 821a354

Please sign in to comment.