mirror of
https://github.com/strapi/strapi.git
synced 2025-09-01 12:53:03 +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', {
|
axios.post('https://analytics.strapi.io/track', {
|
||||||
event,
|
event,
|
||||||
properties: { ...properties, projectType: process.env.STRAPI_ADMIN_PROJECT_TYPE },
|
properties: { ...properties, projectType: process.env.STRAPI_ADMIN_PROJECT_TYPE },
|
||||||
|
uuid,
|
||||||
});
|
});
|
||||||
} catch (err) {
|
} catch (err) {
|
||||||
// Silent
|
// Silent
|
||||||
|
Loading…
x
Reference in New Issue
Block a user