Skip to main content

🆕 Reports - new functionality

· 2 min read

We're pleased to introduce a new component of the Tuna platform - Reports. Designed for generating error reports on your website. With an embeddable script, users and QA engineers can easily show where the bug is hiding, and you get debugging information and can immediately start fixing it.

Go to Reports section in documentation

Setup

How does it work?

  1. Go to your dashboard and create a project in the Reports section.

  2. Add this code to your website before the closing <head> tag:

    <!-- tuna. Screen and user actions recording -->
    <script>
    window.reportOptions = {
    captureKey: "YOUR_CAPTURE_KEY"
    };
    </script>
    <script src="https://reports.tuna.am/latest/index.js" async></script>
  3. Call the script with CTRL + ALT + S or ⌘ + ⌥ + S and create a report.

What does a report look like?

Inside the report you will find a screenshot or video and all the debugging information from the console, network operations, user actions and a snapshot of the page DOM tree.

The first tab contains general summary information about the client, device and browser.

Video overview


Leave feedback

If you enjoy using Tuna, or on the contrary you are not happy with something, please leave feedback.

Help

We value our users and carefully review every request. If you have any problems with tuna, please contact us in one of the following ways: