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',
|
||||
|
Reference in New Issue
Block a user