web/user: enable sentry
Signed-off-by: Jens Langhammer <jens.langhammer@beryju.org>
This commit is contained in:
		| @ -17,6 +17,7 @@ import PFBase from "@patternfly/patternfly/patternfly-base.css"; | ||||
| import { CurrentTenant, EventsApi } from "@goauthentik/api"; | ||||
|  | ||||
| import { DEFAULT_CONFIG, tenant } from "../api/Config"; | ||||
| import { configureSentry } from "../api/Sentry"; | ||||
| import { me } from "../api/Users"; | ||||
| import { WebsocketClient } from "../common/ws"; | ||||
| import { | ||||
| @ -99,6 +100,7 @@ export class UserInterface extends LitElement { | ||||
|             this.firstUpdated(); | ||||
|         }); | ||||
|         tenant().then((tenant) => (this.tenant = tenant)); | ||||
|         configureSentry(true); | ||||
|     } | ||||
|  | ||||
|     firstUpdated(): void { | ||||
|  | ||||
		Reference in New Issue
	
	Block a user
	 Jens Langhammer
					Jens Langhammer