diff --git a/detectors/node/resource-detector-deployment/package.json b/detectors/node/resource-detector-deployment/package.json index 3679bfa7..479e1cda 100644 --- a/detectors/node/resource-detector-deployment/package.json +++ b/detectors/node/resource-detector-deployment/package.json @@ -11,6 +11,7 @@ "files": [ "dist/src/**/*.js", "dist/src/**/*.d.ts", + "dist/src/**/*.js.map", "LICENSE", "README.md" ], diff --git a/detectors/node/resource-detector-git/package.json b/detectors/node/resource-detector-git/package.json index 2a70a0b5..64eddfc8 100644 --- a/detectors/node/resource-detector-git/package.json +++ b/detectors/node/resource-detector-git/package.json @@ -11,6 +11,7 @@ "files": [ "dist/src/**/*.js", "dist/src/**/*.d.ts", + "dist/src/**/*.js.map", "LICENSE", "README.md" ], diff --git a/detectors/node/resource-detector-service/package.json b/detectors/node/resource-detector-service/package.json index cf091284..c7e213c3 100644 --- a/detectors/node/resource-detector-service/package.json +++ b/detectors/node/resource-detector-service/package.json @@ -11,6 +11,7 @@ "files": [ "dist/src/**/*.js", "dist/src/**/*.d.ts", + "dist/src/**/*.js.map", "LICENSE", "README.md" ], diff --git a/detectors/resource-detector-sync-api/package.json b/detectors/resource-detector-sync-api/package.json index 7a17c8ae..630b5150 100644 --- a/detectors/resource-detector-sync-api/package.json +++ b/detectors/resource-detector-sync-api/package.json @@ -11,6 +11,7 @@ "files": [ "dist/src/**/*.js", "dist/src/**/*.d.ts", + "dist/src/**/*.js.map", "LICENSE", "README.md" ], diff --git a/packages/instrumentation-amqplib/package.json b/packages/instrumentation-amqplib/package.json index 0a6a3455..259029e5 100644 --- a/packages/instrumentation-amqplib/package.json +++ b/packages/instrumentation-amqplib/package.json @@ -14,6 +14,7 @@ "files": [ "dist/src/**/*.js", "dist/src/**/*.d.ts", + "dist/src/**/*.js.map", "LICENSE", "README.md" ], diff --git a/packages/instrumentation-aws-sdk/package.json b/packages/instrumentation-aws-sdk/package.json index ada75525..519b56cc 100644 --- a/packages/instrumentation-aws-sdk/package.json +++ b/packages/instrumentation-aws-sdk/package.json @@ -13,6 +13,7 @@ "files": [ "dist/src/**/*.js", "dist/src/**/*.d.ts", + "dist/src/**/*.js.map", "LICENSE", "README.md" ], diff --git a/packages/instrumentation-elasticsearch/package.json b/packages/instrumentation-elasticsearch/package.json index f453451b..64ec7bb8 100644 --- a/packages/instrumentation-elasticsearch/package.json +++ b/packages/instrumentation-elasticsearch/package.json @@ -19,6 +19,7 @@ "dist/**/*.js", "dist/**/*.js.map", "dist/**/*.d.ts", + "dist/src/**/*.js.map", "LICENSE", "README.md" ], diff --git a/packages/instrumentation-express/package.json b/packages/instrumentation-express/package.json index 9e2c505c..90b03ba9 100644 --- a/packages/instrumentation-express/package.json +++ b/packages/instrumentation-express/package.json @@ -9,6 +9,7 @@ "files": [ "dist/src/**/*.js", "dist/src/**/*.d.ts", + "dist/src/**/*.js.map", "LICENSE", "README.md" ], diff --git a/packages/instrumentation-kafkajs/package.json b/packages/instrumentation-kafkajs/package.json index a8aa0d75..e7383f70 100644 --- a/packages/instrumentation-kafkajs/package.json +++ b/packages/instrumentation-kafkajs/package.json @@ -13,6 +13,7 @@ "files": [ "dist/src/**/*.js", "dist/src/**/*.d.ts", + "dist/src/**/*.js.map", "LICENSE", "README.md" ], diff --git a/packages/instrumentation-socket.io/package.json b/packages/instrumentation-socket.io/package.json index ca19c57f..79780fe0 100644 --- a/packages/instrumentation-socket.io/package.json +++ b/packages/instrumentation-socket.io/package.json @@ -13,6 +13,7 @@ "files": [ "dist/src/**/*.js", "dist/src/**/*.d.ts", + "dist/src/**/*.js.map", "LICENSE", "README.md" ], diff --git a/packages/instrumentation-testing-utils/package.json b/packages/instrumentation-testing-utils/package.json index e0ffd975..2944cc93 100644 --- a/packages/instrumentation-testing-utils/package.json +++ b/packages/instrumentation-testing-utils/package.json @@ -13,6 +13,7 @@ "files": [ "dist/src/**/*.js", "dist/src/**/*.d.ts", + "dist/src/**/*.js.map", "LICENSE", "README.md" ],