Skip to content

Commit 00af38b

Browse files
committed
removal of @newrelic/aws-sdk
1 parent 3cfecdb commit 00af38b

2 files changed

Lines changed: 1 addition & 3 deletions

File tree

autoinstrumentation/nodejs/package.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,6 @@
1515
},
1616
"dependencies": {
1717
"newrelic": "11.10.1",
18-
"@newrelic/aws-sdk": "7.0.2",
1918
"@newrelic/native-metrics": "10.0.1"
2019
}
2120
}
Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
const newrelic = require('newrelic');
2-
const awsSdk = require('@newrelic/aws-sdk');
32
const nativeMetrics = require('@newrelic/native-metrics');
43

5-
export { newrelic, awsSdk, nativeMetrics };
4+
export { newrelic, nativeMetrics };

0 commit comments

Comments
 (0)