A work-in-progress alternative frontend to Sentry.
Right now it can view organizations, projects and a projects issues.
make
target/debug/sentry-mobi
- get a user API token from sentry (User Settings)
- Log in at
http://localhost:1312
make
, then cargo watch -x run
.
You will notice that the iteration times are terrible, as changes to HTML
require a recompile. You can use cargo run --features hotreload
to get
templates evaluated at runtime. The feature is experimental and depends on a
fork of maud
.
-
Should work on small screens and low-end devices. Must run smoothly on Android devices from 10 years ago (Android 9, Samsung Galaxy S8)
- Therefore, JavaScript is used to progressively enhance at most.
-
Main user scenario is responding to and viewing alerts on mobile. Tracing views etc are unlikely to be implemented because they're too complex.
- Therefore, link to full UI where it's convenient.
-
Some kind of story for compliance, as unlike other alternative frontends we're dealing with sensitive data. Self-hostable on local device.
- Therefore, self-contained binary.
MIT