Skip to content

Commit

Permalink
Remove subjective statement regarding decorators (#4771)
Browse files Browse the repository at this point in the history
  • Loading branch information
ocelotl authored Jul 2, 2024
1 parent 802beb9 commit 680e19b
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions content/en/docs/languages/python/instrumentation.md
Original file line number Diff line number Diff line change
Expand Up @@ -103,10 +103,6 @@ ending it when `do_work()` is finished.
To use the decorator, you must have a `tracer` instance available global to your
function declaration.

If you need to add [attributes](#add-attributes-to-a-span),
[events](#adding-events), or [links](#adding-links) then it's less convenient to
use a decorator.

### Get the current span

Sometimes it's helpful to access whatever the current
Expand Down

0 comments on commit 680e19b

Please sign in to comment.