Skip to content

Commit

Permalink
fix(otlp-transformer): disable peer api check for @opentelemetry/api-…
Browse files Browse the repository at this point in the history
…logs
  • Loading branch information
pichlermarc committed May 12, 2023
1 parent 52b31ce commit 54de232
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/peer-api-check.js
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ const appRoot = process.cwd();
const packageJsonUrl = path.resolve(`${appRoot}/package.json`);
const pjson = require(packageJsonUrl);

const needCheckPackages = ['@opentelemetry/api', '@opentelemetry/api-logs'];
const needCheckPackages = ['@opentelemetry/api'];

function checkPackage(package) {
if (pjson.dependencies && pjson.dependencies[package])
Expand Down

0 comments on commit 54de232

Please sign in to comment.