# Functions
Middleware returns echo middleware which will trace incoming requests.
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.
WithHeaderTags enables the integration to attach HTTP request headers as span tags.
WithServiceName sets the given service name for the system.
WithStatusCheck specifies a function fn which reports whether the passed statusCode should be considered an error.
# Type aliases
Option represents an option that can be passed to Middleware.