snowplow / snowplow-php-tracker

Snowplow event tracker for PHP. Add analytics into your PHP apps and scripts
http://snowplowanalytics.com
34 stars 36 forks source link

Add configurable timeout in CurlEmitter (close #127) #129

Closed matus-tomlein closed 1 year ago

matus-tomlein commented 1 year ago

Issue #127

This PR cherry picks a contribution by @dbhynds and @EricTendian in PR #122. It makes the CURL timeout configurable in the constructor of the CurlEmitter while keeping the CURL default setting if not configured.