Skip to content

Commit cec7306

Browse files
authored
Add keywords to ADOT JS package (#84)
*Issue #, if available:* *Description of changes:* Adding keywords, some borrowed from: - https://github.com/aws/aws-xray-sdk-node/blob/master/packages/core/package.json#L47-L54 - https://github.com/aws-observability/aws-otel-js-instrumentation/blob/main/lambda-layer/packages/layer/package.json#L26-L34 - https://github.com/aws-observability/aws-otel-js/blob/main/package.json#L33-L41 By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice.
1 parent 551fce7 commit cec7306

File tree

1 file changed

+21
-0
lines changed
  • aws-distro-opentelemetry-node-autoinstrumentation

1 file changed

+21
-0
lines changed

aws-distro-opentelemetry-node-autoinstrumentation/package.json

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,27 @@
3737
"bugs": {
3838
"url": "https://github.com/aws-observability/aws-otel-js-instrumentation/issues"
3939
},
40+
"keywords": [
41+
"aws",
42+
"amazon",
43+
"adot",
44+
"adotjs",
45+
"adot-js",
46+
"adot js",
47+
"xray",
48+
"x-ray",
49+
"x ray",
50+
"awsxray",
51+
"awsdistroopentelemetry",
52+
"opentelemetry",
53+
"otel",
54+
"awslambda",
55+
"nodejs",
56+
"trace",
57+
"tracing",
58+
"profiling",
59+
"instrumentation"
60+
],
4061
"devDependencies": {
4162
"@aws-sdk/client-bedrock": "3.632.0",
4263
"@aws-sdk/client-bedrock-agent": "3.632.0",

0 commit comments

Comments
 (0)