sentry-rust icon indicating copy to clipboard operation
sentry-rust copied to clipboard

[OTEL] Implement `force_flush` and `shutdown` on `SentrySpanProcessor`

Open lcian opened this issue 6 months ago • 0 comments
trafficstars

Problem Statement

Currently we just no-op in those, we might want to provide an actual implementation. For instance, if the SpanProcessor is shut down, we could finish the ongoing Sentry spans, otherwise those will be lost.

Solution Brainstorm

Check where those functions are called and provide a suitable implementation.

lcian avatar May 07 '25 17:05 lcian