MCPcopy
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_backpressureFunction · 0.70

Calls 2

sleepFunction · 0.85
appendMethod · 0.65

Tested by

no test coverage detected