# Functions
NewRouter returns a new router instance traced with the global tracer.
NoDebugStack prevents stack traces from being attached to spans finishing with an error.
WithAnalytics enables Trace Analytics for all started spans.
WithAnalyticsRate sets the sampling rate for Trace Analytics events correlated to started spans.
WithResourceNamer specifies a quantizing function which will be used to obtain the resource name for a given request.
WithServiceName sets the given service name for the router.
WithSpanOptions applies the given set of options to the spans started by the router.
# Type aliases
RouterOption represents an option that can be passed to NewRouter.