Skip to content

Commit

Permalink
chore: add missing files entries to package.json (open-telemetry#820)
Browse files Browse the repository at this point in the history
  • Loading branch information
macno committed Nov 9, 2023
1 parent 945f809 commit 986002e
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 2 deletions.
7 changes: 6 additions & 1 deletion metapackages/auto-instrumentations-node/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -93,5 +93,10 @@
"@opentelemetry/resource-detector-gcp": "^0.29.2",
"@opentelemetry/resources": "^1.12.0",
"@opentelemetry/sdk-node": "^0.45.1"
}
},
"files": [
"build/src/**/*.js",
"build/src/**/*.js.map",
"build/src/**/*.d.ts"
]
}
7 changes: 6 additions & 1 deletion metapackages/auto-instrumentations-web/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -65,5 +65,10 @@
"@opentelemetry/instrumentation-fetch": "^0.45.1",
"@opentelemetry/instrumentation-user-interaction": "^0.33.2",
"@opentelemetry/instrumentation-xml-http-request": "^0.45.1"
}
},
"files": [
"build/src/**/*.js",
"build/src/**/*.js.map",
"build/src/**/*.d.ts"
]
}

0 comments on commit 986002e

Please sign in to comment.