zmc
2023-10-12 ed135d79df12a2466b52dae1a82326941211dcc9
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
U
U±dã@sDddlZddlmZddddddd    d
gZd Ze e eeƒ¡¡dS) éN)Úexec_statementzsentry_sdk.integrations.stdlibz"sentry_sdk.integrations.excepthookzsentry_sdk.integrations.dedupezsentry_sdk.integrations.atexitzsentry_sdk.integrations.moduleszsentry_sdk.integrations.argvzsentry_sdk.integrations.loggingz!sentry_sdk.integrations.threadinga?
import json
import sentry_sdk.integrations as si
 
integrations = []
if hasattr(si, '_AUTO_ENABLING_INTEGRATIONS'):
    # _AUTO_ENABLING_INTEGRATIONS is a list of strings with default enabled integrations
    # https://github.com/getsentry/sentry-python/blob/c6b6f2086b58ffc674df5c25a600b8a615079fb5/sentry_sdk/integrations/__init__.py#L54-L66
 
    def make_integration_name(integration_name: str):
        return integration_name.rsplit(".", maxsplit=1)[0]
 
    integrations.extend(map(make_integration_name, si._AUTO_ENABLING_INTEGRATIONS))
print(json.dumps(integrations))
)ÚjsonZPyInstaller.utils.hooksrZ hiddenimportsZ    statementÚextendÚloads©rrúpd:\z\workplace\vscode\pyvenv\venv\Lib\site-packages\_pyinstaller_hooks_contrib/hooks/stdhooks/hook-sentry_sdk.pyÚ<module> s ù