# Tracing

Tracing offers field-level performance monitoring for your GraphQL server. Lighthouse follows the Apollo Tracing response format (opens new window).

# Setup

Add the service provider to your config/app.php

'providers' => [
    \Nuwave\Lighthouse\Tracing\TracingServiceProvider::class,
],