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
- Host: GitHub
- URL: https://github.com/metabase/metabase-debugger
- Owner: metabase
- Created: 2024-09-09T15:30:16.000Z (9 months ago)
- Default Branch: main
- Last Pushed: 2025-02-04T15:03:10.000Z (4 months ago)
- Last Synced: 2025-02-13T09:57:18.744Z (4 months ago)
- Language: TypeScript
- Homepage: https://metabase-debugger.vercel.app
- Size: 554 KB
- Stars: 0
- Watchers: 25
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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!