4 个仓库
Mechanisms for uploading and storing source map files during CI/CD pipelines.
Distinct from Source Map Resolution: Focuses on the ingestion and storage of map files, whereas Source Map Resolution focuses on the act of translating code.
Explore 4 awesome GitHub repositories matching development tools & productivity · Source Map Uploads. Refine with filters or upvote what's useful.
Highlight 是一个全栈可观测性平台和监控系统,聚合日志、错误和分布式追踪,以提供应用程序健康状况的统一视图。它充当分布式追踪系统、错误监控服务和会话回放工具。 该平台作为 Docker 化的监控栈提供,用于 Linux 上的自托管部署。它的独特之处在于将后端可观测性与视觉记录系统相结合,该系统捕获文档对象模型变更和网络请求,以回放用户交互。 该系统涵盖了几个核心功能领域,包括具有可搜索属性的集中式日志管理、带有用于堆栈跟踪去混淆的源映射集成的应用程序错误追踪,以及跨微服务的分布式请求追踪。它还包括通过命名查询执行进行的数据库监控,以及用于检索性能指标的搜索查询解析。 安装可以通过使用 Docker 的自托管监控部署或通过云基础设施配置来执行。
Implements a build-pipeline mechanism to upload mapping files for translating minified stack traces into readable source code.
This project is an edge computing development toolkit and serverless command line interface used to develop, test, and deploy serverless functions to a global edge network. It serves as an edge runtime bundler and resource orchestrator, managing the entire lifecycle of edge projects from local development to worldwide distribution. The toolkit distinguishes itself through distributed workflow management, coordinating stateful instances and the durable execution of long-running processes across the edge. It also provides specialized integrations for edge AI, including the management of vector
Provides mechanisms to upload source maps to translate minified production stack traces back to original code.
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
Provides API and bundler plugin support to store source maps for accurate stack trace resolution.
This project is a source map implementation library used for generating, parsing, and consuming source maps. It provides the functional components necessary to link transformed or minified code back to original source files, acting as a tool for code transformation debugging. The library includes a source map composer for building trees of code snippets that automatically produce output strings and mappings. It also functions as a source map merger, providing mechanisms to chain and merge multiple maps to resolve multi-step code transformations across different build stages. The project cove
Extracts raw content of original source files directly from the parsed source map data.