mirror of
https://github.com/hydralauncher/hydra.git
synced 2025-03-09 15:40:26 +00:00
ci: adding sentry
This commit is contained in:
parent
75b69f38fc
commit
ac27438a35
15 changed files with 1253 additions and 17 deletions
|
@ -272,6 +272,7 @@ export interface UserDetails {
|
|||
export interface UserProfile {
|
||||
id: string;
|
||||
displayName: string;
|
||||
username: string;
|
||||
profileImageUrl: string | null;
|
||||
totalPlayTimeInSeconds: number;
|
||||
libraryGames: UserGame[];
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue