Gleap

Descripción

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.

Capturas

  • Gleap SDK for WordPress
  • Automated screenshots with every bug
  • 60 second video replay
  • Feature requests
  • Your own feature widget
  • User ratings

Instalación

Let’s get started with the Gleap plugin for WordPress

e.g.

  1. Upload gleap.zip to the /wp-content/plugins/ directory and extract it
  2. Activate the plugin through the ‘Plugins’ menu in WordPress
  3. Place <?php do_action('plugin_name_hook'); ?> in your templates

Reseñas

26 de julio de 2023
Gleap.io is an absolute game-changer when it comes to live chat, public roadmaps, feature requests, user suggestions, bug tracking and more for our team. We have been using it for a while now, and we are incredibly impressed with its features and performance. The platform allows us to effortlessly collect, manage, and prioritize feedback and issues from our clients and team members.One of the standout features of Gleap.io is its user-friendly interface. It is intuitive and easy to navigate, which makes the bug tracking process a breeze. Our team loves the streamlined workflow and the ability to quickly identify and address bugs.The shaking gesture for reporting bugs is a brilliant addition. Our clients find it fun and engaging, and it adds a unique touch to our bug tracking process. It has significantly improved our communication with clients, as they can easily report bugs with just a simple shake of their device.Another aspect that sets Gleap.io apart is its robust analytics and reporting capabilities. We can generate detailed reports and gain valuable insights into the bugs and issues that arise during our projects. This helps us identify patterns, prioritize tasks, and ultimately deliver high-quality results to our clients.Furthermore, the customer support provided by the Gleap.io team is outstanding. They are responsive, knowledgeable, and always ready to assist us with any questions or concerns we have. Their dedication to ensuring our satisfaction is truly commendable. Big shoutout to Lukas!In summary, Gleap.io has revolutionized our bug tracking process. It has made our projects run smoother, improved client satisfaction, and enhanced our overall productivity. We highly recommend Gleap.io to any agency or team in need of a reliable and efficient bug tracking solution. It’s an invaluable tool that will undoubtedly elevate your project management to new heights.
8 de febrero de 2023
I just found out that Gleap can be used as a chat support tool! That's amazing! Kanpai!
11 de enero de 2023
We are using it since a couple of months and it completely changed our game. We were previously using Bugherd, but Gleap is way more better. Full of awesome features. Support is ridiculously fast and helpful. I can see that Lukas just want to create the perfect tool. Thank you!
12 de julio de 2022
This Plugin is a game changer. We use this plugin on a daily basis and our customers are happy that we can improve their website on a complete new level.
Leer todas las 8 reseñas

Colaboradores y desarrolladores

«Gleap» es un software de código abierto. Las siguientes personas han colaborado con este plugin.

Colaboradores

Traduce «Gleap» a tu idioma.

¿Interesado en el desarrollo?

Revisa el código , echa un vistazo al repositorio SVN o suscríbete al registro de desarrollo por RSS.

Registro de cambios

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».