1 مستودع
Automatic capture of execution flow by wrapping JavaScript functions.
Distinct from JavaScript Error Trackers: Specifically refers to the act of instrumenting functions for tracing, rather than just tracking the resulting error.
Explore 1 awesome GitHub repository matching software engineering & architecture · Function Wrapping Instrumentation. Refine with filters or upvote what's useful.
stacktrace.js is a JavaScript library designed for generating and parsing detailed function call stacks from error objects across different web browsers. It functions as a stack trace parser and error instrumentation utility that captures execution flow and error traces. The project differentiates itself through its ability to resolve source maps, translating minified JavaScript stack traces back to original source lines. It also includes a remote error reporter for transmitting processed exception data and stack traces to a centralized server for analysis. The library covers broad capabilit
Provides a utility for wrapping functions to automatically capture and report execution flow and error traces.