You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Initially fixed for fastapi, instead of forcing the user to read the excluded_urls from environment, the option of passing the list directly as an argument allows to leverage other mechanisms (config, settings files, reading from env somewhere else, etc).
Is your feature request related to a problem?
Currently, if I don't provide an environment variable, there is no way to exclude_urls. Cannot modify them programmatically either (not in a straightforward way)
Describe the solution you'd like
The instrumentations have an optional parameter excluded_urls to pass this explicitly, using the environment variable as fallback.
Additional context
Related to: #375
Fastapi PR: #486
The text was updated successfully, but these errors were encountered:
Initially fixed for fastapi, instead of forcing the user to read the excluded_urls from environment, the option of passing the list directly as an argument allows to leverage other mechanisms (config, settings files, reading from env somewhere else, etc).
Is your feature request related to a problem?
Currently, if I don't provide an environment variable, there is no way to exclude_urls. Cannot modify them programmatically either (not in a straightforward way)
Describe the solution you'd like
The instrumentations have an optional parameter
excluded_urls
to pass this explicitly, using the environment variable as fallback.Additional context
Related to: #375
Fastapi PR: #486
The text was updated successfully, but these errors were encountered: