send_user_ip which decides whether to send the user ip to mix panel. #19symfony/http-kernel to ^4.4.13 || 5.1.5 to address CVE-2020-15094Profile properties. #16 by @RomulusED69Symfony\Component\Security\Core\User\UserInterface:
id: username
email: email
App\Entity\User:
id: id
first_name: first_name
last_name: last_name
email: email
phone: phone
By
Symfony\Component\Security\Core\User\UserInterface:
id: username
$email: email
App\Entity\User:
id: id
$first_name: first_name
$last_name: last_name
$email: email
$phone: phone
throw_on_user_data_attribute_failure parameter. #12 by @RomulusED69mixpanel/mixpanel-php from ~2.6 to ~2.8enabled parameter, to enable/disable data sending to Mixpanelauto_update_user parameter, to automatically send user-related data on each requestextra_data parameter, to send more user-related data on each requestMixpanelEvent event, to send data to Mixpanel without using annotation. Example:$annotation = new Annotation\Track();
$annotation->event = 'My event';
$annotation->props = [
'prop 1' => 'data 1',
'prop 2' => 'data 2',
];
$eventDispatcher->dispatch(new MixpanelEvent($annotation, $request));
Mixpanel\Expression can now be used in props. Example, to send the current user's ID:/**
* [@Mixpanel](https://github.com/Mixpanel)\Track("Order Completed", props={
* "user": [@Mixpanel](https://github.com/Mixpanel)\Expression("user.getId()")
* })
*/
How can I help you explore Laravel packages today?