From a99af9257854d1420aa275e0ba494f13a734ac83 Mon Sep 17 00:00:00 2001 From: Cursor Agent Date: Wed, 25 Jun 2025 19:13:09 +0000 Subject: [PATCH] Update stacktrace link docs with correct source code link --- .../integration-platform/ui-components/stacktrace-link.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/organization/integrations/integration-platform/ui-components/stacktrace-link.mdx b/docs/organization/integrations/integration-platform/ui-components/stacktrace-link.mdx index 45c6b00e5d2d1d..f2c8c2c27ad8c8 100644 --- a/docs/organization/integrations/integration-platform/ui-components/stacktrace-link.mdx +++ b/docs/organization/integrations/integration-platform/ui-components/stacktrace-link.mdx @@ -44,4 +44,4 @@ This feature allows you to insert a link within a stack trace frame. The link co Any time a component supports a `uri` attribute, Sentry will make a request to the third-party service using the Base URL or their `webhook_url`. -For a more complete description of the grammar, see the [source code](https://github.com/getsentry/sentry/blob/master/src/sentry/api/validators/sentry_apps/schema.py). +For a more complete description of the grammar, see the [source code](https://github.com/getsentry/sentry/blob/cdb843e95a0994e6e51f12a14dc19f7c6cfc162c/src/sentry/sentry_apps/api/parsers/schema.py).