Skip to content

Commit

Permalink
v6.8.12
Browse files Browse the repository at this point in the history
  • Loading branch information
boehlerlukas committed Apr 10, 2022
1 parent 50ce3ee commit 09e057d
Show file tree
Hide file tree
Showing 7 changed files with 7,284 additions and 7 deletions.
5 changes: 3 additions & 2 deletions build/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -6311,7 +6311,7 @@ var Gleap_Gleap = /*#__PURE__*/function () {
currentUrl: window.location.href,
language: navigator.language || navigator.userLanguage,
mobile: isMobile(),
sdkVersion: "6.8.11",
sdkVersion: "6.8.12",
sdkType: "javascript"
};
}
Expand Down Expand Up @@ -6997,9 +6997,10 @@ var Gleap_Gleap = /*#__PURE__*/function () {
key: "sendSilentBugReport",
value: function sendSilentBugReport(description) {
var priority = arguments.length > 1 && arguments[1] !== undefined ? arguments[1] : Gleap.PRIORITY_MEDIUM;
var type = arguments.length > 2 && arguments[2] !== undefined ? arguments[2] : "BUG";
return Gleap.sendSilentReport({
description: description
}, priority, "BUG");
}, priority, type);
}
/**
* Starts the feedback type selection flow.
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.8.11",
"version": "6.8.12",
"main": "build/index.js",
"scripts": {
"start": "webpack serve",
Expand Down
1 change: 1 addition & 0 deletions published/6.8.12/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 09e057d

Please sign in to comment.