MVP, working sentry scraper
This commit is contained in:
@ -4,4 +4,4 @@
|
||||
|
||||
<span>This page does not exist.</span>
|
||||
</div>
|
||||
</template>
|
||||
</template>
|
||||
|
@ -1,5 +1,5 @@
|
||||
<script setup lang="ts">
|
||||
defineProps<{ error: any }>();
|
||||
defineProps<{ error: any }>()
|
||||
</script>
|
||||
|
||||
<template>
|
||||
@ -8,4 +8,4 @@ defineProps<{ error: any }>();
|
||||
|
||||
<span>{{ error.message }}</span>
|
||||
</div>
|
||||
</template>
|
||||
</template>
|
||||
|
Reference in New Issue
Block a user