Skip to content

Commit

Permalink
chore: restore removed require from getting-started example
Browse files Browse the repository at this point in the history
  • Loading branch information
alisabzevari committed Aug 8, 2021
1 parent e82df3e commit a034441
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions getting-started/ts-example/traced-example/tracing.ts
Expand Up @@ -3,6 +3,7 @@ import { NodeTracerProvider } from '@opentelemetry/sdk-trace-node';
import { SimpleSpanProcessor } from '@opentelemetry/sdk-trace-base';
import { ZipkinExporter } from '@opentelemetry/exporter-zipkin';

const { SemanticResourceAttributes } = require('@opentelemetry/semantic-conventions');
const { Resource } = require('@opentelemetry/resources');
const { SemanticResourceAttributes } = require('@opentelemetry/semantic-conventions');
// For Jaeger, use the following line instead:
Expand Down

0 comments on commit a034441

Please sign in to comment.