We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5242412 commit 7e51d19Copy full SHA for 7e51d19
sentry_sdk/consts.py
@@ -77,8 +77,6 @@ class CompressionAlgo(Enum):
77
"transport_compression_level": Optional[int],
78
"transport_compression_algo": Optional[CompressionAlgo],
79
"transport_num_pools": Optional[int],
80
- "enable_logs": Optional[bool],
81
- "before_send_log": Optional[Callable[[Log, Hint], Optional[Log]]],
82
"transport_async": Optional[bool],
83
},
84
total=False,
0 commit comments