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.
2 parents 8539925 + 53b92f2 commit b4f82f4Copy full SHA for b4f82f4
sentry_sdk/transport.py
@@ -107,19 +107,6 @@ def flush(
107
"""
108
return None
109
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
123
def kill(self: Self) -> None:
124
125
Forcefully kills the transport.
0 commit comments