Closed
Description
Describe the bug
After setting up the new_relix_elixir agent and new_relic_absinthe agent, the only data that shows up in the New Relic dashboard are database queries. No transactions.
I did add it to the middleware like so:
def middleware(middleware, _field, %Absinthe.Type.Object{
identifier: identifier
})
when identifier in [:query, :subscription, :mutation] do
[NewRelic.Absinthe.Middleware, Instrument, RequestLogger] ++ middleware
end
Environment
- Elixir & Erlang version: Erlang/OTP 23, Elixir 1.11.3
- Agent version: new_relic_agent 1.23.6, new_relic_absinthe 0.0.4
- Absinthe version: absinthe 1.5.5
Am I missing additional configuration?
Metadata
Metadata
Assignees
Labels
No labels