Skip to content

Commit b4f82f4

Browse files
committed
Merge branch 'srothh/transport-class-hierarchy' into srothh/worker-class-hierarchy
Merge the class structure changes from transport
2 parents 8539925 + 53b92f2 commit b4f82f4

File tree

1 file changed

+0
-13
lines changed

1 file changed

+0
-13
lines changed

sentry_sdk/transport.py

Lines changed: 0 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -107,19 +107,6 @@ def flush(
107107
"""
108108
return None
109109

110-
async def flush_async(
111-
self: Self,
112-
timeout: float,
113-
callback: Optional[Any] = None,
114-
) -> None:
115-
"""
116-
Send out current events within `timeout` seconds. This method needs to be awaited for blocking behavior.
117-
118-
The default implementation is a no-op, since this method may only be relevant to some transports.
119-
Subclasses should override this method if necessary.
120-
"""
121-
return None
122-
123110
def kill(self: Self) -> None:
124111
"""
125112
Forcefully kills the transport.

0 commit comments

Comments
 (0)