Skip to content

Commit

Permalink
fix: lint issue
Browse files Browse the repository at this point in the history
  • Loading branch information
rishtigupta committed May 6, 2024
1 parent 3d1eb77 commit 1f70bf4
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/goodmetrics/metricsSetups.ts
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,9 @@ export class MetricsSetups {
props.resourceDimensions ?? new Map<string, Dimension>(),
ingestPort: props.lightstepPort ?? 443,
ingestUrl: props.lightstepUrl ?? 'ingest.lightstep.com',
headers: [new Header('lightstep-access-token', props.lightstepAccessToken)],
headers: [
new Header('lightstep-access-token', props.lightstepAccessToken),
],
});

const unarySink = this.configureBatchedUnaryLightstepSink({
Expand Down

0 comments on commit 1f70bf4

Please sign in to comment.