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 776a03e commit e274636
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 @@ -2,6 +2,7 @@ import { NodeTracerProvider } from '@opentelemetry/node';
import { SimpleSpanProcessor } from '@opentelemetry/tracing';
import { ZipkinExporter } from '@opentelemetry/exporter-zipkin';

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

0 comments on commit e274636

Please sign in to comment.