Skip to content

Commit

Permalink
feat: remove sentry
Browse files Browse the repository at this point in the history
  • Loading branch information
TetrisIQ committed Jun 7, 2024
1 parent 56aa226 commit 804da0a
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 4 deletions.
3 changes: 0 additions & 3 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,3 @@ vite.config.ts.timestamp-*
data
data.json
radata

# Sentry Auth Token
.sentryclirc
1 change: 0 additions & 1 deletion src/routes/+layout.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@
import { page } from '$app/stores';
import { goto } from '$app/navigation';
import Logo from '$lib/components/Logo.svelte';
import { handleError } from '../hooks.client';
import { onMount } from 'svelte';
import { testConnection } from '$lib/gun/gunStore';
$: showRoomShare = $page.params?.name !== undefined;
Expand Down

0 comments on commit 804da0a

Please sign in to comment.