We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent eee2189 commit f0315f4Copy full SHA for f0315f4
sentry_sdk/consts.py
@@ -79,7 +79,7 @@ class CompressionAlgo(Enum):
79
],
80
"metric_code_locations": Optional[bool],
81
"enable_logs": Optional[bool],
82
- "before_send_log": Optional[Callable[[Log], Optional[Log]]],
+ "before_send_log": Optional[Callable[[Log, Hint], Optional[Log]]]
83
},
84
total=False,
85
)
0 commit comments