awesome-repositories.com
博客
awesome-repositories.com

通过 AI 驱动的搜索,发现最优秀的开源仓库。

探索精选搜索开源替代品自托管软件博客网站地图
项目关于排名机制媒体报道MCP 服务器
法律隐私政策服务条款
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

6 个仓库

Awesome GitHub RepositoriesSource Map Resolution

Using source map files to translate obfuscated stack frames back to original source lines.

Distinct from Stack Trace Formatters: Focuses on resolving obfuscated code via maps, not just formatting the output of a stack trace.

Explore 6 awesome GitHub repositories matching software engineering & architecture · Source Map Resolution. Refine with filters or upvote what's useful.

Awesome Source Map Resolution GitHub Repositories

用 AI 发现最棒的仓库。我们将通过 AI 为您搜索最匹配的仓库。
  • getsentry/sentry-javascriptgetsentry 的头像

    getsentry/sentry-javascript

    8,693在 GitHub 上查看↗

    This project is a JavaScript error tracking SDK and application performance monitoring tool. It captures runtime exceptions and crashes across web browsers, server-side environments, and edge computing contexts. The SDK includes a session replay tool that records visual user interactions to reproduce bugs. To ensure telemetry delivery, it provides a tunneling proxy that routes monitoring data through custom endpoints to bypass browser-level ad blockers. The toolkit also features a source map processor that translates minified stack traces back into original source code. Additionally, it cove

    Translates compressed stack traces into original source code by processing uploaded source maps.

    TypeScriptangularcrash-reportingember
    在 GitHub 上查看↗8,693
  • kulshekhar/ts-jestkulshekhar 的头像

    kulshekhar/ts-jest

    7,077在 GitHub 上查看↗

    ts-jest is a TypeScript compilation tool and transformer that enables the Jest testing framework to execute tests written in TypeScript. It functions as a bridge that transpiles typed source code into executable JavaScript while maintaining the necessary integration for test runner execution. The project distinguishes itself by providing on-the-fly type diagnostics and pre-test type validation to identify structural errors before the execution phase. It includes a source map handler that links compiled JavaScript output back to the original TypeScript source lines to ensure accurate error sta

    Resolves compiled JavaScript stack frames back to original TypeScript source lines using source maps.

    TypeScript
    在 GitHub 上查看↗7,077
  • nswbmw/node-in-debuggingnswbmw 的头像

    nswbmw/node-in-debugging

    6,457在 GitHub 上查看↗

    This project is a comprehensive technical guide and diagnostic manual for analyzing memory, performance, and asynchronous behavior within Node.js applications. It provides detailed methods for asynchronous tracing, memory diagnostics, and performance analysis to resolve runtime errors and execution bottlenecks. The resource distinguishes itself by covering advanced diagnostic workflows, including the use of flame graphs for CPU profiling, the capture and comparison of heap snapshots for memory leak detection, and the mapping of asynchronous call stacks. It also provides technical guidance on

    Provides methods to translate compiled execution offsets back to original source files using source maps for readable stack traces.

    debugdebuggingguide
    在 GitHub 上查看↗6,457
  • uptrace/uptraceuptrace 的头像

    uptrace/uptrace

    4,098在 GitHub 上查看↗

    Uptrace is an OpenTelemetry-based observability platform designed to collect, store, and analyze distributed traces, metrics, and logs. It functions as a centralized logging backend, a distributed tracing system, and a metrics engine to monitor application performance and system health. The platform is distinguished by AI-powered operational capabilities, allowing users to query telemetry data and manage monitoring dashboards using natural language. It specifically includes specialized monitoring for generative AI pipelines, tracking token usage and response quality for LLM interactions and r

    Resolves minified JavaScript function names and file paths back to original source locations using source maps.

    Goapmapplication-monitoringclickhouse
    在 GitHub 上查看↗4,098
  • stacktracejs/stacktrace.jsstacktracejs 的头像

    stacktracejs/stacktrace.js

    4,005在 GitHub 上查看↗

    stacktrace.js 是一个 JavaScript 库,旨在从不同 Web 浏览器的错误对象中生成和解析详细的函数调用栈。它作为一个栈追踪解析器和错误插桩工具,用于捕获执行流和错误轨迹。 该项目的特色在于其解析 Source Map 的能力,能够将压缩后的 JavaScript 栈追踪还原为原始源代码行。它还包含一个远程错误报告器,用于将处理后的异常数据和栈追踪传输到中央服务器进行分析。 该库涵盖了广泛的功能领域,包括错误轨迹提取、结构化轨迹生成和函数调用插桩。它利用环境特定的解析方式,将各种浏览器错误格式标准化为统一的对象模型。

    Translates minified JavaScript stack traces back to original source lines using source map files.

    JavaScripterror-handlingjavascriptstacktracejs
    在 GitHub 上查看↗4,005
  • obfuscar/obfuscarobfuscar 的头像

    obfuscar/obfuscar

    3,007在 GitHub 上查看↗

    Obfuscar is a .NET assembly obfuscator and managed code protector designed to prevent reverse engineering of compiled binaries. It functions as a binary metadata compressor and security tool that renames symbols and encodes strings to protect intellectual property. The project distinguishes itself by altering the Common Intermediate Language structure and modifying assembly metadata tables to hide implementation details. It provides string-to-buffer encoding to prevent plain-text analysis of constants and includes a strong-name re-signing mechanism to ensure modified assemblies remain valid a

    Generates mapping files to translate obfuscated identifiers back to original names for debugging call stacks.

    C#c-sharpdotnetdotnet-framework
    在 GitHub 上查看↗3,007
  1. Home
  2. Software Engineering & Architecture
  3. Stacks
  4. Stack Trace Formatters
  5. Source Map Resolution