
All-in-one customer feedback tool for websites. Learn more at https://www.gleap.io
Gleap helps developers build the best software faster. It is your affordable in-app bug reporting tool for apps, websites and industrial applications.
No more wasting time trying to reproduce a bug. Gleap reports automatically contain a replay video, session data, logs and more. Even better: You can add custom data to your bug details.
Screenshots

Gleap SDK for WordPress

Automated screenshots with every bug

60 second video replay

Feature requests

Your own feature widget

User ratings
ChangeLog
13.0.10
13.0.8
- Added feature to restrict Gleap widget visibility by user role and for frontend/backend separately.
13.0.7
- Updated plugin dependencies for compatibility with latest PHP versions. *
13.0.6
- Added option “Activate Gleap widget in Frontend” *
13.0.5
- Tested up to WP Version 6.7.2 *
13.0.4
- Added option “Activate Gleap widget in WP Admin”
Enable the Gleap widget in the WordPress admin area. If disabled, Gleap will only be available on the frontend.
13.0.3
13.0.2
- Added action to track events
e.g. do_action(‘gleap_send_custom_event’, $event_data);
13.0.1
- Added filter to inject custom user data.
function add_custom_data_to_gleap_identify($data) {
$user_group = \Groups_Helper::get_group_for_current_user();
if($user_group) {
$data['customData']['mandat'] = $user_group->ap_mandant;
}
return $data;
}
add_filter(‘gleap_identify_data’, ‘add_custom_data_to_gleap_identify’);
13.0.0
- Updated dependencies and introduced WPML language detection.
11.0.1
- Updated dependencies to support WP 6.2 and newer.
11.0.0
- Added permission based widget toggle.
8.0.5
- Improved the settings menu.
8.0.4
- Fixed bug that causes a php undefined notice.
8.0.3
- Made identity verification secret optional
8.0.2
8.0.0
- Updated to Gleap Widget 8.0.0
7.0.0
- Updated to Gleap Widget 7.0.0
6.3.0
- Updated to Gleap Widget 6.3.0
6.0.0
- Updated to Gleap Widget 6.0.0
1.0
- Initial release for WordPress
1.1
- Added options for Replays, Network Logs, Crash Detector & “Logged in users only”.