-
Notifications
You must be signed in to change notification settings - Fork 11
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
api.add_hooks(TracingHook())
doesn't work
#67
Comments
Also, it seems that the environment variables are not working properly.
Looks like it is not using the env vars. |
Hi @julianocosta89, thanks for the report! This is a mistake in our docs.
As for the environment variables in the Flagd, we have not yet released the version that supports them, but we should do so very soon. |
Opened #68 to fix the docs. |
Hello all,
I was following those steps to add the hook to the OTel demo:
https://github.com/open-feature/python-sdk-contrib/tree/main/hooks/openfeature-hooks-opentelemetry#usage
But when using:
api.add_hooks(TracingHook())
I got the following error:
Then I've tried using
client.add_hooks(TracingHook())
and got the following one:The text was updated successfully, but these errors were encountered: