Stacktrace
Createdantonybudianto
Locates the nearest error in JavaScript bundles (without sourcemaps) and leverages an LLM to check for codebase matches.
About
Stacktrace helps developers pinpoint error locations within minified JavaScript bundles when sourcemaps are unavailable. It analyzes stack traces from JavaScript asset URLs and uses a Large Language Model to identify potential matches within the codebase, streamlining debugging and troubleshooting workflows.
Key Features
- Leverages LLMs to find code matches for stack traces.
- 1 GitHub stars
- Identifies error locations in JavaScript bundles without sourcemaps.
- Provides a local MCP server for customized error analysis.
- Integrates with MCP-supported apps like VSCode Copilot.
Use Cases
- Debugging production JavaScript code without sourcemaps.
- Identifying the source of errors in legacy codebases.
- Improving error reporting and analysis in web applications.