Skip to content

Commit

Permalink
remove quotes for otel config
Browse files Browse the repository at this point in the history
  • Loading branch information
SylvainJuge committed Jun 24, 2024
1 parent 5d6b0f8 commit d73f761
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ export function OpenTelemetryInstructions({ apmServerUrl, secretToken }: Props)
},
{
setting: 'OTEL_EXPORTER_OTLP_HEADERS',
value: `"Authorization=Bearer ${secretToken ? secretToken : '<secret-token>'}"`,
value: `Authorization=Bearer ${secretToken ? secretToken : '<secret-token>'}`,
},
{
setting: 'OTEL_METRICS_EXPORTER',
Expand Down

0 comments on commit d73f761

Please sign in to comment.