Skip to content

Commit

Permalink
Merge pull request newrelic#189 from mrickard/NEWRELIC-4869/remove-in…
Browse files Browse the repository at this point in the history
…dex-for-standalone

chore!: Removed index.js for standalone operation
  • Loading branch information
bizob2828 authored May 24, 2023
2 parents 90ff993 + 1be9ddd commit f6dd810
Show file tree
Hide file tree
Showing 4 changed files with 1 addition and 54 deletions.
11 changes: 0 additions & 11 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,17 +9,6 @@ New Relic's official AWS SDK package instrumentation for use with [the Node.js a

This package is [a dependency of the the Node Agent](https://github.com/newrelic/node-newrelic/blob/2121ffdc5001ea1bf9ab473138b9446c1f2a7eef/package.json#L147), and the average user should not need to install it manually.

If you are not the average user, you can add this package to your project using your package manager of choice (`npm` below), and then `require` the module into your project.

```
$ npm install @newrelic/aws-sdk
```

```javascript
// index.js
require('@newrelic/aws-sdk')
```

## Getting Started

Our instrumentation automatically tracks all SDK calls as "external" activities. In addition, the following have more specific instrumentation to capture additional data store or queue information.
Expand Down
40 changes: 0 additions & 40 deletions index.js

This file was deleted.

2 changes: 0 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@
"name": "@newrelic/aws-sdk",
"version": "5.0.5",
"description": "New Relic instrumentation of the aws-sdk package.",
"main": "index.js",
"scripts": {
"test": "npm run unit && npm run versioned",
"third-party-updates": "oss third-party manifest && oss third-party notices && git add THIRD_PARTY_NOTICES.md third_party_manifest.json",
Expand Down Expand Up @@ -51,7 +50,6 @@
"newrelic": ">=8.7.0"
},
"files": [
"index.js",
"nr-hooks.js",
"lib/**",
"*.md"
Expand Down
2 changes: 1 addition & 1 deletion third_party_manifest.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"lastUpdated": "Tue May 09 2023 11:40:30 GMT-0400 (Eastern Daylight Time)",
"lastUpdated": "Tue May 16 2023 10:28:49 GMT-0400 (Eastern Daylight Time)",
"projectName": "New Relic AWS-SDK Instrumentation",
"projectUrl": "https://github.com/newrelic/node-newrelic-aws-sdk",
"includeOptDeps": false,
Expand Down

0 comments on commit f6dd810

Please sign in to comment.