Skip to content

Commit

Permalink
Fix typo of active_trace in GettingStarted.md
Browse files Browse the repository at this point in the history
  • Loading branch information
JuanitoFatas authored Aug 30, 2023
1 parent 1990eb7 commit 61523c3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/GettingStarted.md
Original file line number Diff line number Diff line change
Expand Up @@ -2396,7 +2396,7 @@ It's safe to use `Datadog::Tracing.reject!` and `Datadog::Tracing.keep!` when no
You can also reject a specific trace instance:

```ruby
# First, grab the active span
# First, grab the active trace
trace = Datadog::Tracing.active_trace
# Rejects the trace
Expand Down

0 comments on commit 61523c3

Please sign in to comment.