Skip to content
This repository has been archived by the owner on Oct 31, 2024. It is now read-only.

Commit

Permalink
fix: Adding source maps (#147)
Browse files Browse the repository at this point in the history
Adding source maps to all packages
  • Loading branch information
habmic authored Jul 4, 2021
1 parent 19f6c70 commit 90a1814
Show file tree
Hide file tree
Showing 11 changed files with 11 additions and 0 deletions.
1 change: 1 addition & 0 deletions detectors/node/resource-detector-deployment/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@
"files": [
"dist/src/**/*.js",
"dist/src/**/*.d.ts",
"dist/src/**/*.js.map",
"LICENSE",
"README.md"
],
Expand Down
1 change: 1 addition & 0 deletions detectors/node/resource-detector-git/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@
"files": [
"dist/src/**/*.js",
"dist/src/**/*.d.ts",
"dist/src/**/*.js.map",
"LICENSE",
"README.md"
],
Expand Down
1 change: 1 addition & 0 deletions detectors/node/resource-detector-service/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@
"files": [
"dist/src/**/*.js",
"dist/src/**/*.d.ts",
"dist/src/**/*.js.map",
"LICENSE",
"README.md"
],
Expand Down
1 change: 1 addition & 0 deletions detectors/resource-detector-sync-api/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@
"files": [
"dist/src/**/*.js",
"dist/src/**/*.d.ts",
"dist/src/**/*.js.map",
"LICENSE",
"README.md"
],
Expand Down
1 change: 1 addition & 0 deletions packages/instrumentation-amqplib/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@
"files": [
"dist/src/**/*.js",
"dist/src/**/*.d.ts",
"dist/src/**/*.js.map",
"LICENSE",
"README.md"
],
Expand Down
1 change: 1 addition & 0 deletions packages/instrumentation-aws-sdk/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@
"files": [
"dist/src/**/*.js",
"dist/src/**/*.d.ts",
"dist/src/**/*.js.map",
"LICENSE",
"README.md"
],
Expand Down
1 change: 1 addition & 0 deletions packages/instrumentation-elasticsearch/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@
"dist/**/*.js",
"dist/**/*.js.map",
"dist/**/*.d.ts",
"dist/src/**/*.js.map",
"LICENSE",
"README.md"
],
Expand Down
1 change: 1 addition & 0 deletions packages/instrumentation-express/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@
"files": [
"dist/src/**/*.js",
"dist/src/**/*.d.ts",
"dist/src/**/*.js.map",
"LICENSE",
"README.md"
],
Expand Down
1 change: 1 addition & 0 deletions packages/instrumentation-kafkajs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@
"files": [
"dist/src/**/*.js",
"dist/src/**/*.d.ts",
"dist/src/**/*.js.map",
"LICENSE",
"README.md"
],
Expand Down
1 change: 1 addition & 0 deletions packages/instrumentation-socket.io/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@
"files": [
"dist/src/**/*.js",
"dist/src/**/*.d.ts",
"dist/src/**/*.js.map",
"LICENSE",
"README.md"
],
Expand Down
1 change: 1 addition & 0 deletions packages/instrumentation-testing-utils/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@
"files": [
"dist/src/**/*.js",
"dist/src/**/*.d.ts",
"dist/src/**/*.js.map",
"LICENSE",
"README.md"
],
Expand Down

0 comments on commit 90a1814

Please sign in to comment.