Skip to content

Commit

Permalink
fixup!
Browse files Browse the repository at this point in the history
  • Loading branch information
legendecas committed Nov 2, 2021
1 parent 1fd28db commit 7e3d7da
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ export class MeterProvider implements api.MeterProvider {
name,
version,
// @ts-expect-error ts(2345) TODO: upgrade @opentelemetry/core InstrumentationLibrary definition
schemaUrl: config?.schemaUrl
schemaUrl: options?.schemaUrl
}, this._config)
);
}
Expand Down

0 comments on commit 7e3d7da

Please sign in to comment.