parent
5727a1c73a
commit
36f5b72449
1 changed files with 3 additions and 0 deletions
|
|
@ -201,6 +201,9 @@ class TraceProvider:
|
|||
)
|
||||
|
||||
def shutdown(self) -> None:
|
||||
if self._disabled:
|
||||
return
|
||||
|
||||
try:
|
||||
logger.debug("Shutting down trace provider")
|
||||
self._multi_processor.shutdown()
|
||||
|
|
|
|||
Loading…
Reference in a new issue