LemonCore.Doctor.SupportBundle (lemon_core v0.1.0)

View Source

Builds sanitized support bundle archives from doctor reports, runtime diagnostics, proof metadata, and selected configuration files.

Summary

Functions

redact_text(text)

@spec redact_text(String.t()) :: String.t()

write(report, opts \\ [])

@spec write(
  LemonCore.Doctor.Report.t(),
  keyword()
) :: {:ok, String.t()} | {:error, term()}