[!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.
Sentry's semantic conventions align with OpenTelemetry's 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.
Running this repo requires the usage of volta. See instructions on installing volta on their documentation here.
To install required dependencies, run yarn
.
yarn