For the complete documentation index, see llms.txt. This page is also available as Markdown.

Using Web SDK

Check out the steps for using the Web SDK widget in your apps.

Once you’re good with the installation part, you can start using the widget in your app to get bug reports or feedback from the end users.

lightbulb

What is the difference between the production and development modes in the Web SDK widget?

1 - Development mode (set as default) — For internal teams (QA, Devs, Managers, Stakeholders)

The development mode allows you to configure your SDK for bug reporting purposes for internal team usage. It’s perfect for sharing bug reports among the QA, developers, project managers, or stakeholders in the development or testing phases.

You can easily configure the SDK to run in the “development” mode from the initialization snippet by setting the “mode” property to “development”.

Here’s what the initialization code snippet looks like:

Setting up mode: "development" in the BetterBugs Web SDK Widget | Video Demo

Using the Web SDK Widget in Development Mode | Quick Guide

2 - Production mode — For end users and customers

The production mode works perfectly for a live app. Use this mode to collect feedback or bug reports in the production environment.

You can set the SDK to run in the “production” mode from the initialization snippet by setting the “mode” property to “production”.

Here’s what the initialization code snippet looks like:

Setting up mode: "production" in the BetterBugs Web SDK Widget | Video Demo

Using the Web SDK Widget in Production Mode | Quick Guide

Last updated