PATH: //opt/cloudlinux/venv/lib/python3.11/site-packages/sentry_sdk
FILE_BARU
CREATE
FOLDER_BARU
MKDIR
UPLOAD_FILE
GO
[ .. KEMBALI ]
📄 __init__.py
↓
X
📁 __pycache__/
X
📄 _compat.py
↓
X
📄 _functools.py
↓
X
📄 _lru_cache.py
↓
X
📄 _queue.py
↓
X
📄 _types.py
↓
X
📄 _werkzeug.py
↓
X
📄 api.py
↓
X
📄 attachments.py
↓
X
📄 client.py
↓
X
📄 consts.py
↓
X
📁 crons/
X
📄 debug.py
↓
X
📄 envelope.py
↓
X
📄 hub.py
↓
X
📁 integrations/
X
📄 monitor.py
↓
X
📄 profiler.py
↓
X
📄 py.typed
↓
X
📄 scope.py
↓
X
📄 scrubber.py
↓
X
📄 serializer.py
↓
X
📄 session.py
↓
X
📄 sessions.py
↓
X
📄 tracing.py
↓
X
📄 tracing_utils.py
↓
X
📄 tracing_utils_py2.py
↓
X
📄 tracing_utils_py3.py
↓
X
📄 transport.py
↓
X
📄 utils.py
↓
X
📄 worker.py
↓
X
SAVING...
BERHASIL DIUBAH!
EDITING: __init__.py
from sentry_sdk.hub import Hub, init from sentry_sdk.scope import Scope from sentry_sdk.transport import Transport, HttpTransport from sentry_sdk.client import Client from sentry_sdk.api import * # noqa from sentry_sdk.consts import VERSION # noqa from sentry_sdk.crons import monitor # noqa from sentry_sdk.tracing import trace # noqa __all__ = [ # noqa "Hub", "Scope", "Client", "Transport", "HttpTransport", "init", "integrations", # From sentry_sdk.api "capture_event", "capture_message", "capture_exception", "add_breadcrumb", "configure_scope", "push_scope", "flush", "last_event_id", "start_span", "start_transaction", "set_tag", "set_context", "set_extra", "set_user", "set_level", "set_measurement", "get_current_span", "get_traceparent", "get_baggage", "continue_trace", ] # Initialize the debug support after everything is loaded from sentry_sdk.debug import init_debug_support init_debug_support() del init_debug_support
SIMPAN PERUBAHAN