laravel-segment
laravel-segment copied to clipboard
Laravel Segment is an opinionated, approach to integrating Segment into your Laravel application.
I use a different timezone than UTC in Laravel (UTC+2), which makes the Segment implementation fail upon transfer to destinations because of "dates in the future" due to timezone confusion....
The batch endpoint allows individual context, per https://segment.com/docs/connections/sources/catalog/libraries/server/http-api/#batch > context Object, optional The same as Context for other calls, but it will be merged with any context inside each of...
Currently the service, regardless of whether `defer` is active or not, will always use the batch API. This is a bit of a lazy approach, instead we can determine whether...