From a50895fb1d92799fa8d56dffd5078a25759716ac Mon Sep 17 00:00:00 2001 From: sanath Date: Fri, 4 Sep 2026 08:33:47 +0530 Subject: [PATCH] docs: fix custom integration interface link --- .../javascript/common/configuration/integrations/custom.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/platforms/javascript/common/configuration/integrations/custom.mdx b/docs/platforms/javascript/common/configuration/integrations/custom.mdx index 2c02dd1f8273a..9ca645538f55b 100644 --- a/docs/platforms/javascript/common/configuration/integrations/custom.mdx +++ b/docs/platforms/javascript/common/configuration/integrations/custom.mdx @@ -6,7 +6,7 @@ description: "Learn how you can enable a custom integration." In addition to the integrations that come with the SDK, you can also write custom integrations. -Custom integration must conform to the [Integration interface](https://github.com/getsentry/sentry-javascript/blob/master/packages/core/src/types-hoist/integration.ts). +Custom integration must conform to the [Integration interface](https://github.com/getsentry/sentry-javascript/blob/develop/packages/core/src/types/integration.ts). A custom integration can be created and added to the SDK as follows: