REDROOM
PHP 8.2.30
Path:
Logout
Edit File
Size: 1.45 KB
Close
/proc/thread-self/root/opt/cloudlinux/venv/lib/python3.11/site-packages/sentry_sdk/crons/api.py
Text
Base64
import uuid from sentry_sdk import Hub from sentry_sdk._types import TYPE_CHECKING if TYPE_CHECKING: from typing import Any, Dict, Optional def _create_check_in_event( monitor_slug=None, check_in_id=None, status=None, duration_s=None, monitor_config=None, ): # type: (Optional[str], Optional[str], Optional[str], Optional[float], Optional[Dict[str, Any]]) -> Dict[str, Any] options = Hub.current.client.options if Hub.current.client else {} check_in_id = check_in_id or uuid.uuid4().hex # type: str check_in = { "type": "check_in", "monitor_slug": monitor_slug, "check_in_id": check_in_id, "status": status, "duration": duration_s, "environment": options.get("environment", None), "release": options.get("release", None), } if monitor_config: check_in["monitor_config"] = monitor_config return check_in def capture_checkin( monitor_slug=None, check_in_id=None, status=None, duration=None, monitor_config=None, ): # type: (Optional[str], Optional[str], Optional[str], Optional[float], Optional[Dict[str, Any]]) -> str check_in_event = _create_check_in_event( monitor_slug=monitor_slug, check_in_id=check_in_id, status=status, duration_s=duration, monitor_config=monitor_config, ) hub = Hub.current hub.capture_event(check_in_event) return check_in_event["check_in_id"]
Save
Close
Exit & Reset
Text mode: syntax highlighting auto-detects file type.
Directory Contents
Dirs: 1 × Files: 4
Delete Selected
Select All
Select None
Sort:
Name
Size
Modified
Enable drag-to-move
Name
Size
Perms
Modified
Actions
__pycache__
DIR
-
drwxr-xr-x
2026-02-06 08:01:17
Edit
Download
Rename
Chmod
Change Date
Delete
OK
Cancel
recursive
OK
Cancel
recursive
OK
Cancel
api.py
1.45 KB
lrw-r--r--
2026-01-20 13:01:48
Edit
Download
Rename
Chmod
Change Date
Delete
OK
Cancel
recursive
OK
Cancel
recursive
OK
Cancel
consts.py
87 B
lrw-r--r--
2026-01-20 13:01:48
Edit
Download
Rename
Chmod
Change Date
Delete
OK
Cancel
recursive
OK
Cancel
recursive
OK
Cancel
decorator.py
1.96 KB
lrw-r--r--
2026-01-20 13:01:48
Edit
Download
Rename
Chmod
Change Date
Delete
OK
Cancel
recursive
OK
Cancel
recursive
OK
Cancel
__init__.py
170 B
lrw-r--r--
2026-01-20 13:01:48
Edit
Download
Rename
Chmod
Change Date
Delete
OK
Cancel
recursive
OK
Cancel
recursive
OK
Cancel
Zip Selected
If ZipArchive is unavailable, a
.tar
will be created (no compression).