Skip to content

Commit

Permalink
v6.9.2
Browse files Browse the repository at this point in the history
  • Loading branch information
boehlerlukas committed May 4, 2022
1 parent b0c5202 commit bf30030
Show file tree
Hide file tree
Showing 7 changed files with 7,511 additions and 5 deletions.
5 changes: 3 additions & 2 deletions build/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -5557,6 +5557,7 @@ function GleapClickListener_defineProperty(obj, key, value) { if (key in obj) {




var GleapClickListener = /*#__PURE__*/function () {
function GleapClickListener() {
GleapClickListener_classCallCheck(this, GleapClickListener);
Expand All @@ -5570,7 +5571,7 @@ var GleapClickListener = /*#__PURE__*/function () {
return;
}

if (!Gleap.getInstance().currentlySendingBug) {
if (!src_Gleap.getInstance().currentlySendingBug) {
GleapConsoleLogManager.getInstance().addLog([getDOMElementDescription(event.target)], "CLICK");
}
});
Expand Down Expand Up @@ -6523,7 +6524,7 @@ var Gleap_Gleap = /*#__PURE__*/function () {
currentUrl: window.location.href,
language: navigator.language || navigator.userLanguage,
mobile: isMobile(),
sdkVersion: "6.9.1",
sdkVersion: "6.9.2",
sdkType: "javascript"
};
}
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "gleap",
"version": "6.9.1",
"version": "6.9.2",
"main": "build/index.js",
"scripts": {
"start": "webpack serve",
Expand Down
1 change: 1 addition & 0 deletions published/6.9.2/appwidget.min.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit bf30030

Please sign in to comment.