feat(airbrake): add airbrake integration

This commit is contained in:
Rıdvan Akca
2024-02-12 16:44:05 +03:00
parent 8c936a91be
commit 98274c3d71
10 changed files with 126 additions and 1 deletions

View File

@@ -32,6 +32,12 @@ export default defineConfig({
],
sidebar: {
'/apps/': [
{
text: 'Airbrake',
collapsible: true,
collapsed: true,
items: [{ text: 'Connection', link: '/apps/airbrake/connection' }],
},
{
text: 'Carbone',
collapsible: true,
@@ -305,7 +311,7 @@ export default defineConfig({
collapsed: true,
items: [
{ text: 'Actions', link: '/apps/removebg/actions' },
{ text: 'Connection', link: '/apps/removebg/connection' }
{ text: 'Connection', link: '/apps/removebg/connection' },
],
},
{