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.