feat/sw-1266: mask private info in hotjar recordings

This commit is contained in:
Linus Flood
2024-12-19 11:00:00 +01:00
parent b22c2ba73e
commit ec0a87aed7
5 changed files with 38 additions and 11 deletions

View File

@@ -39,7 +39,13 @@ export default async function Profile({ params }: PageArgs<LangParams>) {
<Title as="h4" color="red" level="h1" textTransform="capitalize">
{intl.formatMessage({ id: "Welcome" })}
</Title>
<Title as="h4" color="burgundy" level="h2" textTransform="capitalize">
<Title
data-hj-suppress
as="h4"
color="burgundy"
level="h2"
textTransform="capitalize"
>
{user.name}
</Title>
</hgroup>