Skip to content

Commit

Permalink
Update example.md (#4244)
Browse files Browse the repository at this point in the history
  • Loading branch information
ronensc authored Apr 3, 2024
1 parent ff05f49 commit b0210a9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion content/en/docs/languages/python/automatic/example.md
Original file line number Diff line number Diff line change
Expand Up @@ -284,7 +284,7 @@ instrumentor.instrument_app(app, excluded_urls="/server_request")
```

After running the example again, no instrumentation should appear on the server
side. This is because or the `excluded_urls` option passed to `instrument_app`
side. This is because of the `excluded_urls` option passed to `instrument_app`
that effectively stops the `server_request` function from being instrumented as
its URL matches the regular expression passed to `excluded_urls`.

Expand Down

0 comments on commit b0210a9

Please sign in to comment.