{{define "content"}}
Back to Dashboard

{{.App.Name}}

{{.App.PackageID}}

Daily Active Users

{{.Overview.DAU}}

{{if ge .Overview.DAUChange 0.0}} {{else}} {{end}}

{{if ge .Overview.DAUChange 0.0}}+{{end}}{{printf "%.1f" .Overview.DAUChange}}% from previous period

Total Sessions

{{.Overview.TotalSessions}}

Crash-Free Rate

{{printf "%.1f" .Overview.CrashFreeRate}}%

Total Crashes

{{.Overview.TotalCrashes}}

{{if gt .Overview.TotalCrashes 0}} View crash reports → {{end}}

Daily Active Users

Sessions

Event Distribution

{{if .EventStats}}
{{range .EventStats}} {{end}}
Event Type Count Unique Devices
{{.EventType}} {{.Count}} {{.UniqueDevices}}
{{else}}

No events recorded yet.

{{end}}
{{if .Crashes}}

Recent Crashes

View all →
{{range .Crashes}}

{{.CrashType}}: {{.Message}}

{{.OccurrenceCount}} occurrences Last seen: {{.LastSeen}}
{{.Status}}
{{end}}
{{end}}
{{end}}