Tips for submitting bug reports and requesting help from the App Connect team
The most effective way for us to fix bugs is to reproduce them first. Error logs are essential for this process. If you're reading this page, thank you for helping us improve the application!
To help us diagnose issues quickly, we need three types of information: console logs, network logs, and screen recordings.
Console Logs
Console logs contain detailed error messages and debugging information that help us identify the root cause of issues.
Steps to collect console logs:
- If possible, manually trigger the error (if you can reproduce it consistently)
- Right-click on the App Connect extension and select "Inspect"
- Switch to the "Console" tab and copy all content
Make sure to scroll up in the console to capture any earlier error messages that might be related to the issue.
Network Logs
Network logs show all HTTP requests and responses, helping us identify API-related issues or connectivity problems.
Steps to collect network logs:
- Right-click on the App Connect extension and select "Inspect"
- Switch to the "Network" tab
- Trigger the error while recording is active
- Save the network log as a HAR file

Screen Recordings
Screen recordings provide visual context and show exactly what happens on your screen when the error occurs. This helps us understand the user experience and identify UI-related issues.
Recommended tools for screen recording:
- Loom - Creates shareable links automatically after recording
What to include in your recording:
- Start recording before reproducing the issue
- Show the steps that lead to the error
- Include any error messages or unexpected behavior
- Keep the recording focused and concise (2-3 minutes is usually sufficient)
If the issue is intermittent, try to record multiple attempts to show the inconsistent behavior.
Submitting Your Logs
Once you've collected the necessary information:
- Console logs - Copy and paste into your support ticket or bug report
- Network logs - Attach the HAR file to your report
- Screen recording - Share the video file or link (if using Loom)
Additional helpful information:
- Browser version and operating system
- App Connect extension version
- CRM system being used
- Steps to reproduce the issue
- When the issue first started occurring
The more details you provide, the faster we can identify and fix the problem. Thank you for your help!