Skip to content

Latest commit

 

History

History
17 lines (10 loc) · 439 Bytes

README.md

File metadata and controls

17 lines (10 loc) · 439 Bytes

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:

npm run dev

Open http://localhost:3000 with your browser to see the result.

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

Enjoy!