https://github.com/getsentry/sentry-conventions
Sentry Semantic Conventions
https://github.com/getsentry/sentry-conventions
tag-non-production
Last synced: 10 months ago
JSON representation
Sentry Semantic Conventions
- Host: GitHub
- URL: https://github.com/getsentry/sentry-conventions
- Owner: getsentry
- License: mit
- Created: 2023-10-25T20:05:12.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2025-03-18T14:04:41.000Z (10 months ago)
- Last Synced: 2025-03-22T06:47:09.169Z (10 months ago)
- Topics: tag-non-production
- Language: TypeScript
- Homepage: https://getsentry.github.io/sentry-conventions/
- Size: 355 KB
- Stars: 1
- Watchers: 30
- Forks: 0
- Open Issues: 12
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Sentry Semantic Conventions
> [!WARNING]
> This repository is currently in WIP status. It is not meant for production usage yet.
This repository contains the Sentry Semantic Conventions as defined by [RFC #116](https://github.com/getsentry/rfcs/blob/main/text/0116-sentry-semantic-conventions.md).
Sentry's semantic conventions align with [OpenTelemetry's semantic conventions](https://opentelemetry.io/docs/concepts/semantic-conventions/), and currently apply to span and breadcrumb attributes (`span.data` and `breadcrumb.data` for backwards compatibility).
These will be a standardized naming scheme for operations and data that will be shared across the SDKs, ingest, and the product. This allows us to have a single source of truth for the semantic conventions, and also allows us to generate code for all parts of the stack (ingest, frontend, backend, data pipelines) that need to be aware of this.
# Contributing
Running this repo requires the usage of [volta](https://volta.sh/). See instructions on installing volta on their documentation [here](https://docs.volta.sh/guide/getting-started).
To install required dependencies, run `yarn`.
```bash
yarn
```
# Related Links
- [Sentry Span Data conventions](https://develop.sentry.dev/sdk/performance/span-data-conventions/)
- [Sentry Span Operation conventions](https://develop.sentry.dev/sdk/performance/span-operations/)