mirror of
https://github.com/hydralauncher/hydra.git
synced 2025-03-09 15:40:26 +00:00
fix: removing sentry
This commit is contained in:
parent
74cd60ff3d
commit
8af29abd92
24 changed files with 72 additions and 1163 deletions
|
@ -4,7 +4,6 @@ import {
|
|||
userAuthRepository,
|
||||
userSubscriptionRepository,
|
||||
} from "@main/repository";
|
||||
import * as Sentry from "@sentry/electron/main";
|
||||
import { UserNotLoggedInError } from "@shared";
|
||||
import { logger } from "../logger";
|
||||
|
||||
|
@ -39,8 +38,6 @@ export const getUserData = () => {
|
|||
await userSubscriptionRepository.delete({ id: 1 });
|
||||
}
|
||||
|
||||
Sentry.setUser({ id: me.id, username: me.username });
|
||||
|
||||
return me;
|
||||
})
|
||||
.catch(async (err) => {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue