Skip to content

Commit 6de3a82

Browse files
feat/package.json keywords
1 parent fe8e4cd commit 6de3a82

4 files changed

Lines changed: 32 additions & 1 deletion

File tree

packages/node/package.json

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,15 @@
1313
"type": "git",
1414
"url": "git://github.com/traceo-dev/traceo-sdk.git"
1515
},
16+
"keywords": [
17+
"error",
18+
"exception",
19+
"bug",
20+
"analytics",
21+
"metrics",
22+
"opentelemetry",
23+
"logs"
24+
],
1625
"scripts": {
1726
"build": "tsc -p ./tsconfig.json --outDir dist",
1827
"build:tarball": "yarn build && npm pack",

packages/opentelemetry-node/package.json

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,14 @@
1616
"type": "git",
1717
"url": "git://github.com/traceo-dev/traceo-sdk.git"
1818
},
19+
"keywords": [
20+
"opentelemetry",
21+
"analytics",
22+
"observability",
23+
"metrics",
24+
"logs",
25+
"traces"
26+
],
1927
"scripts": {
2028
"build": "tsc -p ./tsconfig.json --outDir dist",
2129
"build:tarball": "yarn build && npm pack",
@@ -41,4 +49,4 @@
4149
"engines": {
4250
"node": ">=10"
4351
}
44-
}
52+
}

packages/react/package.json

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,13 @@
1212
"type": "git",
1313
"url": "git://github.com/traceo-dev/traceo-sdk.git"
1414
},
15+
"keywords": [
16+
"analytics",
17+
"react",
18+
"erorr",
19+
"exception",
20+
"observability"
21+
],
1522
"scripts": {
1623
"build": "tsc -p ./tsconfig.json --outDir dist",
1724
"build:tarball": "yarn build && npm pack",

packages/vue/package.json

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,13 @@
1212
"type": "git",
1313
"url": "git://github.com/traceo-dev/traceo-sdk.git"
1414
},
15+
"keywords": [
16+
"analytics",
17+
"vue",
18+
"erorr",
19+
"exception",
20+
"observability"
21+
],
1522
"scripts": {
1623
"build": "tsc -p ./tsconfig.json --outDir dist",
1724
"build:tarball": "yarn build && npm pack",

0 commit comments

Comments
 (0)