web/flows: fix redirect loop when sentry is enabled

Signed-off-by: Jens Langhammer <jens.langhammer@beryju.org>
This commit is contained in:
Jens Langhammer
2021-04-26 17:45:09 +02:00
parent 7ff7bfeb58
commit 21c7787eed
2 changed files with 3 additions and 3 deletions

View File

@ -41,7 +41,7 @@ export class SidebarBrand extends LitElement {
}
firstUpdated(): void {
configureSentry().then((c) => {this.config = c;});
configureSentry(true).then((c) => {this.config = c;});
}
render(): TemplateResult {