dd-trace-rb icon indicating copy to clipboard operation
dd-trace-rb copied to clipboard

fix namespace typos in docs

Open zackse opened this issue 2 years ago • 0 comments

  • Fix Datadog::SpanOperation -> Datadog::Tracing::SpanOperation
  • Fix Datadog::TraceOperation -> Datadog::Tracing::TraceOperation

What does this PR do?

Fix typos in documentation

Motivation

While upgrading code to the 1.x API (we were using ddtrace 0.52), we ran into a few minor problems.

Additional Notes

How to test the change?

There shouldn't be any occurrences of the incorrect class names in the codebase:

[ -z "$(git grep -E 'Datadog::(Span|Trace)Operation')" ] && echo success

zackse avatar Aug 12 '22 20:08 zackse