관리-도구
편집 파일: dedupe.cpython-38.pyc
U ��\= � @ sD d dl mZ d dlmZ d dlmZ d dlmZ G dd� de�ZdS )� )�Hub)� ContextVar)�Integration��add_global_event_processorc @ s$ e Zd ZdZdd� Zedd� �ZdS )�DedupeIntegrationZdedupec C s t d�| _d S )Nz last-seen)r � _last_seen)�self� r �O/opt/alt/python38/lib/python3.8/site-packages/sentry_sdk/integrations/dedupe.py�__init__ s zDedupeIntegration.__init__c C s t dd� �} d S )Nc S sT t j�t�}|d k rP|�dd �}|d k rP|d }|j�d �|krDd S |j�|� | S )N�exc_info� )r �currentZget_integrationr �getr �set)�eventZhintZintegrationr �excr r r � processor s z/DedupeIntegration.setup_once.<locals>.processorr )r r r r � setup_once s zDedupeIntegration.setup_onceN)�__name__� __module__�__qualname__� identifierr �staticmethodr r r r r r s r N)Zsentry_sdk.hubr Zsentry_sdk.utilsr Zsentry_sdk.integrationsr Zsentry_sdk.scoper ZAny�Dict�Optionalr r r r r �<module> s