ongr-io / ElasticsearchBundle

Symfony bundle for Elasticsearch with steroids
MIT License
313 stars 189 forks source link

Set tracer only when available #910

Closed alexander-schranz closed 4 years ago

alexander-schranz commented 4 years ago

The setTracer should only be called when $this->tracer is not null else it will throw a exception:

https://github.com/elastic/elasticsearch-php/blob/e81fe04810fbbc24191408eecc1d6f74c2ac8250/src/Elasticsearch/ClientBuilder.php#L313-L315