$23 GRAYBYTE WORDPRESS FILE MANAGER $41

SERVER : premium201.web-hosting.com #1 SMP Wed Mar 26 12:08:09 UTC 2025
SERVER IP : 104.21.15.130 | ADMIN IP 216.73.216.174
OPTIONS : CRL = ON | WGT = ON | SDO = OFF | PKEX = OFF
DEACTIVATED : NONE

/opt/alt/python38/lib/python3.8/site-packages/sentry_sdk/__pycache__/

HOME
Current File : /opt/alt/python38/lib/python3.8/site-packages/sentry_sdk/__pycache__//client.cpython-38.pyc
U

��\�!�@s�ddlZddlZddlZddlmZddlmZmZddlmZm	Z	m
Z
mZmZm
Z
mZmZddlmZddlmZmZddlmZddlmZed	�Zd
d�ZGdd
�d
e�Z dS)�N)�datetime)�string_types�	text_type)�strip_event_mut�flatten_metadata�
convert_types�
handle_in_app�
get_type_name�capture_internal_exceptions�current_stacktrace�logger)�make_transport)�DEFAULT_OPTIONS�SDK_INFO)�setup_integrations)�
ContextVarZclient_init_debugcOs�|r4t|dt�s|ddkr4|d}|dd�}nd}tt�}t||�}|dk	rh|�d�dkrh||d<|��D]&\}}||kr�td|f��|||<qp|ddkr�tj�d�|d<|ddkr�tj�d�|d<|ddkr�tj�d	�|d<|S)
Nr��dsnzUnknown option %rZ
SENTRY_DSN�releaseZSENTRY_RELEASE�environmentZSENTRY_ENVIRONMENT)	�
isinstancer�dictr�get�items�	TypeError�os�environ)�args�kwargsr�rv�options�key�value�r#�B/opt/alt/python38/lib/python3.8/site-packages/sentry_sdk/client.py�get_options!s&

r%c@sleZdZdZdd�Zedd��Zdd�Zdd	�Zddd�Z	dd
d�Z
ddd�Zddd�Zdd�Z
dd�Zd
S)�Clientz�The client is internally responsible for capturing the events and
    forwarding them to sentry through the configured transport.  It takes
    the client options as keyword arguments and optionally the DSN as first
    argument.
    c	Os|t�d�}z`t||�|_}t�|d�t|�|_d}|d|krRtd�|���t	|d|dd�|_
W5t�|�XdS)	NF�debug)�always�neverZsmallZmedium�request_bodiesz3Invalid value for request_bodies. Must be one of {}�integrationsZdefault_integrations)Z
with_defaults)�_client_init_debugr�setr%r r
�	transport�
ValueError�formatrr+)�selfrrZ	old_debugr r*r#r#r$�__init__Fs"

���zClient.__init__cCs
|jdS)z%Returns the configured DSN as string.r)r �r1r#r#r$r\sz
Client.dsnc	Cs�|�d�dkrt��|d<|dk	r:|�||�}|dkr:dS|jdr�d|kr�d|kr�d|kr�t��"t|jd�ddd	�g|d<W5QRXd
D]6}|�|�dkr�|j|dk	r�t|j|���||<q�|�d�dkr�t	t
�}t|j�
��|d<||d<|�d
�dk�rd|d
<t||jd|jd�}|dk	�rHt|�}t|�t|�}|jd}|dk	�r�d}t��|||�}W5QRX|dk�r�t�d|�|}|S)N�	timestampZattach_stacktrace�	exception�
stacktrace�threadsZwith_localsFT)r6Zcrashed�current)rrZserver_name�distZsdkr+�platform�pythonZin_app_excludeZin_app_include�before_sendzbefore send dropped event (%s))rr�utcnowZapply_to_eventr r
rr�striprr�sortedr+�keysrrrrr�info)r1�event�hint�scoper!Zsdk_infor<Z	new_eventr#r#r$�_prepare_eventas^�������



zClient._prepare_eventcCs~|�d�}|dkrdSt|d�}d|dj|f}|jdD]:}t|t�rd||ks\||krxdSq>t|d|�r>dSq>dS)N�exc_infoFrz%s.%s�
ignore_errorsT)rr	�
__module__r rr�
issubclass)r1rBrCrFZ	type_name�	full_nameZerrclsr#r#r$�_is_ignored_error�s

zClient._is_ignored_errorNcCsJ|dk	r|jsdS|jddkr6t��|jdkr6dS|�||�rFdSdS)NFZsample_rateg�?T)�_should_capturer �randomrK)r1rBrCrDr#r#r$rL�s��zClient._should_capturecCsz|jdkrdS|dkri}|�d�}|dkr>t��j|d<}|�|||�sPdS|�|||�}|dkrjdS|j�|�|S)a�Captures an event.

        This takes the ready made event and an optoinal hint and scope.  The
        hint is internally used to further customize the representation of the
        error.  When provided it's a dictionary of optional information such
        as exception info.

        If the transport is not set nothing happens, otherwise the return
        value of this function will be the ID of the captured event.
        NZevent_id)r.r�uuidZuuid4�hexrLrE�
capture_event)r1rBrCrDrr#r#r$rP�s

zClient.capture_eventcCs,|jdk	r(|j||d�|j��d|_dS)z|
        Close the client and shut down the transport. Arguments have the same
        semantics as `self.flush()`.
        N��timeout�callback)r.�flush�kill�r1rRrSr#r#r$�close�s

zClient.closecCs0|jdk	r,|dkr|jd}|jj||d�dS)a{
        Wait `timeout` seconds for the current events to be sent. If no
        `timeout` is provided, the `shutdown_timeout` option value is used.

        The `callback` is invoked with two arguments: the number of pending
        events and the configured timeout.  For instance the default atexit
        integration will use this to render out a message on stderr.
        NZshutdown_timeoutrQ)r.r rTrVr#r#r$rT�s	

zClient.flushcCs|S�Nr#r3r#r#r$�	__enter__�szClient.__enter__cCs|��dSrX)rW)r1�exc_type�	exc_value�tbr#r#r$�__exit__szClient.__exit__)N)NN)NN)NN)�__name__rH�__qualname__�__doc__r2�propertyrrErKrLrPrWrTrYr]r#r#r#r$r&?s
?�




r&)!rrNrMrZsentry_sdk._compatrrZsentry_sdk.utilsrrrrr	r
rrZsentry_sdk.transportr
Zsentry_sdk.constsrrZsentry_sdk.integrationsrrZ
ClientOptionsZScopeZAny�Dict�Optionalr,r%�objectr&r#r#r#r$�<module>s(




Current_dir [ NOT WRITEABLE ] Document_root [ WRITEABLE ]


[ Back ]
NAME
SIZE
LAST TOUCH
USER
CAN-I?
FUNCTIONS
..
--
21 Mar 2024 10.24 AM
root / linksafe
0755
__init__.cpython-38.opt-1.pyc
1.485 KB
10 Jul 2020 5.54 PM
root / linksafe
0644
__init__.cpython-38.pyc
1.485 KB
10 Jul 2020 5.54 PM
root / linksafe
0644
_compat.cpython-38.opt-1.pyc
2.513 KB
10 Jul 2020 5.54 PM
root / linksafe
0644
_compat.cpython-38.pyc
2.513 KB
10 Jul 2020 5.54 PM
root / linksafe
0644
api.cpython-38.opt-1.pyc
2.889 KB
10 Jul 2020 5.54 PM
root / linksafe
0644
api.cpython-38.pyc
2.889 KB
10 Jul 2020 5.54 PM
root / linksafe
0644
client.cpython-38.opt-1.pyc
6.12 KB
10 Jul 2020 5.54 PM
root / linksafe
0644
client.cpython-38.pyc
6.12 KB
10 Jul 2020 5.54 PM
root / linksafe
0644
consts.cpython-38.opt-1.pyc
0.945 KB
10 Jul 2020 5.54 PM
root / linksafe
0644
consts.cpython-38.pyc
0.945 KB
10 Jul 2020 5.54 PM
root / linksafe
0644
debug.cpython-38.opt-1.pyc
1.572 KB
10 Jul 2020 5.54 PM
root / linksafe
0644
debug.cpython-38.pyc
1.572 KB
10 Jul 2020 5.54 PM
root / linksafe
0644
hub.cpython-38.opt-1.pyc
11.588 KB
10 Jul 2020 5.54 PM
root / linksafe
0644
hub.cpython-38.pyc
11.588 KB
10 Jul 2020 5.54 PM
root / linksafe
0644
scope.cpython-38.opt-1.pyc
6.356 KB
10 Jul 2020 5.54 PM
root / linksafe
0644
scope.cpython-38.pyc
6.356 KB
10 Jul 2020 5.54 PM
root / linksafe
0644
transport.cpython-38.opt-1.pyc
5.657 KB
10 Jul 2020 5.54 PM
root / linksafe
0644
transport.cpython-38.pyc
5.657 KB
10 Jul 2020 5.54 PM
root / linksafe
0644
utils.cpython-38.opt-1.pyc
20.44 KB
10 Jul 2020 5.54 PM
root / linksafe
0644
utils.cpython-38.pyc
20.44 KB
10 Jul 2020 5.54 PM
root / linksafe
0644
worker.cpython-38.opt-1.pyc
3.22 KB
10 Jul 2020 5.54 PM
root / linksafe
0644
worker.cpython-38.pyc
3.22 KB
10 Jul 2020 5.54 PM
root / linksafe
0644

GRAYBYTE WORDPRESS FILE MANAGER @ 2025 CONTACT ME
Static GIF