We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Currently, queries run by dataloader happen under the hood without the ability to pass additional options to them.
It should be possible to do this
Dx.Defd.load!(..., telemetry_options: [...])
config :dx telemetry_options: &MyApp.Dx.Config.telemetry_options/1 defmodule MyApp.Dx.Config do def telemetry_options(atom) do [ logger_metadata: Logger.metadata() ] end end
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Currently, queries run by dataloader happen under the hood without the ability to pass additional options to them.
It should be possible to do this
The text was updated successfully, but these errors were encountered: