mailerlite / laravel-elasticsearch

An easy way to use the official Elastic Search client in your Laravel applications.
MIT License
909 stars 187 forks source link

add tracer #65

Closed luoxiaojun1992 closed 5 years ago

luoxiaojun1992 commented 5 years ago

Allowed to pass a tracer to receive request log. In some cases, for tracing, the request event can be triggered via the tracer.

cviebrock commented 5 years ago

Thanks!