TF-4136 security(sentry): scrub sensitive headers without mutating HTTP payloads

This commit is contained in:
dab246
2025-12-15 13:52:35 +07:00
committed by Dat H. Pham
parent fdda936ac2
commit 95534e28e0
5 changed files with 57 additions and 11 deletions
+11 -1
View File
@@ -21,8 +21,18 @@ SENTRY_ENVIRONMENT=<environment_name>
### 2. Activate Sentry in environment file
In [`env.file`](https://github.com/linagora/tmail-flutter/blob/master/env.file), ensure the following line is present:
- If you want to use Sentry:
```bash
SENTRY_ENABLED=true | false
SENTRY_ENABLED=true
```
- If you don't want to use Sentry:
```bash
SENTRY_ENABLED=false
```
or
```bash
SENTRY_ENABLED=
```
### 3. Verification