Skip to content

Commit

Permalink
Update sdk.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
JacksonWeber committed Jan 18, 2024
1 parent 88aa3a0 commit 1d01797
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion experimental/packages/opentelemetry-sdk-node/src/sdk.ts
Original file line number Diff line number Diff line change
Expand Up @@ -331,7 +331,7 @@ export class NodeSDK {
resource: this._resource,
});

// this._tracerProvider = tracerProvider;
this._tracerProvider = tracerProvider;

if (this._tracerProviderConfig) {
tracerProvider.addSpanProcessor(this._tracerProviderConfig.spanProcessor);
Expand Down

0 comments on commit 1d01797

Please sign in to comment.