# Functions
NewTracer creates a new Tracer.
WithAnalytics enables Trace Analytics for all started spans.
WithAnalyticsRate sets the sampling rate for Trace Analytics events correlated to started spans.
WithOmitTrivial enables omission of graphql fields marked as trivial.
WithServiceName sets the given service name for the client.
WithTraceVariables enables tracing of variables passed into GraphQL queries and resolvers.
# Structs
A Tracer implements the graphql-go/trace.Tracer interface by sending traces to the Datadog tracer.
# Type aliases
Option represents an option that can be used customize the Tracer.