GitXplorerGitXplorer
u

sentry-mobi

public
0 stars
1 forks
1 issues

Commits

List of commits on branch main.
Unverified
67fef70c8a2ae3ff4a1224af8b0ceba3ae8bbe85

make logout button smaller

uuntitaker committed a month ago
Unverified
abeac8955d10558fc13452d7e7fc7bf33e9bc779

limit issue details to 25 items

uuntitaker committed a month ago
Unverified
57975d187f0821dd39301b9decfa7438101eeb0b

fix bug where logout didnt update the page

uuntitaker committed a month ago
Verified
e2949fc245a6ed05eb7d72a7bbc61d480d87d996

update instructions (#3)

llynnagara committed 2 months ago
Unverified
ab451f40bf0a7ca7c0a4e187a9ea525be5e5731f

more issue details improvements

uuntitaker committed 2 months ago
Unverified
8a2653ac83fc08f2cee6b17950ed5c2d70753b91

styling tweaks to issue details, impl request interface

uuntitaker committed 2 months ago

README

The README file for this repository.

sentry.mobi

A work-in-progress alternative frontend to Sentry.

Right now it can view organizations, projects and a projects issues.

  1. make
  2. target/debug/sentry-mobi
  3. get a user API token from sentry (User Settings)
  4. Log in at http://localhost:1312

Development

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.

Design goals

  • 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.

LICENSE

MIT