Commit Graph
8 Commits
Author SHA1 Message Date
Steven EnamakelandGitHub 3f86bcd69d fix(sentry): restore OS context + guard source-map upload (#1403) (#1405) 2026-05-09 13:06:37 -07:00
Steven EnamakelandGitHub c635dedca5 fix(ci): drop bash trap in upload_sentry_symbols.sh; inline cleanup (#1103) 2026-05-02 11:49:09 -07:00
Steven EnamakelandGitHub 002c1751cf fix(ci): bump pinned sentry-cli to 3.4.1 (2.34.2 was never published) (#1102) 2026-05-02 11:33:34 -07:00
Steven EnamakelandGitHub e0ffad20d0 fix(ci): correct sentry-cli download URL and trap scope (#1100) 2026-05-02 06:41:19 -07:00
CodeGhost21andGitHub cd7a56581c fix(sentry): Rust source context + per-release deploy marker (#405) (#1067) 2026-05-01 17:06:31 +05:30
e943a1ad1b feat(sentry): split errors into per-surface projects (react, core, tauri) (#1032)
Co-authored-by: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
2026-04-29 15:57:41 -07:00
b56e846988 feat(config): runtime RPC URL configuration bootstrap (Issue #933) (#948)
Co-authored-by: Steven Enamakel <31011319+senamakel@users.noreply.github.com>
Co-authored-by: Steven Enamakel <enamakel@tinyhumans.ai>
2026-04-29 11:33:35 -07:00
9b1f4cdf71 fix(devops): upload Rust debug symbols to Sentry during Tauri build (closes #627) (#890)
- Add Sentry debug symbol upload step to the CI pipeline for production builds.
- Implement a helper script for manual symbol uploads with OS and architecture detection.
- Configure automatic Sentry release creation and commit association on main branch pushes.
- Refine Sentry CLI parameters to correctly handle shallow clones and debug ID indexing.
- Initialize CHANGELOG.md to track project changes and infrastructure updates.
- Update workflow permissions to allow Sentry to read action metadata for commit mapping.

Closes #627

Co-authored-by: Steven Enamakel <enamakel@tinyhumans.ai>
2026-04-24 10:20:58 -07:00