Open
Description
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.