
    i#              
          d dl Z d dlZd dlmZmZmZ d dlmZ d dlZd dlm	Z	m
Z
mZmZ d dlmZ d dlmZmZmZmZmZmZ d dlmZ erd dlmZmZmZ d d	lmZ d d
lmZ d dlmZ d dlmZ d dlm Z  d dlm!Z! d dlm"Z" d dlm#Z# d dlm$Z$ d dlm%Z% d dlm&Z& d dl'm(Z(m)Z)  e"d      Z* e%d      Z+d dlm,Z, d dl-m.Z. d dl/m0Z0m1Z1m2Z2m3Z3  G d de(d      Z4 G d de4d      Z5 e(d d!e6i      Z7d"Z8d#Z9 G d$ d%e6e      Z:e:jv                  gZ<e:jz                  e:jz                  e:jz                  e:j|                  e:jv                  e:jz                  e:j|                  e:j|                  e:j|                  d&	Z?d' Z@ G d( d)      ZA G d* d+      ZB G d, d-eB      ZC G d. d/eB      ZDer"e!	 d5dddej                  d0d1       ZFe!d2        ZF	 d5dddej                  d0d3ZFd d4lGmHZHmIZImJZJmKZKmLZLmMZM y)6    N)datetime	timedeltatimezone)Enum)INSTRUMENTER
SPANSTATUSSPANDATASPANTEMPLATE)get_profiler_id)capture_internal_exceptionsget_current_thread_metais_valid_sample_rateloggernanosecond_timeshould_be_treated_as_error)TYPE_CHECKING)CallableMappingMutableMapping)Any)Dict)Iterator)List)Optional)overload)	ParamSpec)Tuple)Union)TypeVar)Set)	TypedDictUnpackPR)ContinuousProfile)Profile)EventMeasurementUnitSamplingContextMeasurementValuec                       e Zd ZU eed<   	 eed<   	 eed<   	 eed<   	 eed<   	 eed<   	 eed<   	 ed   ed	<   	 eed
<   	 ed   ed<   	 eeee	f      ed<   	 ded<   	 eed<   	 eed<   y)
SpanKwargstrace_idspan_idparent_span_idsame_process_as_parentsampledopdescriptionzsentry_sdk.HubhubstatusTransactioncontaining_transactionstart_timestampzsentry_sdk.ScopescopeoriginnameN)
__name__
__module____qualname__str__annotations__boolr   r   r   float     r/var/www/html/hwPaymentPortal-be-dev/hw-payment-portal-api/venv/lib/python3.12/site-packages/sentry_sdk/tracing.pyr,   r,   1   s    	
 T< $$J	
 	
  	Y&''sr ( 778!%%"899	
 "!X	 	`rD   r,   F)totalc                   0    e Zd ZU eed<   	 eed<   	 ded<   y)TransactionKwargssourceparent_sampledBaggagebaggageN)r<   r=   r>   r?   r@   rA   rC   rD   rE   rH   rH   l   s     	 PrD   rH   ProfileContextprofiler_idrL   zsentry-tracec                   *    e Zd ZdZdZdZdZdZdZd Z	y)	TransactionSource	componentcustomroutetaskurlviewc                     | j                   S N)valueselfs    rE   __str__zTransactionSource.__str__   s    zzrD   N)
r<   r=   r>   	COMPONENTCUSTOMROUTETASKURLVIEWr\   rC   rD   rE   rP   rP      s%    IFED
CDrD   rP   )	endpointfunction_namehandler_namemethod_and_path_patternpath
route_nameroute_patternuri_templaterU   c                 \   | dk  rt         j                  S d| cxk  rdk  rn n| dk(  rt         j                  S | dk(  rt         j                  S | dk(  rt         j                  S | dk(  rt         j
                  S | dk(  rt         j                  S | dk(  rt         j                  S t         j                  S d| cxk  rd	k  ran t         j                  S | d
k(  rt         j                  S | dk(  rt         j                  S | dk(  rt         j                  S t         j                  S t         j                  S )z
    Returns the Sentry status corresponding to the given HTTP status code.

    See: https://develop.sentry.dev/sdk/event-payloads/contexts/#trace-context
    i  i  i  i  i  i  i  i  iX  i  i  i  )r   OKPERMISSION_DENIED	NOT_FOUNDRESOURCE_EXHAUSTEDFAILED_PRECONDITIONUNAUTHENTICATEDALREADY_EXISTSINVALID_ARGUMENTDEADLINE_EXCEEDEDUNIMPLEMENTEDUNAVAILABLEINTERNAL_ERRORUNKNOWN_ERROR)http_status_codes    rE   get_span_status_from_http_coderz      s    #}}	 	&3	&s"///$'''$000$111$---$,,,...	 	&3	& ### s"///$+++$))),,,###rD   c                        e Zd ZdZdZd Zd Zy)_SpanRecorderz5Limits the number of spans recorded in a transaction.maxlenspansdropped_spansc                 4    |dz
  | _         g | _        d| _        y )N   r   r}   r[   r~   s     rE   __init__z_SpanRecorder.__init__   s     qj
rD   c                     t        | j                        | j                  kD  rd |_        | xj                  dz  c_        y | j                  j                  |       y )Nr   )lenr   r~   _span_recorderr   append)r[   spans     rE   addz_SpanRecorder.add   sA    tzz?T[[("&D!#JJd#rD   N)r<   r=   r>   __doc__	__slots__r   r   rC   rD   rE   r|   r|      s    ?4I	$rD   r|   c                      e Zd ZdZdZ	 	 	 	 	 	 	 	 	 	 	 	 	 	 d%dZd Zed        Zej                  d        Zed        Z
e
j                  d	        Z
d
 Zd Zd Zed        Zej                   fdZed        Zeddd       Zd Zed        Zd Zd Zd Zd Zd Zd Zd Zd&dZd Zd Z d Z!d Z"d'd Z#d! Z$d" Z%d# Z&d$ Z'y)(Spanak  A span holds timing information of a block of code.
    Spans can have multiple child spans thus forming a span tree.

    :param trace_id: The trace ID of the root span. If this new span is to be the root span,
        omit this parameter, and a new trace ID will be generated.
    :param span_id: The span ID of this span. If omitted, a new span ID will be generated.
    :param parent_span_id: The span ID of the parent span, if applicable.
    :param same_process_as_parent: Whether this span is in the same process as the parent span.
    :param sampled: Whether the span should be sampled. Overrides the default sampling decision
        for this span when provided.
    :param op: The span's operation. A list of recommended values is available here:
        https://develop.sentry.dev/sdk/performance/span-operations/
    :param description: A description of what operation is being performed within the span.

        .. deprecated:: 2.15.0
            Please use the `name` parameter, instead.
    :param name: A string describing what operation is being performed within the span.
    :param hub: The hub to use for this span.

        .. deprecated:: 2.0.0
            Please use the `scope` parameter, instead.
    :param status: The span's status. Possible values are listed at
        https://develop.sentry.dev/sdk/event-payloads/span/
    :param containing_transaction: The transaction that this span belongs to.
    :param start_timestamp: The timestamp when the span started. If omitted, the current time
        will be used.
    :param scope: The scope to use for this span. If not provided, we use the current scope.
    )	_trace_id_span_idr/   r0   r1   r2   r3   _measurementsr8   _start_timestamp_monotonic_nsr5   	timestamp_tags_datar   r4   _context_manager_state_containing_transactionr9   r:   r;   _flags_flags_capacityNc                    || _         || _        || _        || _        || _        || _        |xs || _        |	| _        || _        || _	        || _
        i | _        i | _        i | _        |
| _        i | _        d| _        |;t#        j$                  dt&        d       | j                  xs |j                  | _	        |$t)        j*                  t,        j.                        }n4t1        |t2              r$t)        j4                  |t,        j.                        }|| _        	 t9               | _        d | _        d | _         | jC                          | jE                  tG                      y # t<        $ r Y Cw xY w)N
   z>The `hub` parameter is deprecated. Please use `scope` instead.   
stacklevel)$r   r   r/   r0   r1   r2   r3   r5   r4   r9   r:   r   r   r   r   r   r   warningswarnDeprecationWarningr   nowr   utc
isinstancerB   fromtimestampr8   r   r   AttributeErrorr   r   update_active_threadset_profiler_idr   )r[   r-   r.   r/   r0   r1   r2   r3   r4   r5   r7   r8   r9   r:   r;   s                  rE   r   zSpan.__init__  sK   $ ",&<#.;


'=$!?MMP" 0syyDJ"&ll8<<8O/&44_hllSO.	 2A1BD.
 "!!#_./  		s   E" "	E.-E.c                 >    | j                   t        |      | _         y y rX   )r   r|   r   s     rE   init_span_recorderzSpan.init_span_recordera  s     &"/"7D 'rD   c                 x    | j                   s#t        j                         j                  | _         | j                   S rX   )r   uuiduuid4hexrZ   s    rE   r-   zSpan.trace_idf  s(     ~~!ZZ\--DN~~rD   c                     || _         y rX   )r   r[   rY   s     rE   r-   zSpan.trace_idn  s     rD   c                 ~    | j                   s&t        j                         j                  dd  | _         | j                   S )N   )r   r   r   r   rZ   s    rE   r.   zSpan.span_ids  s/     }} JJL,,RS1DM}}rD   c                     || _         y rX   )r   r   s     rE   r.   zSpan.span_id{  s     rD   c                     d| j                   j                  d| j                  d| j                  d| j                  d| j
                  d| j                  d| j                  d| j                  d	S )
N<z(op=z, description:, trace_id=
, span_id=, parent_span_id=
, sampled=	, origin=)>)		__class__r<   r2   r3   r-   r.   r/   r1   r:   rZ   s    rE   __repr__zSpan.__repr__  sP    
 ''  ##
	
rD   c                     | j                   xs t        j                         }|j                  }| |_        ||f| _        | S rX   )r9   
sentry_sdkget_current_scoper   r   )r[   r9   old_spans      rE   	__enter__zSpan.__enter__  s;    

<j::<::
',h&7#rD   c                 (   |Ht        ||      r<| j                  t        j                  k7  r| j	                  t        j
                         t               5  | j                  \  }}| `| j                  |       ||_	        d d d        y # 1 sw Y   y xY wrX   )
r   r5   r   ERROR
set_statusrw   r   r   finishr   )r[   tyrY   tbr9   r   s         rE   __exit__zSpan.__exit__  sy    !;B!F{{j...
 9 9:(* 	""99OE8+KK!EJ		" 	" 	"s   *BBc                     | j                   S )zThe ``Transaction`` that this span belongs to.
        The ``Transaction`` is the root of the span tree,
        so one could also think of this ``Transaction`` as the "root span".)r   rZ   s    rE   r7   zSpan.containing_transaction  s     +++rD   c                    |j                  d      t        j                  dt        d       t	        j
                         j                  d   }||k7  r
t               S |j                  d| j                         t        d| j                  | j                  | j                  d|}| j                  xr | j                  j                  }|r|j                  |       |S )	a  
        Start a sub-span from the current span or transaction.

        Takes the same arguments as the initializer of :py:class:`Span`. The
        trace id, sampling decision, transaction pointer, and span recorder are
        inherited from the current span/transaction.

        The instrumenter parameter is deprecated for user code, and it will
        be removed in the next major version. Going forward, it should only
        be used by the SDK itself.
        r3   zEThe `description` parameter is deprecated. Please use `name` instead.r   r   instrumenterr1   )r-   r/   r7   rC   )getr   r   r   r   
get_clientoptionsNoOpSpan
setdefaultr1   r   r-   r.   r7   r   r   )r[   r   kwargsconfiguration_instrumenterchildspan_recorders         rE   start_childzSpan.start_child  s     ::m$0MMW" &0%:%:%<%D%D^%T"55:)T\\2 
]]<<#'#>#>
 	
 ''VD,G,G,V,V 	 e$rD   c                 z    | t         u rt        j                  d       t        j                  t        |      fi |S )a(  
        Create a Transaction with the given params, then add in data pulled from
        the ``sentry-trace`` and ``baggage`` headers from the environ (if any)
        before returning the Transaction.

        This is different from :py:meth:`~sentry_sdk.tracing.Span.continue_from_headers`
        in that it assumes header names in the form ``HTTP_HEADER_NAME`` -
        such as you would get from a WSGI/ASGI environ -
        rather than the form ``header-name``.

        :param environ: The ASGI/WSGI environ to pull information from.
        zXDeprecated: use Transaction.continue_from_environ instead of Span.continue_from_environ.)r   r   warningr6   continue_from_headersEnvironHeaders)clsenvironr   s      rE   continue_from_environzSpan.continue_from_environ  s9    & $;NN9 001HSFSSrD   _sample_randc                h   | t         u rt        j                  d       t        j                  |j                  t              |      }|j                  t        |i       t        |j                  t                    }|!|j                  |       |j                          t        di |}d|_        |S )a  
        Create a transaction with the given params (including any data pulled from
        the ``sentry-trace`` and ``baggage`` headers).

        :param headers: The dictionary with the HTTP headers to pull information from.
        :param _sample_rand: If provided, we override the sample_rand value from the
            incoming headers with this value. (internal use only)
        zXDeprecated: use Transaction.continue_from_headers instead of Span.continue_from_headers.r   FrC   )r   r   r   rK   from_incoming_headerr   BAGGAGE_HEADER_NAMEupdateextract_sentrytrace_dataSENTRY_TRACE_HEADER_NAMEfreezer6   r0   )r   headersr   r   rL   sentrytrace_kwargstransactions          rE   r   zSpan.continue_from_headers  s    $ $;NN9 ..KK+,<
 	*G455KK01
 )MM,-
 NN!+F+-2*rD   c              #      K   | j                   syt        | j                         f | j                   j                         j	                         }|rt
        |f yyw)z
        Creates a generator which returns the span's ``sentry-trace`` and ``baggage`` headers.
        If the span's containing transaction doesn't yet have a ``baggage`` value,
        this will cause one to be generated and stored.
        N)r7   r   to_traceparentget_baggage	serializer   )r[   rL   s     rE   iter_headerszSpan.iter_headers$  sZ      **
 &(;(;(===--99;EEG%w.. s   AAc                 d    t        j                  d       |sy | j                  t        |ifi |S )a  
        DEPRECATED: Use :py:meth:`sentry_sdk.tracing.Span.continue_from_headers`.

        Create a ``Transaction`` with the given params, then add in data pulled from
        the given ``sentry-trace`` header value before returning the ``Transaction``.
        zwDeprecated: Use Transaction.continue_from_headers(headers, **kwargs) instead of from_traceparent(traceparent, **kwargs)N)r   r   r   r   )r   traceparentr   s      rE   from_traceparentzSpan.from_traceparent8  sC     	A	

 (s((%{3
7=
 	
rD   c                     | j                   du rd}n| j                   du rd}nd }| j                  d| j                  }||d|z  }|S )NT1F0-)r1   r-   r.   )r[   r1   r   s      rE   r   zSpan.to_traceparentQ  sT    <<4G\\U"GG!%=G--KrD   c                 P    | j                   r| j                   j                         S y)zReturns the :py:class:`~sentry_sdk.tracing_utils.Baggage`
        associated with this ``Span``, if any. (Taken from the root of the span tree.)
        N)r7   r   rZ   s    rE   
to_baggagezSpan.to_baggage`  s%    
 &&..::<<rD   c                 "    || j                   |<   y rX   )r   r[   keyrY   s      rE   set_tagzSpan.set_tagi      

3rD   c                 "    || j                   |<   y rX   )r   r   s      rE   set_datazSpan.set_datam  r   rD   c                 :    | j                   j                  |       y rX   )r   r   r[   datas     rE   update_datazSpan.update_dataq  s    

$rD   c                 h    t        | j                        | j                  k  r|| j                  |<   y y rX   )r   r   r   )r[   flagresults      rE   set_flagzSpan.set_flagu  s,    t{{d222 &DKK 3rD   c                     || _         y rX   r5   r   s     rE   r   zSpan.set_statusz  s	    rD   c                 `    t        j                  dt        d       ||d| j                  |<   yz
        .. deprecated:: 2.28.0
            This function is deprecated and will be removed in the next major release.
        zq`set_measurement()` is deprecated and will be removed in the next major version. Please use `set_data()` instead.r   r   )rY   unitNr   r   r   r   r[   r;   rY   r  s       rE   set_measurementzSpan.set_measurement~  0     		

 .3D#A4 rD   c                     |M| j                  t        j                  t        |             |!| j                  t        j                  |       y y y rX   )r   r	   	THREAD_IDr?   THREAD_NAMEr[   	thread_idthread_names      rE   
set_threadzSpan.set_thread  sF      MM(,,c)n=&h22K@ ' !rD   c                 J    |!| j                  t        j                  |       y y rX   )r   r	   PROFILER_IDr[   rN   s     rE   r   zSpan.set_profiler_id  s!    "MM(..< #rD   c                     | j                  dt        |             | j                  t        j                  |       | j                  t        |             y )Nzhttp.status_code)r   r?   r   r	   HTTP_STATUS_CODEr   rz   r[   http_statuss     rE   set_http_statuszSpan.set_http_status  s@    K 0	
 	h//=6{CDrD   c                      | j                   dk(  S )Nokr  rZ   s    rE   
is_successzSpan.is_success  s    {{d""rD   c                    | j                   y	 |r<t        |t              r$t        j                  |t
        j                        }|| _         n8t               | j                  z
  }| j                  t        |dz        z   | _         |xs t        j                         }t        ||        y# t        $ r+ t        j                  t
        j                        | _         Y Xw xY w)aD  
        Sets the end timestamp of the span.

        Additionally it also creates a breadcrumb from the span,
        if the span represents a database or HTTP request.

        :param scope: The scope to use for this transaction.
            If not provided, the current scope will be used.
        :param end_timestamp: Optional timestamp that should
            be used as timestamp instead of the current time.

        :return: Always ``None``. The type is ``Optional[str]`` to match
            the return value of :py:meth:`sentry_sdk.tracing.Transaction.finish`.
        Ni  )microseconds)r   r   rB   r   r   r   r   r   r   r8   r   r   r   r   r   "maybe_create_breadcrumbs_from_span)r[   r9   end_timestampelapseds       rE   r   zSpan.finish  s      >>%	8mU3$,$:$:=(,,$WM!.)+d.P.PP!%!5!5	!(49 " 7557*5$7  	8%\\(,,7DN	8s   A6B* *1CCc           
         | j                   | j                  | j                  | j                  | j                  | j
                  | j                  | j                  | j                  d	}| j                  r| j                  | j                  d<   t        | j                        dkD  r| j                  |d<   | j                  }|r||d<   i }|j                  | j                         |j                  | j                         |r||d<   |S )z5Returns a JSON-compatible representation of the span.)	r-   r.   r/   r0   r2   r3   r8   r   r:   r5   r   measurementstagsr  )r-   r.   r/   r0   r2   r3   r8   r   r:   r5   r   r   r   r   r   r   )r[   rvr)  r  s       rE   to_jsonzSpan.to_json  s    
 ||"11&*&A&A''++#33kk

 ;;#';;DJJx t!!"Q&!%!3!3B~zzBvJDKK DJJBvJ	rD   c                    | j                   | j                  | j                  | j                  | j                  | j
                  d}| j                  r| j                  |d<   | j                  r+| j                  j                         j                         |d<   i }| j                  j                  t        j                        }|||d<   | j                  j                  t        j                        }|||d<   |r||d<   |S )N)r-   r.   r/   r2   r3   r:   r5   dynamic_sampling_contextz	thread.idzthread.namer  )r-   r.   r/   r2   r3   r:   r5   r7   r   r-  r   r   r	   r  r  )r[   r*  r  r  r  s        rE   get_trace_contextzSpan.get_trace_context  s     ||"11''++kk
 ;;;;BxL&&++779RRT )* JJNN8#5#56	  )DjjnnX%9%9:""-DBvJ	rD   c                 b    | j                   j                  t        j                        }|y d|iS )NrN   )r   r   r	   r  r  s     rE   get_profile_contextzSpan.get_profile_context  s4    jjnnX%9%9: ;
 	
rD   c                 B    t               \  }}| j                  ||       y rX   )r   r  r  s      rE   r   zSpan.update_active_thread  s    !8!:	;	;/rD   )NNNTNNNNNNNNmanualN NN)(r<   r=   r>   r   r   r   r   propertyr-   setterr.   r   r   r   r7   r   SENTRYr   classmethodr   r   r   r   r   r   r   r   r  r  r   r  r  r   r  r!  r   r+  r.  r0  r   rC   rD   rE   r   r      su   :I8 ##?0F8
   __    ^^ 
 
" 	, 	, (4':': (T T T2 
 	- -^/( 
 
0   '
BA=
E#$L DB
0rD   r   c                        e Zd ZdZdZdddej                  f fd	Zd Zd Z	 fdZ
 fd	Zed
        Zd Zd Z	 	 ddd fdZddZd Z fdZ fdZ fdZd Zd Z xZS )r6   ai  The Transaction is the root element that holds all the spans
    for Sentry performance instrumentation.

    :param name: Identifier of the transaction.
        Will show up in the Sentry UI.
    :param parent_sampled: Whether the parent transaction was sampled.
        If True this transaction will be kept, if False it will be discarded.
    :param baggage: The W3C baggage header value.
        (see https://www.w3.org/TR/baggage/)
    :param source: A string describing the source of the transaction name.
        This will be used to determine the transaction's type.
        See https://develop.sentry.dev/sdk/event-payloads/transaction/#transaction-annotations
        for more information. Default "custom".
    :param kwargs: Additional arguments to be passed to the Span constructor.
        See :py:class:`sentry_sdk.tracing.Span` for available arguments.
    )
r;   rI   rJ   sample_rater   	_contexts_profile_continuous_profile_baggager   r4  Nc                 :   t        |   di | || _        || _        d | _        || _        i | _        i | _        d | _        d | _	        || _
        | j                  d n| j                  j                         }||| _        y t        | j                        | _        y NrC   )superr   r;   rI   r;  rJ   r   r<  r=  r>  r?  r   _generate_sample_randr-   )r[   r;   rJ   rL   rI   r   baggage_sample_randr   s          rE   r   zTransaction.__init__?  s     	"6"	,#'  MM)Dt}}/I/I/K 	 * 3D 5dmm DDrD   c                    d| j                   j                  d| j                  d| j                  d| j                  d| j
                  d| j                  d| j                  d| j                  d	| j                  d
S )Nr   z(name=z, op=r   r   r   r   z	, source=r   r   )
r   r<   r;   r2   r-   r.   r/   r1   rI   r:   rZ   s    rE   r   zTransaction.__repr__\  sU    
 ''		##	
rD   c                 >    | j                   duxs | j                  du S )zReturns whether the transaction might have been started.

        If this returns False, we know that the transaction was not started
        with sentry_sdk.start_transaction, and therefore the transaction will
        be discarded.
        NF)r   r1   rZ   s    rE   _possibly_startedzTransaction._possibly_startedm  s#     ""$.G$,,%2GGrD   c                     | j                         st        j                  d       t        |           | j
                  | j
                  j	                          | S )NzTransaction was entered without being started with sentry_sdk.start_transaction.The transaction will not be sent to Sentry. To fix, start the transaction bypassing it to sentry_sdk.start_transaction.)rG  r   debugrB  r   r=  )r[   r   s    rE   r   zTransaction.__enter__y  sL    %%'LL> 	==$MM##%rD   c                     | j                   | j                   j                  |||       | j                  | j                  j                          t        |   |||       y rX   )r=  r   r>  stoprB  )r[   r   rY   r   r   s       rE   r   zTransaction.__exit__  sR    ==$MM""2ub1##/$$))+UB'rD   c                     | S )znThe root element of the span tree.
        In the case of a transaction it is the transaction itself.
        rC   rZ   s    rE   r7   z"Transaction.containing_transaction  s	     rD   c                     |}|t        j                  dt        d       |}t        |t        j
                        r(t        j                  dt        d       |j                  S |S )z
        Logic to get the scope from the arguments passed to finish. This
        function exists for backwards compatibility with the old finish.

        TODO: Remove this function in the next major version.
        zMThe `hub` parameter is deprecated. Please use the `scope` parameter, instead.   r   zDPassing a Hub to finish is deprecated. Please pass a Scope, instead.)r   r   r   r   r   Hubr9   )r[   	scope_arghub_argscope_or_hubs       rE   _get_scope_from_finish_argsz'Transaction._get_scope_from_finish_args  sb     !MM_" #LlJNN3MMV"  %%%rD   c                 x    dj                  | j                  rd| j                  z   dz   nd| j                        S )Nz{op}transaction <{name}>r   z> r4  )r2   r;   )formatr2   r;   rZ   s    rE   _get_log_representationz#Transaction._get_log_representation  s8    )00(,dgg$Rtyy 1 
 	
rD   r4   c          	      v   | j                   y| j                  ||      }|xs" | j                  xs t        j                         }t        j
                         }|j                         sy| j                  | j                  du rt        j                  d       nt        j                  d       |j                  ryt        |j                        rd|j                  r|j                  j                  dkD  rd}nd}|j                  j!                  |d	       |j                  j!                  |d
	       y| j"                  st        j$                  d       d| _        t&        | Q  ||       | j*                  j-                  t.        j0                        }|||j                  d   v rt        j                  dj3                  | j5                         | j*                  t.        j0                     |j                  d                |j                  r]|j                  j!                  dd	       t7        | j                  j8                        dz   }|j                  j!                  dd
|       d| _        | j                  s"| j                  t        j$                  d       y| j                  j8                  D cg c]  }|j                   |j;                           }	}t7        | j                  j8                        t7        |	      z
  }
|
| j                  j<                  z   }d| _        i }|j?                  | j@                         |j?                  d| jC                         i       | jE                         }||j?                  d|i       d| j"                  d| jF                  i|| jH                  | j                   | jJ                  |	d}|dkD  r||d<   | jL                  0| jL                  jO                         r| jL                  |d<   d| _&        | jP                  |d<   |jS                  |      S c c}w )au  Finishes the transaction and sends it to Sentry.
        All finished spans in the transaction will also be sent to Sentry.

        :param scope: The Scope to use for this transaction.
            If not provided, the current Scope will be used.
        :param end_timestamp: Optional timestamp that should
            be used as timestamp instead of the current time.
        :param hub: The hub to use for this transaction.
            This argument is DEPRECATED. Please use the `scope`
            parameter, instead.

        :return: The event ID if the transaction was sent to Sentry,
            otherwise None.
        NFz.Discarding transaction because sampled = FalsezSDiscarding transaction because it was not started with sentry_sdk.start_transactionr   backpressurer;  r   )data_categoryr   zCTransaction has no name, falling back to `<unlabeled transaction>`.z<unlabeled transaction>trace_ignore_status_codesz[Tracing] Discarding {transaction_description} because the HTTP status code {status_code} is matched by trace_ignore_status_codes: {trace_ignore_status_codes})transaction_descriptionstatus_coder[  event_processorr   )rZ  quantityz1Discarding transaction without sampling decision.traceprofilerI   )typer   transaction_infocontextsr)  r   r8   r   _dropped_spansr(  )*r   rS  r9   r   r   r   	is_activer   r1   r   rI  	transporthas_tracing_enabledr   monitordownsample_factorrecord_lost_eventr;   r   rB  r   r   r   r	   r  rU  rV  r   r   r+  r   r   r<  r.  r0  rI   r   r8   r=  validr   capture_event)r[   r9   r%  r4   clientreasonr]  	num_spansr   finished_spanslen_diffr   rd  profile_contexteventr   s                  rE   r   zTransaction.finish  s   , >>% 00<EEz'C'C'E&&(!&||u$MNi $7$G>>fnn&F&F&J+F*F  2262W   2262PyyNNU 2DIum,jjnnX%>%>?#v~~.IJJLL q  x  x,0,H,H,J $

8+D+D E.4nn3/ x    22%] 3    3 3 9 9:Q>	  22%Vi 3  !DL|| ||#RS ++11
~~) LLN
 
 t**001C4GG 4#6#6#D#DD #'$"8"8":;<224&OOY89 "99!)4;; 7 JJ#33#	
 1&3E"#==$)<)<)>#}}E) DM $ 2 2n""5))U
s   >#P6c                 `    t        j                  dt        d       ||d| j                  |<   yr
  r  r  s       rE   r  zTransaction.set_measurementY  r  rD   c                 "    || j                   |<   y)a  Sets a context. Transactions can have multiple contexts
        and they should follow the format described in the "Contexts Interface"
        documentation.

        :param key: The name of the context.
        :param value: The information about the context.
        N)r<  r   s      rE   set_contextzTransaction.set_contextg  s     $srD   c                 L    t         |   |       | j                  dd|i       y)zySets the status of the Transaction according to the given HTTP status.

        :param http_status: The HTTP status code.responser]  N)rB  r  rw  )r[   r  r   s     rE   r  zTransaction.set_http_statusr  s'    
 	,m[%ABrD   c                 ~    t         |          }| j                  |d<   | j                  |d<   | j                  |d<   |S )z<Returns a JSON-compatible representation of the transaction.r;   rI   r1   )rB  r+  r;   rI   r1   )r[   r*  r   s     rE   r+  zTransaction.to_jsonz  s=     W_YY6
{{89	rD   c                 Z    t         |          }| j                  r| j                  |d<   |S )Nr  )rB  r.  r   )r[   trace_contextr   s     rE   r.  zTransaction.get_trace_context  s+    13::$(JJM&!rD   c                     | j                   r| j                   j                  rt        j                  |       | _         | j                   S )zReturns the :py:class:`~sentry_sdk.tracing_utils.Baggage`
        associated with the Transaction.

        The first time a new baggage with Sentry items is made,
        it will be frozen.)r?  mutablerK   populate_from_transactionrZ   s    rE   r   zTransaction.get_baggage  s3     }} 5 5#==dCDM}}rD   c           
      <   t        j                         }| j                         }t        |j                        sd| _        y| j
                  t        | j
                        | _        yt        |j                  j                  d            r |j                  d   |      n|d   |d   n|j                  d   }t        |d      s-t        j                  dj                  |	             d| _        yt        |      | _        |j                  r,| xj                  d
|j                  j                  z  z  c_        | j                  sTt        j                   dj                  |t        |j                  j                  d            rdnd             d| _        y| j"                  | j                  k  | _        | j
                  r&t        j                   dj                  |	             yt        j                   dj                  || j                               y)aO  
        Sets the transaction's sampling decision, according to the following
        precedence rules:

        1. If a sampling decision is passed to `start_transaction`
        (`start_transaction(name: "my transaction", sampled: True)`), that
        decision will be used, regardless of anything else

        2. If `traces_sampler` is defined, its decision will be used. It can
        choose to keep or ignore any parent sampling decision, or use the
        sampling context data to make its own decision or to choose a sample
        rate for the transaction.

        3. If `traces_sampler` is not defined, but there's a parent sampling
        decision, the parent sampling decision will be used.

        4. If `traces_sampler` is not defined and there's no parent sampling
        decision, `traces_sample_rate` will be used.
        FNtraces_samplerrJ   traces_sample_rateTracing)rI   zN[Tracing] Discarding {transaction_description} because of invalid sample rate.)r\  r   z?[Tracing] Discarding {transaction_description} because {reason}z"traces_sampler returned 0 or Falseztraces_sample_rate is set to 0)r\  ro  z,[Tracing] Starting {transaction_description}z}[Tracing] Discarding {transaction_description} because it's not included in the random sample (sampling rate = {sample_rate}))r\  r;  )r   r   rV  rh  r   r1   rB   r;  callabler   r   r   r   rU  ri  rj  rI  r   )r[   sampling_contextrn  r\  r;  s        rE   _set_initial_sampling_decisionz*Transaction._set_initial_sampling_decision  s   * &&("&">">"@ #6>>2 DL <<#$T\\2D **+;<= -FNN+,-=>
 $$45A !!12^^$89 	 $K	BNN`gg,C h 
 !DL ->>6>>#C#C CC LLQXX,C $FNN$6$67G$HI == Y 	 !DL ((4+;+;;<<LL>EE,C F  LL P  W  W,C $ 0 0 W rD   r5  r3  )r<   r=   r>   r   r   rP   r^   r   r   rG  r   r   r6  r7   rS  rV  r   r  rw  r  r+  r.  r   r  __classcell__)r   s   @rE   r6   r6     s    "I   ''E:
"
H ( 	 	B
 Q*
 Q*fB	$C	
brD   r6   c                       e Zd Zd Zed        Zej                  fdZd Z	d Z
d Zd Zd Zd	 Zd
 Zd Zd Zd Zd Zd Zd Z	 	 ddddZddZd Zd Zd Zy)r   c                 4    d| j                   j                  z  S )Nz<%s>)r   r<   rZ   s    rE   r   zNoOpSpan.__repr__   s    ////rD   c                      y rX   rC   rZ   s    rE   r7   zNoOpSpan.containing_transaction  s     rD   c                     t               S rX   )r   )r[   r   r   s      rE   r   zNoOpSpan.start_child	  s
    zrD   c                      y)Nr4  rC   rZ   s    rE   r   zNoOpSpan.to_traceparent  s    rD   c                      y rX   rC   rZ   s    rE   r   zNoOpSpan.to_baggage      rD   c                      y rX   rC   rZ   s    rE   r   zNoOpSpan.get_baggage  r  rD   c                     t        d      S rA  )iterrZ   s    rE   r   zNoOpSpan.iter_headers  s    BxrD   c                      y rX   rC   r   s      rE   r   zNoOpSpan.set_tag      rD   c                      y rX   rC   r   s      rE   r   zNoOpSpan.set_data!  r  rD   c                      y rX   rC   r   s     rE   r  zNoOpSpan.update_data%  r  rD   c                      y rX   rC   r   s     rE   r   zNoOpSpan.set_status)  r  rD   c                      y rX   rC   r  s     rE   r  zNoOpSpan.set_http_status-  r  rD   c                      y)NTrC   rZ   s    rE   r!  zNoOpSpan.is_success1  r  rD   c                     i S rX   rC   rZ   s    rE   r+  zNoOpSpan.to_json5      	rD   c                     i S rX   rC   rZ   s    rE   r.  zNoOpSpan.get_trace_context9  r  rD   c                     i S rX   rC   rZ   s    rE   r0  zNoOpSpan.get_profile_context=  r  rD   NrW  c                     y)z_
        The `hub` parameter is deprecated. Please use the `scope` parameter, instead.
        NrC   )r[   r9   r%  r4   s       rE   r   zNoOpSpan.finishA  s     	rD   c                      y rX   rC   r  s       rE   r  zNoOpSpan.set_measurementN  r  rD   c                      y rX   rC   r   s      rE   rw  zNoOpSpan.set_contextR  r  rD   c                      y rX   rC   r   s     rE   r   zNoOpSpan.init_span_recorderV  r  rD   c                      y rX   rC   )r[   r  s     rE   r  z'NoOpSpan._set_initial_sampling_decisionZ  r  rD   r5  r3  )r<   r=   r>   r   r6  r7   r   r8  r   r   r   r   r   r   r   r  r   r  r!  r+  r.  r0  r   r  rw  r   r  rC   rD   rE   r   r     s    0   (4':':  
 rD   r   r2   r;   
attributestemplatec                     y rX   rC   )funcr2   r;   r  r  s        rE   r`  r`  a  s     	rD   c                      y rX   rC   )r  s    rE   r`  r`  i  s     	rD   c                >    ddl m}  |||||      }| r ||       S |S )a
  
    Decorator to start a child span around a function call.

    This decorator automatically creates a new span when the decorated function
    is called, and finishes the span when the function returns or raises an exception.

    :param func: The function to trace. When used as a decorator without parentheses,
        this is the function being decorated. When used with parameters (e.g.,
        ``@trace(op="custom")``, this should be None.
    :type func: Callable or None

    :param op: The operation name for the span. This is a high-level description
        of what the span represents (e.g., "http.client", "db.query").
        You can use predefined constants from :py:class:`sentry_sdk.consts.OP`
        or provide your own string. If not provided, a default operation will
        be assigned based on the template.
    :type op: str or None

    :param name: The human-readable name/description for the span. If not provided,
        defaults to the function name. This provides more specific details about
        what the span represents (e.g., "GET /api/users", "process_user_data").
    :type name: str or None

    :param attributes: A dictionary of key-value pairs to add as attributes to the span.
        Attribute values must be strings, integers, floats, or booleans. These
        attributes provide additional context about the span's execution.
    :type attributes: dict[str, Any] or None

    :param template: The type of span to create. This determines what kind of
        span instrumentation and data collection will be applied. Use predefined
        constants from :py:class:`sentry_sdk.consts.SPANTEMPLATE`.
        The default is `SPANTEMPLATE.DEFAULT` which is the right choice for most
        use cases.
    :type template: :py:class:`sentry_sdk.consts.SPANTEMPLATE`

    :returns: When used as ``@trace``, returns the decorated function. When used as
        ``@trace(...)`` with parameters, returns a decorator function.
    :rtype: Callable or decorator function

    Example::

        import sentry_sdk
        from sentry_sdk.consts import OP, SPANTEMPLATE

        # Simple usage with default values
        @sentry_sdk.trace
        def process_data():
            # Function implementation
            pass

        # With custom parameters
        @sentry_sdk.trace(
            op=OP.DB_QUERY,
            name="Get user data",
            attributes={"postgres": True}
        )
        def make_db_query(sql):
            # Function implementation
            pass

        # With a custom template
        @sentry_sdk.trace(template=SPANTEMPLATE.AI_TOOL)
        def calculate_interest_rate(amount, rate, years):
            # Function implementation
            pass
    r   )create_span_decoratorr  )sentry_sdk.tracing_utilsr  )r  r2   r;   r  r  r  	decorators          rE   r`  r`  p  s3    L ?%	I rD   )rK   r   r   rC  rh  r$  rX   )Nr   r   r   r   r   enumr   r   sentry_sdk.constsr   r   r	   r
   'sentry_sdk.profiler.continuous_profilerr   sentry_sdk.utilsr   r   r   r   r   r   typingr   collections.abcr   r   r   r   r   r   r   r   r   r   r   r   r   r    typing_extensionsr!   r"   r#   r$   r%   (sentry_sdk.profiler.transaction_profilerr&   sentry_sdk._typesr'   r(   r)   r*   r,   rH   r?   rM   r   r   rP   ra   LOW_QUALITY_TRANSACTION_SOURCESr]   r_   SOURCE_FOR_STYLErz   r|   r   r6   r   DEFAULTr`  r  rK   r   r   rC  rh  r$  rC   rD   rE   <module>r     s     2 2   N N C  ! AA 3#AAI@ 9aYe 9avQJe Q 3	
N   ) 

T 
 # 
 "++&00%//066!!#--&,,%++""
 $$N$ $2v0 v0r]$ ]@]t ]@ DTLDXDX    
R@T@TRn  rD   