Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/getsentry/sentry
/ append
Function
append
tests/sentry/spans/consumers/process/test_flusher.py:102–104 ·
view source on GitHub ↗
(msg)
Source
from the content-addressed store, hash-verified
100
messages = []
101
102
def
append(msg):
103
messages.append(msg)
104
sleep(1.0)
105
106
buffer = SpansBuffer(assigned_shards=list(range(1)))
107
flusher = SpanFlusher(
Callers
1
test_backpressure
Function · 0.70
Calls
2
sleep
Function · 0.85
append
Method · 0.65
Tested by
no test coverage detected