MM-60331 - Scheduled post telemetry (#29132)

* Added scheduled posts telemetry

* Tracking scheudled post creation via webapp to filter by platform

* Fixed keys

* Lint fix
Этот коммит содержится в:
Harshil Sharma
2024-11-06 16:09:52 +05:30
коммит произвёл GitHub
родитель 65ed87bda0
Коммит f812104a92
9 изменённых файлов: 73 добавлений и 15 удалений

Просмотреть файл

@@ -107,6 +107,7 @@ const (
TrackGroupsFeature TrackFeature = "custom_groups"
TrackReadOnlyFeature TrackFeature = "read_only_channels"
TrackSharedChannelsFeature TrackFeature = "shared_channels"
TrackScheduledPosts TrackFeature = "scheduled_posts"
)
const (
@@ -114,6 +115,7 @@ const (
TrackPropertyGroup = "group_id"
TrackPropertyChannel = "channel_id"
TrackPropertyPostAuthor = "post_owner_id"
TrackPropertyUserAgent = "user_agent"
)
type ServerIface interface {