diff options
Diffstat (limited to 'REFLECTION')
| -rw-r--r-- | REFLECTION | 51 | 
1 files changed, 43 insertions, 8 deletions
| @@ -1,4 +1,4 @@ -Extension [ <persistent> extension #124 ddtrace version 0.90.0 ] { +Extension [ <persistent> extension #125 ddtrace version 0.91.0 ] {    - Dependencies {      Dependency [ json (Required) ] @@ -146,10 +146,10 @@ Extension [ <persistent> extension #124 ddtrace version 0.90.0 ] {        Current = '0'      }      Entry [ datadog.trace.sample_rate <ALL> ] -      Current = '1' +      Current = '-1'      }      Entry [ datadog.sampling_rate <ALL> ] -      Current = '1' +      Current = '-1'      }      Entry [ datadog.trace.sampling_rules <ALL> ]        Current = '[]' @@ -244,6 +244,9 @@ Extension [ <persistent> extension #124 ddtrace version 0.90.0 ] {      Entry [ datadog.trace.startup_logs <ALL> ]        Current = 'true'      } +    Entry [ datadog.trace.once_logs <ALL> ] +      Current = 'true' +    }      Entry [ datadog.trace.agent_debug_verbose_curl <SYSTEM> ]        Current = 'false'      } @@ -253,6 +256,9 @@ Extension [ <persistent> extension #124 ddtrace version 0.90.0 ] {      Entry [ datadog.trace.beta_high_memory_pressure_percent <SYSTEM> ]        Current = '80'      } +    Entry [ datadog.trace.sidecar_trace_sender <SYSTEM> ] +      Current = 'false' +    }      Entry [ datadog.trace.warn_legacy_dd_trace <ALL> ]        Current = 'true'      } @@ -292,6 +298,15 @@ Extension [ <persistent> extension #124 ddtrace version 0.90.0 ] {      Entry [ datadog.dbm_propagation_mode <ALL> ]        Current = 'disabled'      } +    Entry [ datadog.trace.wordpress_additional_actions <ALL> ] +      Current = '' +    } +    Entry [ datadog.trace.wordpress_callbacks <ALL> ] +      Current = 'false' +    } +    Entry [ datadog.trace.wordpress_enhanced_integration <ALL> ] +      Current = 'false' +    }      Entry [ datadog.trace.amqp_enabled <ALL> ]        Current = 'true'      } @@ -768,7 +783,7 @@ Extension [ <persistent> extension #124 ddtrace version 0.90.0 ] {      Constant [ int DDTrace\DBM_PROPAGATION_DISABLED ] { 0 }      Constant [ int DDTrace\DBM_PROPAGATION_SERVICE ] { 1 }      Constant [ int DDTrace\DBM_PROPAGATION_FULL ] { 2 } -    Constant [ string DD_TRACE_VERSION ] { 0.90.0 } +    Constant [ string DD_TRACE_VERSION ] { 0.91.0 }      Constant [ int DD_TRACE_PRIORITY_SAMPLING_AUTO_KEEP ] { 1 }      Constant [ int DD_TRACE_PRIORITY_SAMPLING_AUTO_REJECT ] { 0 }      Constant [ int DD_TRACE_PRIORITY_SAMPLING_USER_KEEP ] { 2 } @@ -1183,6 +1198,12 @@ Extension [ <persistent> extension #124 ddtrace version 0.90.0 ] {        }        - Return [ string ]      } +    Function [ <internal:ddtrace> function dd_trace_close_all_spans_and_flush ] { + +      - Parameters [0] { +      } +      - Return [ void ] +    }      Function [ <internal:ddtrace> function dd_trace_function ] {        - Parameters [2] { @@ -1208,6 +1229,13 @@ Extension [ <persistent> extension #124 ddtrace version 0.90.0 ] {        }        - Return [ bool ]      } +    Function [ <internal:ddtrace> function dd_trace_synchronous_flush ] { + +      - Parameters [1] { +        Parameter #0 [ <required> int $timeout ] +      } +      - Return [ void ] +    }      Function [ <internal, deprecated:ddtrace> function dd_trace_forward_call ] {        - Parameters [0] { @@ -1279,7 +1307,7 @@ Extension [ <persistent> extension #124 ddtrace version 0.90.0 ] {          Property [ public ?Throwable $exception ]        } -      - Methods [4] { +      - Methods [5] {          Method [ <internal:ddtrace> public method span ] {            - Parameters [1] { @@ -1311,6 +1339,13 @@ Extension [ <persistent> extension #124 ddtrace version 0.90.0 ] {            }            - Return [ bool ]          } + +        Method [ <internal:ddtrace> public method getSourceFile ] { + +          - Parameters [0] { +          } +          - Return [ string ] +        }        }      } @@ -1363,10 +1398,10 @@ Extension [ <persistent> extension #124 ddtrace version 0.90.0 ] {          Property [ public array $meta = [] ]          Property [ public array $metrics = [] ]          Property [ public ?Throwable $exception = NULL ] -        Property [ public readonly string $id = '' ] +        Property [ public readonly string $id ]          Property [ public array $links = [] ]          Property [ public array $peerServiceSources = [] ] -        Property [ public readonly ?DDTrace\SpanData $parent = NULL ] +        Property [ public readonly ?DDTrace\SpanData $parent ]          Property [ public readonly DDTrace\SpanStack $stack ]        } @@ -1406,7 +1441,7 @@ Extension [ <persistent> extension #124 ddtrace version 0.90.0 ] {        }        - Properties [2] { -        Property [ public readonly ?DDTrace\SpanStack $parent = NULL ] +        Property [ public readonly ?DDTrace\SpanStack $parent ]          Property [ public ?DDTrace\SpanData $active = NULL ]        } | 
