Backend (infrastructure/sentry): - 添加 Sentry 自建部署 Docker Compose 配置 - 包含 PostgreSQL, Redis, Kafka, ClickHouse, Snuba 等组件 - 添加 Relay (事件网关) 和 Symbolicator (符号化服务) 配置 - 添加部署脚本 deploy.sh 和配置文件 - 更新 infrastructure README 文档 Frontend (mobile-app): - 添加 sentry_flutter SDK 依赖 - 创建 SentryService 封装类,统一管理崩溃收集 - 创建 SentryConfig 配置类,支持开发/生产环境配置 - 创建 SentryNavigationObserver 自动追踪页面导航 - 创建 SentryDioInterceptor 自动追踪 HTTP 请求 - 在 bootstrap.dart 中集成 Sentry 初始化 - 支持 Flutter 错误和异步错误捕获 - 自动过滤敏感信息 (密码、助记词、私钥等) - 在登录/登出/切换账号时同步 Sentry 用户信息 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com> |
||
|---|---|---|
| .. | ||
| .claude | ||
| android | ||
| assets | ||
| docs | ||
| ios | ||
| lib | ||
| linux | ||
| macos | ||
| scripts | ||
| test | ||
| web | ||
| windows | ||
| .gitignore | ||
| .metadata | ||
| CLAUDE.md | ||
| README.MD | ||
| analysis_options.yaml | ||
| flutter_android_update_guide.md | ||
| flutter_telemetry_solution.md | ||
| pubspec.lock | ||
| pubspec.yaml | ||
README.MD
Create Flutter Framework
C:\Users\ph\Desktop\app>flutter create --org com.rwadurian rwa_android_app
Creating project rwa_android_app...
Resolving dependencies in `rwa_android_app`... (3.7s)
Downloading packages...
Got dependencies in `rwa_android_app`.
Wrote 130 files.
All done!
You can find general documentation for Flutter at: https://docs.flutter.dev/
Detailed API documentation is available at: https://api.flutter.dev/
If you prefer video documentation, consider: https://www.youtube.com/c/flutterdev
In order to run your application, type:
$ cd rwa_android_app
$ flutter run
Your application code is in rwa_android_app\lib\main.dart.
rwa_android_app
A new Flutter project.
Getting Started
This project is a starting point for a Flutter application.
A few resources to get you started if this is your first Flutter project:
For help getting started with Flutter development, view the online documentation, which offers tutorials, samples, guidance on mobile development, and a full API reference.