root: improve sentry tags to simplify queries

Signed-off-by: Jens Langhammer <jens.langhammer@beryju.org>
This commit is contained in:
Jens Langhammer
2021-06-06 14:51:43 +02:00
parent ea1696a275
commit 88cc38394e
2 changed files with 4 additions and 4 deletions

View File

@ -6,7 +6,7 @@ import { me } from "./Users";
import { config } from "./Config";
import { Config } from "authentik-api";
export const TAG_SENTRY_COMPONENT = "authentik:component";
export const TAG_SENTRY_COMPONENT = "authentik.component";
export function configureSentry(canDoPpi: boolean = false, tags: { [key: string]: string; } = {}): Promise<Config> {
return config().then((config) => {