GIF89;aGIF89;aGIF89;a
Team Anon Force
https://t.me/Professor6T9x
Professor6T9 Web SheLL
Linux host69.registrar-servers.com 4.18.0-513.18.1.lve.2.el8.x86_64 #1 SMP Sat Mar 30 15:36:11 UTC 2024 x86_64
Apache
68.65.123.79
/
opt
/
alt
/
python38
/
lib
/
python3.8
/
site-packages
/
sentry_sdk
/
__pycache__
[ HOME ]
Exec
Submit
File Name : transport.cpython-38.opt-1.pyc
U ��\' � @ s� d dl mZ d dlZd dlZd dlZd dlZd dlZd dlmZmZ d dl m Z d dlmZm Z mZ d dlmZ zd dlmZ W n ek r� d dlmZ Y nX G dd � d e�ZG d d� de�Z G dd � d e�Z!dd� Z"dS )� )�print_functionN)�datetime� timedelta)�VERSION)�Dsn�logger�capture_internal_exceptions)�BackgroundWorker)� getproxiesc @ s@ e Zd ZdZdZd dd�Zdd� Zddd�Zd d � Zdd� Z dS )� TransportzWBaseclass for all transports. A transport is used to send an event to sentry. Nc C s, || _ |r"|d r"t|d �| _nd | _d S )N�dsn)�optionsr � parsed_dsn)�selfr � r �E/opt/alt/python38/lib/python3.8/site-packages/sentry_sdk/transport.py�__init__( s zTransport.__init__c C s t � �dS )zdThis gets invoked with the event dictionary when an event should be sent to sentry. N)�NotImplementedError�r �eventr r r � capture_event0 s zTransport.capture_eventc C s dS )z=Wait `timeout` seconds for the current events to be sent out.Nr �r �timeout�callbackr r r �flush6 s zTransport.flushc C s dS )zForcefully kills the transport.Nr �r r r r �kill: s zTransport.killc C s&