Skip to content

Customization

Coming Soon

This page is under construction. We're working hard to bring you comprehensive documentation!

Configuration Options

# settings.py
ORBIT = {
    'ENABLED': True,
    'RECORD_REQUESTS': True,
    'RECORD_QUERIES': True,
    'RECORD_LOGS': True,
    'RECORD_EXCEPTIONS': True,
    'IGNORE_PATHS': ['/health/', '/metrics/'],
    'SLOW_QUERY_THRESHOLD_MS': 100,
}

See the Configuration Guide for all available options.


Full customization guide coming soon!