> ## Documentation Index
> Fetch the complete documentation index at: https://docs.paradime.io/llms.txt
> Use this file to discover all available pages before exploring further.

# Sharing your Paradime logs

> Share browser console logs and network activity with Paradime support by recording a debug session, helping the team diagnose issues faster and reduce back-and-forth.

export const Arcade = ({src, title}) => <div style={{
  position: 'relative',
  paddingBottom: 'calc(56.2225% + 41px)',
  height: 0,
  width: '100%'
}}>
    <iframe src={src} title={title} frameBorder="0" loading="lazy" allow="clipboard-write" allowFullScreen style={{
  position: 'absolute',
  top: 0,
  left: 0,
  width: '100%',
  height: '100%',
  colorScheme: 'light'
}} />
  </div>;

When troubleshooting an issue, it is often very helpful for the Paradime team to receive logs directly from your session. Logs give us a detailed view of what happened in your browser at the time of the issue, making it much faster to identify and resolve the root cause.

### What Gets Recorded?

When you record a debug session, Paradime captures:

* **Browser console logs** — errors, warnings, and events logged by the app
* **Network calls** — requests made between your browser and Paradime's services

### How to Record a Debug Session

The best time to record a session is when you are able to **recreate the bug or issue**, so the logs capture exactly what went wrong.

#### Steps

1. In Paradime, click your **avatar** in the top-right corner of the navigation bar.
2. Select **"Record a Debug Session"**.
3. Reproduce the issue or bug while the recording is active.
4. Stop the recording — Paradime will generate a log file for you.
5. Share the log file with the Paradime support team via [support.paradime.io](https://support.paradime.io/) or through the **Ask Fabio** in-app chat.

<Arcade src="https://demo.arcade.software/VX0ADAwtYOjEmtIcpLjC?embed&embed_mobile=tab&embed_desktop=inline&show_copy_link=true" title="Sharing your Paradime logs" />

> **Tip:** The more closely you can recreate the exact steps that triggered the issue, the more useful the logs will be for the Paradime team.

### Why this Helps

Without logs, diagnosing issues often requires a lot of back-and-forth. Sharing a debug session recording allows the Paradime team to see precisely what your browser was doing at the time of the problem — cutting down on investigation time and getting you back on track faster.


## Related topics

- [ThoughtSpot](/integrations/thoughtspot.md)
- [Audit Log](/developers/python-sdk/modules/audit-log.md)
- [Audit Logs](/products/settings/audit-logs.md)
- [Documentation Generation](/guides/paradime-101/getting-started-with-the-paradime-ide/dinoai-accelerating-your-analytics-engineering-workflow/dinoai-agent/documentation-generation.md)
- [Audit Logs API](/developers/graphql-api/api-reference/audit-logs-api.md)
