Skip to content

Commit

Permalink
fixup! import context in grpc-js plugin
Browse files Browse the repository at this point in the history
  • Loading branch information
Flarna committed Dec 21, 2020
1 parent 4ec22da commit 7286e6d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
* limitations under the License.
*/

import { Span, StatusCode } from '@opentelemetry/api';
import { context, Span, StatusCode } from '@opentelemetry/api';
import type { ServerCallWithMeta, SendUnaryDataCallback } from '../types';
import { grpcStatusCodeToOpenTelemetryStatusCode } from '../utils';
import { RpcAttribute } from '@opentelemetry/semantic-conventions';
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
* limitations under the License.
*/

import { Span, StatusCode } from '@opentelemetry/api';
import { context, Span, StatusCode } from '@opentelemetry/api';
import { RpcAttribute } from '@opentelemetry/semantic-conventions';
import type * as grpcJs from '@grpc/grpc-js';
import type { GrpcJsPlugin } from '../grpcJs';
Expand Down

0 comments on commit 7286e6d

Please sign in to comment.