Stacktrace icon

Stacktrace

Locates the nearest error in JavaScript bundles (without sourcemaps) and leverages an LLM to check for codebase matches.

概要

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.

主な機能

  • 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.

ユースケース

  • Debugging production JavaScript code without sourcemaps.
  • Identifying the source of errors in legacy codebases.
  • Improving error reporting and analysis in web applications.