From 4d684639ecfe234a111b96728dabcf890a2bc441 Mon Sep 17 00:00:00 2001 From: Elliana May Date: Tue, 14 Apr 2026 16:16:20 +0800 Subject: [PATCH] fix link to sentry-testkit tests --- .../javascript/common/best-practices/sentry-testkit.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/platforms/javascript/common/best-practices/sentry-testkit.mdx b/docs/platforms/javascript/common/best-practices/sentry-testkit.mdx index 025d7360b3fce..4298f24b1d6c8 100644 --- a/docs/platforms/javascript/common/best-practices/sentry-testkit.mdx +++ b/docs/platforms/javascript/common/best-practices/sentry-testkit.mdx @@ -58,7 +58,7 @@ test("collect performance events", function () { }); ``` -You may see more usage examples in the [testing section](https://github.com/zivl/sentry-testkit/tree/master/__tests__) of sentry-testkit repository as well. +You may see more usage examples in the [testing section](https://github.com/zivl/sentry-testkit/tree/master/packages/sentry-testkit/__tests__) of sentry-testkit repository as well. ### Testkit API