Skip to content

Commit

Permalink
update docs
Browse files Browse the repository at this point in the history
  • Loading branch information
cpiemontese committed Apr 18, 2024
1 parent 8b543e0 commit 0cd598a
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions lib/opentelemetry_absinthe.ex
Original file line number Diff line number Diff line change
Expand Up @@ -20,14 +20,16 @@ defmodule OpentelemetryAbsinthe do
config :opentelemetry_absinthe,
trace_options: [
trace_request_query: false,
trace_response_error: true
trace_response_error: true,
...
]
```
configuration can also be passed directly to the setup function
```
OpentelemetryAbsinthe.setup(
trace_request_query: false,
trace_response_error: true
trace_response_error: true,
...
)
```
Expand Down

0 comments on commit 0cd598a

Please sign in to comment.