o
    i8                     @   s&   d dl mZ G dd deZe ZdS )    )DDConfigc                   @   s8   e Zd ZdZejedddddZejeddd	d
dZ	dS )ExceptionReplayConfigzdd.exceptionzreplay.enabledFBooleanz=Enable automatic capturing of exception debugging information)default	help_typehelpzreplay.capture_max_frames   intz:The maximum number of frames to capture for each exceptionN)
__name__
__module____qualname__
__prefix__r   vboolenabledr	   
max_frames r   r   ^/home/ubuntu/.local/lib/python3.10/site-packages/ddtrace/internal/settings/exception_replay.pyr      s     
r   N)ddtrace.internal.settings._corer   r   configr   r   r   r   <module>   s    
