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 c639f1c commit aa0eaabCopy full SHA for aa0eaab
sentry_sdk/consts.py
@@ -1,5 +1,4 @@
1
import itertools
2
-
3
from enum import Enum
4
from typing import TYPE_CHECKING
5
@@ -47,6 +46,7 @@ class CompressionAlgo(Enum):
47
46
Event,
48
EventProcessor,
49
Hint,
+ Log,
50
MeasurementUnit,
51
ProfilerMode,
52
TracesSampler,
@@ -79,6 +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]]],
83
},
84
total=False,
85
)
0 commit comments