mirror of
https://github.com/misskey-dev/misskey.git
synced 2026-06-11 17:04:12 +02:00
Sentry integration
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
<template>
|
||||
<FormBase>
|
||||
|
||||
<FormButton @click="error()">error test</FormButton>
|
||||
</FormBase>
|
||||
</template>
|
||||
|
||||
@@ -42,5 +42,11 @@ export default defineComponent({
|
||||
mounted() {
|
||||
this.$emit('info', this.INFO);
|
||||
},
|
||||
|
||||
methods: {
|
||||
error() {
|
||||
throw new Error('Test error');
|
||||
}
|
||||
}
|
||||
});
|
||||
</script>
|
||||
|
||||
Reference in New Issue
Block a user