awesome-repositories.com
Blog
awesome-repositories.com

Découvrez les meilleurs dépôts open-source grâce à notre recherche par IA.

ExplorerRecherches sélectionnéesAlternatives open sourceLogiciels auto-hébergésBlogPlan du site
ProjetÀ proposNotre méthodologiePresseServeur MCP
Mentions légalesConfidentialitéConditions d'utilisation
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

4 dépôts

Awesome GitHub RepositoriesSource Map Uploads

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.

Awesome Source Map Uploads GitHub Repositories

Trouvez les meilleurs dépôts grâce à l'IA.Nous recherchons les dépôts les plus pertinents grâce à l'IA.
  • highlight/highlightAvatar de highlight

    highlight/highlight

    9,303Voir sur GitHub↗

    Highlight est une plateforme d'observabilité full-stack et un système de monitoring qui agrège les logs, les erreurs et les traces distribuées pour fournir une vue unifiée de la santé de l'application. Il fonctionne comme un système de traçage distribué, un service de monitoring d'erreurs et un outil de relecture de session. La plateforme est disponible sous forme de stack de monitoring dockerisée pour des déploiements auto-hébergés sur Linux. Elle se distingue en combinant l'observabilité backend avec un système d'enregistrement visuel qui capture les changements du DOM et les requêtes réseau pour rejouer les interactions des utilisateurs. Le système couvre plusieurs domaines de capacités clés, incluant la gestion centralisée des logs avec des propriétés interrogeables, le suivi des erreurs d'application avec intégration de source maps pour la dés-obfuscation des stack traces, et le traçage distribué des requêtes à travers les microservices. Il inclut également le monitoring de base de données via l'exécution de requêtes nommées et l'analyse de requêtes de recherche pour récupérer des métriques de performance. L'installation peut être effectuée via un déploiement de monitoring auto-hébergé utilisant Docker ou via le provisionnement d'infrastructure cloud.

    Implements a build-pipeline mechanism to upload mapping files for translating minified stack traces into readable source code.

    TypeScript
    Voir sur GitHub↗9,303
  • cloudflare/workers-sdkAvatar de cloudflare

    cloudflare/workers-sdk

    4,186Voir sur GitHub↗

    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.

    TypeScriptclicloudflarecloudflare-workers
    Voir sur GitHub↗4,186
  • uptrace/uptraceAvatar de uptrace

    uptrace/uptrace

    4,098Voir sur 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

    Provides API and bundler plugin support to store source maps for accurate stack trace resolution.

    Goapmapplication-monitoringclickhouse
    Voir sur GitHub↗4,098
  • mozilla/source-mapAvatar de mozilla

    mozilla/source-map

    3,728Voir sur GitHub↗

    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.

    JavaScript
    Voir sur GitHub↗3,728
  1. Home
  2. Development Tools & Productivity
  3. Source Code Mapping
  4. Source Map Resolution
  5. Source Map Uploads

Explorer les sous-tags

  • Source Map ExtractionsThe process of extracting embedded mapping data from a bundle stream into separate files. **Distinct from Source Map Uploads:** Specifically focuses on pulling data out of a stream, whereas Source Map Uploads [f17_mt3] focuses on storing maps in CI/CD.