Openstatus www.openstatus.dev
6
fork

Configure Feed

Select the types of activity you want to include in your feed.

Remove logs (#164)

* 🐛 regex

* 🧹 logs

authored by

Thibault Le Ouay and committed by
GitHub
f6865edc c2b84760

-1
-1
apps/web/src/app/_components/analytics.tsx
··· 15 15 return ( 16 16 <Analytics 17 17 beforeSend={(event) => { 18 - console.log(event); 19 18 // Ignore all events that have a `/private` inside the URL 20 19 if (event.url.match(/https:\/\/((?!www).*)\.openstatus\.dev/)) { 21 20 return {