diff --git a/pkg/launcher/options.go b/pkg/launcher/options.go index a117e8c5a..f78a78102 100644 --- a/pkg/launcher/options.go +++ b/pkg/launcher/options.go @@ -129,7 +129,7 @@ type Options struct { // DisableTraceIngestTLS allows for disabling TLS when connecting to the observability ingest server DisableTraceIngestTLS bool // DebugUploadRequestURL is the url to request a signed url to upload debug artifacts - DebugUploadRequestUrl string + DebugUploadRequestURL string // ConfigFilePath is the config file options were parsed from, if provided ConfigFilePath string