getsentry / getsentry/sentry-javascript
Make fs instrumentation follow semantic conventions
Open
Improvement
Node.js
- Dominant language
- TypeScript
- Stars
- 8.7k
- Forks
- 1.8k
- Avg merge
- 1d 17h
- Merged PRs (30d)
- 515
Description
### Description
See https://opentelemetry.io/docs/specs/semconv/attributes-registry/file/
https://github.com/getsentry/sentry-javascript/blob/bdbdcc87b8816d439740395dcc551e5289e4431d/packages/node/src/integrations/fs.ts#L52 sets non namespaced attributes that don't follow conventions. We should see if we can set those as appropriate, and or contribute upstream to improve the conventions.
Contributor guide
Assessment
This issue has not been assessed yet.