In some situations you might want to take full control over the feedback button. In order to show or hide the feedback button, you can simply use the following methods.

Show the feedback button

Gleap.showFeedbackButton({
  show: true,
});

Hide the feedback button

Gleap.showFeedbackButton({
  show: false,
});