nipwaayoni / elastic-apm-php-agent

PHP Agent for Elastic APM
Other
28 stars 15 forks source link

Fix context setting on Span objects #25

Closed dstepe closed 4 years ago

dstepe commented 4 years ago

Reported here:

https://github.com/philkra/elastic-apm-php-agent/issues/131

dstepe commented 4 years ago

The Span class now includes the methods setUserContext() and setCustomContext() which should address this issue.