mirror of
https://github.com/strapi/strapi.git
synced 2025-09-25 16:29:34 +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', {
|
||||
groupProperties: {
|
||||
'authenticationProviders': providers.map(({ uid }) => uid)
|
||||
},
|
||||
eventProperties: {
|
||||
'authenticationProviders': providers.map(({ uid }) => uid)
|
||||
}
|
||||
});
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user