pyvider 2024-12-30
Expanded hub component management with logscribe Uptrace DSN update
89 files · 6,600+ · 42-

Expanded hub component lifecycle management

1 file changed
  • components.py Improved component lifecycle management (24 lines changed)
  • Updated hub components with improved lifecycle management for component registration and initialization streamline internal
    1 file
    • components.py

Updated logscribe tracer and core configuration

4 files changed
  • tracer.py Updated Uptrace DSN and additional tracing capabilities
  • core.py Updated Uptrace DSN configuration
  • config.py Updated configuration
  • env.sh Updated UPTRACE_DSN environment variable
  • Updated Uptrace DSN configuration across logscribe tracer, core, and environment files baseline internal
    3 files
    • tracer.py
    • core.py
    • env.sh
  • Updated logscribe configuration module streamline internal
    1 file
    • config.py

Removed schema fields module and added project notes

3 files changed
  • fields.py Removed (30 lines) - fields now handled via attributes module
  • __init__.py Removed fields import
  • notes.md Added note about async registration/verification
  • Removed schema fields module as schema fields are now handled via the attributes module deprecate internal
    2 files
    • fields.py
    • __init__.py
  • Added project notes about async registration and verification specify internal
    1 file
    • notes.md