mirror of
https://github.com/strapi/strapi.git
synced 2025-08-31 04:03:50 +00:00
Add uuid to tracker
Signed-off-by: soupette <cyril.lpz@gmail.com>
This commit is contained in:
parent
5a7951b595
commit
2e3c5727f0
@ -12,6 +12,7 @@ const useTracking = () => {
|
||||
axios.post('https://analytics.strapi.io/track', {
|
||||
event,
|
||||
properties: { ...properties, projectType: process.env.STRAPI_ADMIN_PROJECT_TYPE },
|
||||
uuid,
|
||||
});
|
||||
} catch (err) {
|
||||
// Silent
|
||||
|
Loading…
x
Reference in New Issue
Block a user