File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change 1010Video 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
You can’t perform that action at this time.
0 commit comments