Skip to content

Commit

Permalink
fix lint issues
Browse files Browse the repository at this point in the history
  • Loading branch information
cindy-peng committed Apr 16, 2024
1 parent 809b940 commit 73de242
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 3 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,9 @@
"webpack-cli": "^5.0.0",
"@opentelemetry/sdk-trace-node": "^1.23.0",
"@opentelemetry/sdk-node": "^0.50.0",
"@opentelemetry/semantic-conventions": "1.23.0",
"@opentelemetry/semantic-conventions": "^1.23.0",
"@opentelemetry/sdk-trace-base": "^1.23.0",
"@opentelemetry/resources": "^1.23.0",
"@google-cloud/opentelemetry-cloud-trace-exporter": "^2.1.0"
},
"engines": {
Expand Down
2 changes: 1 addition & 1 deletion src/utils/context.ts
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
import * as http from 'http';
import * as uuid from 'uuid';
import * as crypto from 'crypto';
import { trace, isSpanContextValid } from '@opentelemetry/api';
import {trace, isSpanContextValid} from '@opentelemetry/api';

/** Header that carries span context across Google infrastructure. */
export const X_CLOUD_TRACE_HEADER = 'x-cloud-trace-context';
Expand Down

0 comments on commit 73de242

Please sign in to comment.