awesome-repositories.com
المدونة
MCP
awesome-repositories.com

اكتشف أفضل مستودعات المصادر المفتوحة باستخدام بحث مدعوم بالذكاء الاصطناعي.

استكشفعمليات بحث منسقةبدائل مفتوحة المصدربرمجيات ذاتية الاستضافةالمدونةخريطة الموقع
المشروعخادم MCPحولكيفية ترتيب النتائجالصحافة
قانونيالخصوصيةالشروط
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

1 مستودع

Awesome GitHub RepositoriesFunction Wrapping Instrumentation

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.

Awesome Function Wrapping Instrumentation GitHub Repositories

اعثر على أفضل المستودعات باستخدام الذكاء الاصطناعي.سنبحث عن أفضل المستودعات المطابقة باستخدام الذكاء الاصطناعي.
  • stacktracejs/stacktrace.jsالصورة الرمزية لـ stacktracejs

    stacktracejs/stacktrace.js

    4,005عرض على GitHub↗

    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.

    JavaScripterror-handlingjavascriptstacktracejs
    عرض على GitHub↗4,005
  1. Home
  2. Software Engineering & Architecture
  3. Error Handling
  4. Error Management
  5. Runtime Error Trackers
  6. JavaScript Error Trackers
  7. Function Wrapping Instrumentation