feat(airbrake): add new errors trigger

This commit is contained in:
Rıdvan Akca
2024-02-13 15:02:57 +03:00
parent 98274c3d71
commit c762f0562f
8 changed files with 116 additions and 1 deletions

View File

@@ -0,0 +1,12 @@
---
favicon: /favicons/airbrake.svg
items:
- name: New errors
desc: Triggers when a new error occurs.
---
<script setup>
import CustomListing from '../../components/CustomListing.vue'
</script>
<CustomListing />