Skip to content

Commit f0315f4

Browse files
sentrivanalcian
andauthored
Update sentry_sdk/consts.py
Co-authored-by: Lorenzo Cian <[email protected]>
1 parent eee2189 commit f0315f4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sentry_sdk/consts.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ class CompressionAlgo(Enum):
7979
],
8080
"metric_code_locations": Optional[bool],
8181
"enable_logs": Optional[bool],
82-
"before_send_log": Optional[Callable[[Log], Optional[Log]]],
82+
"before_send_log": Optional[Callable[[Log, Hint], Optional[Log]]]
8383
},
8484
total=False,
8585
)

0 commit comments

Comments
 (0)