mirror of
https://github.com/strapi/strapi.git
synced 2025-09-26 00:39:49 +00:00
Attach properties to event
This commit is contained in:
parent
8ae35bb28e
commit
499d0fe8e2
@ -24,6 +24,9 @@ export default {
|
|||||||
strapi.telemetry.send('didGetProvidersSSO', {
|
strapi.telemetry.send('didGetProvidersSSO', {
|
||||||
groupProperties: {
|
groupProperties: {
|
||||||
'authenticationProviders': providers.map(({ uid }) => uid)
|
'authenticationProviders': providers.map(({ uid }) => uid)
|
||||||
|
},
|
||||||
|
eventProperties: {
|
||||||
|
'authenticationProviders': providers.map(({ uid }) => uid)
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user