feat(airbrake): add new errors trigger
This commit is contained in:
@@ -36,7 +36,10 @@ export default defineConfig({
|
||||
text: 'Airbrake',
|
||||
collapsible: true,
|
||||
collapsed: true,
|
||||
items: [{ text: 'Connection', link: '/apps/airbrake/connection' }],
|
||||
items: [
|
||||
{ text: 'Triggers', link: '/apps/airbrake/triggers' },
|
||||
{ text: 'Connection', link: '/apps/airbrake/connection' },
|
||||
],
|
||||
},
|
||||
{
|
||||
text: 'Carbone',
|
||||
|
12
packages/docs/pages/apps/airbrake/triggers.md
Normal file
12
packages/docs/pages/apps/airbrake/triggers.md
Normal 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 />
|
@@ -3,6 +3,7 @@
|
||||
The following integrations are currently supported by Automatisch.
|
||||
|
||||
- [Carbone](/apps/carbone/actions)
|
||||
- [Airbrake](/apps/airbrake/triggers)
|
||||
- [DeepL](/apps/deepl/actions)
|
||||
- [Delay](/apps/delay/actions)
|
||||
- [Discord](/apps/discord/actions)
|
||||
|
Reference in New Issue
Block a user