Fire-and-forget logging mode #6933
Labels
🪵 Log & send APIs
Affects the user-facing API for all languages
user-request
This is a pressing issue for one of our users
Milestone
It is pretty common to want to log data in a fire-and-forget kind of way, e.g. drop data if there is no viewer listening in when using
connect()
.Surprisingly (to me, at least?), we do not seem to offer any way of doing this at the moment. Data always gets buffered either a the
RecordingStream
layer or in one theSink
s, there's just no way to drop it.The text was updated successfully, but these errors were encountered: