Skip to main content

SENTRY__SPAN__SOURCE

Constant SENTRY__SPAN__SOURCE 

Source
pub const SENTRY__SPAN__SOURCE: &str = "sentry.span.source";
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: None