diff --git a/handler/graphql.go b/handler/graphql.go index b27e967a3c9..918671a9a22 100644 --- a/handler/graphql.go +++ b/handler/graphql.go @@ -58,8 +58,6 @@ func (c *Config) newRequestContext(es graphql.ExecutableSchema, doc *ast.QueryDo if hook := c.tracer; hook != nil { reqCtx.Tracer = hook - } else { - reqCtx.Tracer = &graphql.NopTracer{} } if c.complexityLimit > 0 {