An open API service indexing awesome lists of open source software.

https://github.com/metabase/metabase-debugger

Internal debugger for sessions recorded on Metabase internal releases
https://github.com/metabase/metabase-debugger

Last synced: 4 months ago
JSON representation

Internal debugger for sessions recorded on Metabase internal releases

Awesome Lists containing this project

README

        

# Metabase Debugger

Companion up to Bug reporter button in Metabase. App is a simple Next.js app that allows you to upload a Metabase session recording and see the events that occurred.

## Getting Started

First, run the development server:

```bash
npm run dev
```

Open [http://localhost:3000](http://localhost:3000) with your browser to see the result.

Drag and drop a Metabase session recording file into the page to upload.

Enjoy!