docs: added sentry guide (#12744)

* docs: added sentry guide

* added error capturing

* generate
This commit is contained in:
Shahed Nasser
2025-06-24 12:05:37 +03:00
committed by GitHub
parent 85bc396e03
commit 474e97c9be
13 changed files with 916 additions and 17 deletions
@@ -95,6 +95,18 @@ export const integrationsSidebar = [
},
],
},
{
type: "category",
title: "Instrumentation",
initialOpen: true,
children: [
{
type: "link",
path: "/integrations/guides/sentry",
title: "Sentry",
},
],
},
{
type: "category",
title: "Migration",