feat(frontend): add sentry

This commit is contained in:
Sam 2022-09-16 10:20:09 +02:00
parent 4a8e1bb54f
commit 220e8fa71d
10 changed files with 617 additions and 25 deletions

View file

@ -40,11 +40,10 @@ export default function Index({ user }: Props) {
<div className="container mx-auto">
<div className="flex flex-col m-2 p-2 lg:flex-row justify-center lg:justify-start items-center space-y-4 lg:space-y-0 lg:space-x-16 lg:items-start border-b border-slate-200 dark:border-slate-700">
{user.avatar_url && (
// eslint-disable-next-line @next/next/no-img-element
<img
className="max-w-xs rounded-full"
src={user.avatar_url}
//width="20rem"
//height="20rem"
alt={`@${user.username}'s avatar`}
/>
)}