Skip to content

Commit

Permalink
v6.7.4
Browse files Browse the repository at this point in the history
  • Loading branch information
boehlerlukas committed Jan 31, 2022
1 parent 0e8f755 commit a891d06
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion build/index.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion published/6.7.4/index.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion published/latest/index.js

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions src/Session.js
Original file line number Diff line number Diff line change
Expand Up @@ -80,6 +80,7 @@ export default class Session {
http.setRequestHeader("Gleap-Id", gleapId);
http.setRequestHeader("Gleap-Hash", gleapHash);
}
http.setRequestHeader("App-Widget", Gleap.getInstance().widgetOnly);
} catch (exp) {}

http.onerror = (error) => {
Expand Down

0 comments on commit a891d06

Please sign in to comment.