We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3762a2e commit 8c2b3f5Copy full SHA for 8c2b3f5
2 files changed
packages/node/package.json
@@ -8,10 +8,10 @@
8
"files": [
9
"dist"
10
],
11
- "homepage": "https://github.com/traceo-dev/traceo-node",
+ "homepage": "https://github.com/traceo-dev/traceo-sdk",
12
"repository": {
13
"type": "git",
14
- "url": "git://github.com/traceo-dev/traceo-node.git"
+ "url": "git://github.com/traceo-dev/traceo-sdk.git"
15
},
16
"scripts": {
17
"build": "tsc -p ./tsconfig.json --outDir dist",
packages/node/src/metrics/runner.ts
@@ -104,7 +104,7 @@ export class MetricsRunner {
104
105
callback: () => {
106
this.clearClientMetrics();
107
- }
+ },
108
});
109
}
110
0 commit comments