-
Notifications
You must be signed in to change notification settings - Fork 5
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
add metrics on call event #1089
base: develop_tchap
Are you sure you want to change the base?
Conversation
63f77b1
to
ad05403
Compare
|
GitGuardian id | GitGuardian status | Secret | Commit | Filename | |
---|---|---|---|---|---|
13361669 | Triggered | Generic High Entropy Secret | 406b9af | config.dev.json | View secret |
🛠 Guidelines to remediate hardcoded secrets
-
Revoke and rotate the secret.
-
If possible, rewrite git history with
git commit --amend
andgit 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.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM!
@@ -107,6 +107,11 @@ | |||
"text": "Read the Privacy Policy" | |||
} | |||
], | |||
"posthog": { | |||
"project_api_key": "phc_eQOeaQiaIxdX9kaQmqYTD7RJLyFubYmGYKUI9czqqQD", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
J'ai mis la cle comme chez element-web ou android en attendant d'avoir une infra de dev
Cas d'usage
CallStarted
lors de l'emission d'un appel (au démarrage de l'appel)CallStarted
lors de la réception et acceptation d'un appel (au démarrage de l'appel)CallEnded
lors de la fin d'appel lorsque user A termine l'appelCallEnded
lors de la fin d'appel lorsque user A termine l'appelChecklist
public
/exported
symbols have accurate TSDoc documentation.