Skip to content

Commit 4ed8992

Browse files
committed
add debug_meta to Event type
1 parent 3f57299 commit 4ed8992

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

sentry_sdk/_types.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -77,6 +77,7 @@ class SDKInfo(TypedDict):
7777
], # TODO: We can expand on this type
7878
"check_in_id": str,
7979
"contexts": dict[str, dict[str, object]],
80+
"debug_meta": dict[str, Any],
8081
"dist": str,
8182
"duration": Optional[float],
8283
"environment": str,

0 commit comments

Comments
 (0)