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

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

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

4 مستودعات

Awesome GitHub RepositoriesError Reporting

Systems for capturing and displaying runtime crashes and warnings during the development lifecycle.

Distinguishing note: Focuses on developer-facing feedback during the build and run cycle, distinct from production-grade crash monitoring.

Explore 4 awesome GitHub repositories matching development tools & productivity · Error Reporting. Refine with filters or upvote what's useful.

Awesome Error Reporting GitHub Repositories

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

    expo/expo

    50,111عرض على GitHub↗

    Expo is a universal mobile framework designed to build native iOS and Android applications from a single codebase using web-standard technologies. It provides a comprehensive development environment that includes a unified runtime for testing, cloud-based infrastructure for compiling and signing native binaries, and automated tools for managing the entire mobile release lifecycle, including app store submission. The framework distinguishes itself through a plugin-based native configuration engine that programmatically modifies project files, allowing developers to integrate native modules wit

    Expo displays fatal crashes and non-fatal warnings during development to help identify and resolve logic issues before production release.

    TypeScriptandroidapp-frameworkexpo
    عرض على GitHub↗50,111
  • conventional-changelog/commitlintالصورة الرمزية لـ conventional-changelog

    conventional-changelog/commitlint

    18,324عرض على GitHub↗

    Commitlint is a command-line utility designed to lint and validate Git commit messages against established conventions. By parsing commit messages into structured components, it ensures that project history remains consistent, which facilitates automated changelog generation and semantic versioning. The tool distinguishes itself through a schema-driven validation engine that supports custom rule definitions and plugin-based extensions. It enables standardized project governance by allowing teams to distribute and inherit shared configuration rule sets across multiple repositories, ensuring un

    Processes validation failures through a customizable formatter to provide human-readable feedback.

    TypeScriptcommitconventionsgit
    عرض على GitHub↗18,324
  • astral-sh/tyالصورة الرمزية لـ astral-sh

    astral-sh/ty

    17,287عرض على GitHub↗

    This project is a high-performance static type checker and comprehensive development toolkit for Python. It functions as a core analysis engine that identifies type inconsistencies and enforces code correctness, while simultaneously providing a language server implementation to deliver real-time diagnostics and intelligence directly within development environments. The tool distinguishes itself through a parallelized execution engine that maximizes performance across large-scale codebases and monorepo structures. It supports gradual type adoption, allowing developers to integrate type checkin

    Enables or disables the display of syntax errors to prevent duplicate notifications when using multiple analysis tools.

    Python
    عرض على GitHub↗17,287
  • jetzig-framework/jetzigالصورة الرمزية لـ jetzig-framework

    jetzig-framework/jetzig

    1,487عرض على GitHub↗

    Jetzig is a full-stack web framework built in the Zig programming language. It provides a structured environment for developing web applications and programmatic APIs by mapping incoming HTTP traffic directly to files on the filesystem. The framework distinguishes itself through a compile-time approach to template rendering, which ensures type safety and performance during the build phase. It manages application state and cross-cutting concerns through a middleware-based interception system and encrypted, session-based cookie storage. The platform includes integrated support for persistent d

    Provides detailed stack traces and error reporting during development to assist in identifying and resolving runtime issues.

    Zigzig-package
    عرض على GitHub↗1,487
  1. Home
  2. Development Tools & Productivity
  3. Error Reporting