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

Troubleshooting issues

In case you’re stuck or face any issues with the feedback widget installation, please refer here.

1 - I’m unable to load the BetterBugs Feedback Widget

If you are using the CDN, make sure to place the script tag within your HTML head tag. For npm/yarn installations, please ensure that the package is installed without errors and the import statement is correct. Finally, ensure the accuracy of your Workspace API key (apiKey) and Project ID (projectId) in the newly created instance.

If you're still stuck, open the devtools console of your browser and check for any errors or exceptions. For instance, if there's an error with the record type parameter in the SDK, you should see an error message: [@betterbugs/web-sdk] Invalid record type. Please check your record type. Also, refer to the docs for the correct methods/options to resolve such issues.

2. The customization options for the feedback widget are not applied correctly

If you are facing issues with the customization options, please double-check the initialization code. Please refer to the official documentation for all customization options and how to use them correctly. If you're still facing errors, drop us a message at support@betterbugs.io and we'll get back to you at the earliest.

Last updated