Skip to content

Commit 72599e4

Browse files
authored
Update README.md
1 parent b6e91a6 commit 72599e4

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

README.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -10,14 +10,14 @@
1010
Video of using GA4 as endpoint for crash-reporting via [https://github.com/sentryco/Telemetric](https://github.com/sentryco/Telemetric)
1111

1212
### Problem:
13-
- Crash reporting often captures excessive data, compromising privacy.
14-
- Industry standards currently lack privacy considerations.
15-
- Personal information is not redacted on the client side.
13+
- 🚧 Crash reporting often captures excessive data, compromising privacy.
14+
- 🕵️‍♂️ Industry standards currently lack privacy considerations.
15+
- 🧹Personal information is not redacted on the client side.
1616

1717
### Solution:
18-
- Allow customization of crash log contents to include only essential metadata, avoiding full stack traces that may contain sensitive data.
19-
- Implement your own redaction logic using heuristics or custom models through CoreML.
20-
- Utilize a custom server mechanism for secure crash log transmission.
18+
- 🗜️ Allow customization of crash log contents to include only essential metadata, avoiding full stack traces that may contain sensitive data.
19+
- 📡 Utilize a custom server mechanism for secure crash log transmission.
20+
- 🧼 Implement your own redaction logic using heuristics or custom models through CoreML.
2121

2222
### Features:
2323
- Catch both exceptions and signal crashes

0 commit comments

Comments
 (0)