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
+12 -1
View File
@@ -1128,7 +1128,18 @@ export const generatedSidebars = [
"type": "link",
"path": "/learn/debugging-and-testing/instrumentation",
"title": "Instrumentation",
"children": [],
"children": [
{
"loaded": true,
"isPathHref": true,
"type": "ref",
"path": "/resources/integrations/guides/sentry",
"title": "Guide: Sentry",
"children": [],
"chapterTitle": "7.4.1. Guide: Sentry",
"number": "7.4.1."
}
],
"chapterTitle": "7.4. Instrumentation",
"number": "7.4."
},