Skip to main content
Drupal API
User account menu
  • Log in

Breadcrumb

  1. Drupal Core 11.1.x
  2. SdkBuilder.php

function SdkBuilder::setAutoShutdown

Automatically shut down providers on process completion. If not set, the user is responsible for calling `shutdown`.

File

vendor/open-telemetry/sdk/SdkBuilder.php, line 34

Class

SdkBuilder

Namespace

OpenTelemetry\SDK

Code

public function setAutoShutdown(bool $shutdown) : self {
    $this->autoShutdown = $shutdown;
    return $this;
}

API Navigation

  • Drupal Core 11.1.x
  • Topics
  • Classes
  • Functions
  • Constants
  • Globals
  • Files
  • Namespaces
  • Deprecated
  • Services
RSS feed
Powered by Drupal