laravel-segment icon indicating copy to clipboard operation
laravel-segment copied to clipboard

Laravel Segment is an opinionated, approach to integrating Segment into your Laravel application.

Results 3 laravel-segment issues
Sort by recently updated
recently updated
newest added

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...

enhancement