# Functions
Middleware returns a new Gin middleware handler for tracing requests and reporting errors.
WithPanicPropagation returns an Option which enable panic propagation.
WithRequestIgnorer returns a Option which sets r as the function to use to determine whether or not a request should be ignored.
WithTracer returns an Option which sets t as the tracer to use for tracing server requests.
# Type aliases
Option sets options for tracing.