globalAttributes property

Map<String, String> globalAttributes
final

App-wide global (span-level) attributes, managed by the native layer. The VuNet agent merges them onto every native span/log, and the native SpanBridge stamps the same set onto every bridged Dart span. Update at runtime with VuTelemetry.setCustomAttribute/VuTelemetry.setCustomAttributes.

Implementation

final Map<String, String> globalAttributes;