Skip to content

Commit

Permalink
remove semconv incubating from test
Browse files Browse the repository at this point in the history
  • Loading branch information
garysassano committed Jan 21, 2025
1 parent 4580d26 commit ff814dc
Showing 1 changed file with 2 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@

import * as assert from 'assert';
import { assertEmptyResource } from '@opentelemetry/contrib-test-utils';
import { awsLambdaDetectorSync } from '../../src';
import {
ATTR_CLOUD_PROVIDER,
ATTR_CLOUD_PLATFORM,
Expand All @@ -27,9 +28,7 @@ import {
ATTR_AWS_LOG_GROUP_NAMES,
CLOUD_PROVIDER_VALUE_AWS,
CLOUD_PLATFORM_VALUE_AWS_LAMBDA,
} from '@opentelemetry/semantic-conventions/incubating';

import { awsLambdaDetectorSync } from '../../src';
} from '../../src/semconv';

describe('awsLambdaDetectorSync', () => {
let oldEnv: NodeJS.ProcessEnv;
Expand Down

0 comments on commit ff814dc

Please sign in to comment.