<!DOCTYPE html>
<html lang="en">

<head>
    <meta charset="UTF-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1.0">
    <link href="https://cdn.jsdelivr.net/npm/bootstrap@5.3.0-alpha1/dist/css/bootstrap.min.css" rel="stylesheet"
        integrity="sha384-GLhlTQ8iRABdZLl6O3oVMWSktQOp6b7In1Zl3/Jr59b6EGGoI1aFkw7cmDA6j6gD" crossorigin="anonymous">
    <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.3.0/css/all.min.css"
        integrity="sha512-SzlrxWUlpfuzQ+pcUCosxcglQRNAq/DZjVsC0lE40xsADsfeQoEypE+enwcOiGjk/bSuGGKHEyjSoQ1zVisanQ=="
        crossorigin="anonymous" referrerpolicy="no-referrer" />
</head>
</html>
U
    \                     @   sd   d dl mZ d dlZd dlZd dlZd dlmZ d dlmZ d dl	m
Z
 dd ZG dd	 d	e
ZdS )
    )absolute_importN)Hub)logger)Integrationc                 C   sH   dd }|d|   |d|  |dt jdkr2dp4d  tj  d	S )
zThis is the default shutdown callback that is set on the options.
    It prints out a message to stderr that informs the user that some events
    are still pending and the process is waiting for them to flush out.
    c                 S   s   t j| d  d S )N
)sysstderrwrite)msg r   O/opt/alt/python38/lib/python3.8/site-packages/sentry_sdk/integrations/atexit.pyecho   s    zdefault_callback.<locals>.echoz6Sentry is attempting to send %i pending error messageszWaiting up to %s secondszPress Ctrl-%s to quitntZBreakCN)osnamer   r   flush)Zpendingtimeoutr   r   r   r   default_callback   s
    r   c                   @   s&   e Zd ZdZdddZedd ZdS )AtexitIntegrationatexitNc                 C   s   |d krt }|| _d S )N)r   callback)selfr   r   r   r   __init__"   s    zAtexitIntegration.__init__c                  C   s   t jdd } d S )Nc                  S   s@   t d tj} | t}|d k	r<t d | jj|jd d S )Nzatexit: got shutdown signalzatexit: shutting down client)r   )	r   debugr   mainZget_integrationr   Zclientcloser   )ZhubZintegrationr   r   r   	_shutdown+   s    


z/AtexitIntegration.setup_once.<locals>._shutdown)r   register)r   r   r   r   
setup_once(   s    zAtexitIntegration.setup_once)N)__name__
__module____qualname__Z
identifierr   staticmethodr   r   r   r   r   r      s   
r   )Z
__future__r   r   r   r   Zsentry_sdk.hubr   Zsentry_sdk.utilsr   Zsentry_sdk.integrationsr   ZAnyZOptionalr   r   r   r   r   r   <module>   s   