Commit c7a91c0
Remove @opentelemetry/semantic-conventions dependency
The only usage was SemanticResourceAttributes.SERVICE_NAME (the string
literal 'service.name') in DefaultMeterProvider.ts. Inline the value
and drop the package dependency.
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>1 parent 44420de commit c7a91c0
3 files changed
Lines changed: 1 addition & 6 deletions
File tree
- packages/cli-kit
- src/public/node/vendor/otel-js/service/DefaultOtelService
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
113 | 113 | | |
114 | 114 | | |
115 | 115 | | |
116 | | - | |
117 | 116 | | |
118 | 117 | | |
119 | 118 | | |
| |||
packages/cli-kit/src/public/node/vendor/otel-js/service/DefaultOtelService/DefaultMeterProvider.ts
Lines changed: 1 addition & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2 | 2 | | |
3 | 3 | | |
4 | 4 | | |
5 | | - | |
6 | 5 | | |
7 | 6 | | |
8 | 7 | | |
| |||
19 | 18 | | |
20 | 19 | | |
21 | 20 | | |
22 | | - | |
| 21 | + | |
23 | 22 | | |
24 | 23 | | |
25 | 24 | | |
| |||
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
0 commit comments