Add tasks for segment sync and posthog sync
This commit is contained in:
parent
1d4e06fdf3
commit
d2954de4c7
1 changed files with 1 additions and 1 deletions
|
|
@ -59,7 +59,7 @@ def main():
|
||||||
# Send event to PostHog
|
# Send event to PostHog
|
||||||
result = posthog.capture(
|
result = posthog.capture(
|
||||||
distinct_id=distinct_id, # You can customize this identifier
|
distinct_id=distinct_id, # You can customize this identifier
|
||||||
event='GitHub Repo Stats',
|
event='cognee_lib_github_repo_stats',
|
||||||
properties=properties
|
properties=properties
|
||||||
)
|
)
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue