1
0
mirror of https://github.com/BoostIo/Boostnote synced 2025-12-13 09:46:22 +00:00

send lang_name of snippet

This commit is contained in:
Sosuke Suzuki
2017-10-21 16:59:33 +09:00
parent a29ca73fb4
commit 59f0cc4f98

View File

@@ -291,6 +291,10 @@ class SnippetNoteDetail extends React.Component {
}, () => {
this.save()
})
AwsMobileAnalyticsConfig.recordDynamicCustomEvent('SELECT_LANG', {
name
})
}
}