dd-trace-rb
dd-trace-rb copied to clipboard
fix namespace typos in docs
- 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