Skip to content

Commit f9c25f4

Browse files
authored
Update HAPI Readme to use the aws-xray-sdk (#484)
Update the HAPI plugin readme to use the `aws-xray-sdk` plugin in the example instead of the old `hapi-xray` package.
1 parent ffb0d2a commit f9c25f4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sdk_contrib/hapi/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ Simply register as a normal Hapi plugin
1717
const AWSXRay = require('aws-xray-sdk');
1818

1919
await server.register({
20-
plugin: require('hapi-xray'),
20+
plugin: require('aws-xray-sdk-hapi'),
2121
options: {
2222
captureAWS: true,
2323
plugins: [AWSXRay.plugins.ECSPlugin]

0 commit comments

Comments
 (0)