pub const SENTRY__SOURCE: &str = "sentry.source";👎Deprecated:
Use SENTRY__SPAN__SOURCE (sentry.span.source) instead.
Expand description
The source of a span, also referred to as transaction source. Known values are: 'custom', 'url', 'route', 'component', 'view', 'task'. ‘source’ describes a parametrized route, while 'url' describes the full URL, potentially containing identifiers.
- PII: False
- Rewriting behavior: Backfill