Changelog

Improving AppSignal, one deploy at a time.

Jun 05, 2024

Report GraphQL queries by operation names

Elixir2.12.0

Changed

Group GraphQL queries by operation names if available. It will no longer group all errors and performance measurements under the same action name. If no operation name is set, it will use the default action name of the HTTP request route, like POST /graphql.

If you do not wish to use the operation name, or customize the action name for the GraphQL query request, use the Appsignal.Span.set_name in a plug middleware that is called before or after the HTTP request is made:

Elixir
Appsignal.Span.set_name(Appsignal.Tracer.root_span(), "MyActionName")

See the Elixir package 2.12.0 changelog for more information.

View all Elixir updates

Start your free trial

Don’t let the bad bugs bite. Try AppSignal for free.

AppSignal offers a 30-day free trial, no credit card is required. All features are available in all plans. Start monitoring your application in just a few clicks!