Mô tả
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.
Ảnh màn hình
Cài đặt
Let’s get started with the Gleap plugin for WordPress
e.g.
- Upload
gleap.zipto the/wp-content/plugins/directory and extract it - Activate the plugin through the ‘Plugins’ menu in WordPress
- Place
<?php do_action('plugin_name_hook'); ?>in your templates
Đánh giá
Người đóng góp & Lập trình viên
“Gleap” là mã nguồn mở. Những người sau đã đóng góp vào plugin này.
Những người đóng gópDịch “Gleap” sang ngôn ngữ của bạn.
Muốn tham gia phát triển?
Duyệt code, check out SVN repository, hoặc theo dõi nhật ký phát triển qua RSS.
Nhật ký thay đổi
13.0.10
- Stability improvements *
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
- New Build System *
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
- Fixed some minor issues.
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”.






