Skip to content

[3.2] Integrate Telemetry into Generator #62

@adnaan

Description

@adnaan

Description

Hook telemetry capture into the generation flow so every attempt is recorded.

Depends on: #3.1

Tasks

  • Start capture at beginning of generation
  • Record all inputs and configuration
  • Record validation results
  • Record any errors with context
  • Finalize capture at end (success or failure)
  • Ensure capture doesn't slow down generation noticeably

Acceptance Criteria

  • All lvt gen commands record telemetry
  • Failed generations include error details
  • Capture adds <10ms overhead
  • Works correctly even if generation crashes

Files to Modify

  • internal/generator/resource.go
  • internal/generator/view.go
  • internal/generator/auth.go

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions