Skip to content

Commit 7e51d19

Browse files
authored
fix bad merge
1 parent 5242412 commit 7e51d19

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

sentry_sdk/consts.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -77,8 +77,6 @@ class CompressionAlgo(Enum):
7777
"transport_compression_level": Optional[int],
7878
"transport_compression_algo": Optional[CompressionAlgo],
7979
"transport_num_pools": Optional[int],
80-
"enable_logs": Optional[bool],
81-
"before_send_log": Optional[Callable[[Log, Hint], Optional[Log]]],
8280
"transport_async": Optional[bool],
8381
},
8482
total=False,

0 commit comments

Comments
 (0)