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 f0315f4 commit d9645d5Copy full SHA for d9645d5
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, Hint], Optional[Log]]]
+ "before_send_log": Optional[Callable[[Log, Hint], Optional[Log]]],
83
},
84
total=False,
85
)
0 commit comments