feat(telemetry): record backing-binary versions on spans, captured at build time

This commit is contained in:
Julien Neuhart
2026-06-07 14:50:36 +02:00
parent 2050b4ae6b
commit d4c20c6b39
15 changed files with 606 additions and 242 deletions

View File

@@ -194,9 +194,6 @@ func Run() {
if parsedFlags.MustBool("gotenberg-build-debug-data") {
// Build the debug data.
gotenberg.BuildDebug(ctx)
// Surface engine versions per trace once modules have reported them.
gotenberg.EmitStartupSpan(context.Background())
}
quit := make(chan os.Signal, 1)