nipwaayoni / elastic-apm-php-agent

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

Set a fixed isSampled value for each transaction #71

Closed dstepe closed 3 years ago

dstepe commented 3 years ago

Closes #70

Updates the Transaction class to set it's sampled indicator once and use that value for further sample assertions.

dstepe commented 3 years ago

Yeah. That was the easy part. Now to figure out the workflow failures. Possibly Composer 2 related. I have not spent any time on those since first setting them up. Have to do that later today, though.