Get working sentry for the UI

Previously it almost, but didn't quite work. Now it actually works, but
the stack traces are minified.
This commit is contained in:
Eli Ribble 2026-04-29 23:59:34 +00:00
parent 2f6cbe59eb
commit 0c464a9963
No known key found for this signature in database
6 changed files with 37 additions and 18 deletions

View file

@ -6,9 +6,9 @@ import (
)
type VersionInfo struct {
BuildTime time.Time
IsModified bool
Revision string
BuildTime time.Time `json:"build_time"`
IsModified bool `json:"is_modified"`
Revision string `json:"revision"`
}
func Get() VersionInfo {