Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface CustomAttributeFunction

Package version

Function that can be provided to plugin in order to add custom attributes to spans

Hierarchy

  • CustomAttributeFunction

Callable

  • __call(span: Span, ...rest: any[]): void
  • Function that can be provided to plugin in order to add custom attributes to spans

    Parameters

    • span: Span
    • Rest ...rest: any[]

    Returns void

Generated using TypeDoc