Skip to content

metabase/metabase-debugger

Repository files navigation

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!