jason-vault

Results 3 comments of jason-vault

@mikebronner @AngelaBinogi I don't believe this is a Mixpanel issue. The `track()` method in this package [uses `array_filter` without a callback specified to filter the event properties](https://github.com/GeneaLabs/laravel-mixpanel/blob/master/src/LaravelMixpanel.php#L70). By default, [`array_filter`...

Can confirm the same issue. @elmcapp thanks for the legwork on pin pointing the issue! In my case, reverting to `5.4.13` solved for me in the absence of a patch.