Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

TCHAP: add posthog analytics #1190

Merged
merged 2 commits into from
Dec 17, 2024
Merged

TCHAP: add posthog analytics #1190

merged 2 commits into from
Dec 17, 2024

Conversation

MarcWadai
Copy link
Contributor

@MarcWadai MarcWadai commented Dec 12, 2024

fixes #1184

Copied from #1089 :

  • Scenario 1 : appel de user A vers user B - user A doit envoyer un event CallStarted lors de l'emission d'un appel (au démarrage de l'appel)
  • Scenario 2 : appel de user A vers user B - user B doit envoyer un event CallStarted lors de la réception et acceptation d'un appel (au démarrage de l'appel)
  • Scenario 3 : appel de user A vers user B - user A doit envoyer un event CallEnded lors de la fin d'appel lorsque user A termine l'appel
  • Scenario 4 : appel de user A vers user B - user B doit envoyer un event CallEnded lors de la fin d'appel lorsque user A termine l'appel

Checklist

  • Tests written for new code (and old code if feasible).
  • New or updated public/exported symbols have accurate TSDoc documentation.
  • Linter and other CI checks pass.
  • I have licensed the changes to Element by completing the Contributor License Agreement (CLA)

@MarcWadai MarcWadai requested a review from mcalinghee December 12, 2024 14:29
Copy link

gitguardian bot commented Dec 12, 2024

⚠️ GitGuardian has uncovered 1 secret following the scan of your pull request.

Please consider investigating the findings and remediating the incidents. Failure to do so may lead to compromising the associated services or software components.

🔎 Detected hardcoded secret in your pull request
GitGuardian id GitGuardian status Secret Commit Filename
14813093 Triggered Generic High Entropy Secret 2452157 config.dev.json View secret
🛠 Guidelines to remediate hardcoded secrets
  1. Revoke and rotate the secret.

  2. If possible, rewrite git history with git commit --amend and git push --force.


🦉 GitGuardian detects secrets in your source code to help developers and security teams secure the modern development process. You are seeing this because you or someone else with access to this repository has authorized GitGuardian to scan your pull request.

@MarcWadai MarcWadai mentioned this pull request Dec 12, 2024
8 tasks
@MarcWadai MarcWadai requested a review from odelcroi December 16, 2024 09:24
@MarcWadai MarcWadai merged commit 45e81e8 into develop_tchap Dec 17, 2024
6 of 7 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Ajouter la configuration posthog pour vérifier la charge en production
2 participants