mirror of
https://github.com/lukevella/rallly.git
synced 2025-06-02 02:31:53 +02:00
📈 Capture more information about notifications
This commit is contained in:
parent
1fba36f9c8
commit
243c9984cb
2 changed files with 25 additions and 5 deletions
|
@ -29,6 +29,7 @@ const NotificationsToggle: React.FunctionComponent = () => {
|
|||
onSuccess: () => {
|
||||
posthog?.capture("turned notifications on", {
|
||||
pollId: poll.id,
|
||||
source: "notifications-toggle",
|
||||
});
|
||||
},
|
||||
});
|
||||
|
@ -37,6 +38,7 @@ const NotificationsToggle: React.FunctionComponent = () => {
|
|||
onSuccess: () => {
|
||||
posthog?.capture("turned notifications off", {
|
||||
pollId: poll.id,
|
||||
source: "notifications-toggle",
|
||||
});
|
||||
},
|
||||
});
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue