You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
feat(tracer): deprecate App Analytics API to a no-op
The user-facing App Analytics API is now a deprecated no-op: it remains
callable (Tag::ANALYTICS_KEY, TraceAnalyticsProcessor, DD_TRACE_ANALYTICS_ENABLED
stay defined) but no longer applies any behavior nor emits the _dd1.sr.eausr
metric in-process or on the wire.
- serializer.c: drop the DD_TRACE_ANALYTICS_ENABLED/web-analytics emission,
stop converting the analytics.event meta key to the metric (still consumed),
and skip _dd1.sr.eausr in the metrics serialization loop.
- TraceAnalyticsProcessor::normalizeAnalyticsValue is now an empty no-op;
Tag::ANALYTICS_KEY, the processor, and the api stubs are marked @deprecated.
- Tests rewritten to assert the API is callable and emits no _dd1.sr.eausr.
0 commit comments