private async shutdownSdk()

in runtimes/runtimes/operational-telemetry/operational-telemetry-service.ts [140:146]


    private async shutdownSdk() {
        try {
            await this.sdk?.shutdown()
        } catch (error) {
            console.error('Error during opentelemetry SDK shutdown:', error)
        }
    }