From aee90165363fff566401d361a18fc164579186fb Mon Sep 17 00:00:00 2001 From: Burak Yigit Kaya Date: Tue, 12 Aug 2025 10:41:01 +0100 Subject: [PATCH] fix: Fix broken AI banner due to invalid syntax --- platform-includes/llm-rules-platform/_default.mdx | 4 ++-- platform-includes/llm-rules-platform/javascript.nextjs.mdx | 4 ++-- platform-includes/llm-rules-platform/javascript.node.mdx | 4 ++-- platform-includes/llm-rules-platform/javascript.react.mdx | 4 ++-- 4 files changed, 8 insertions(+), 8 deletions(-) diff --git a/platform-includes/llm-rules-platform/_default.mdx b/platform-includes/llm-rules-platform/_default.mdx index 3b31671cbc7de..7b2a451fb3b0d 100644 --- a/platform-includes/llm-rules-platform/_default.mdx +++ b/platform-includes/llm-rules-platform/_default.mdx @@ -2,8 +2,8 @@ Sentry provides a set of rules you can use to help your LLM use Sentry correctly. Copy this file and add it to your projects rules configuration. When created as a rules file this should be placed alongside other editor specific rule files. For example, if you are using Cursor, place this file in the `.cursorrules` directory. -{/_ ATTENTION: The rules defined here must match those in the app's onboarding documentation (see: https://github.com/getsentry/sentry/blob/master/static/app/gettingStartedDocs/javascript/javascript.tsx). -If you make any changes, please update the getting started doc accordingly. _/} +{/* ATTENTION: The rules defined here must match those in the app's onboarding documentation (see: https://github.com/getsentry/sentry/blob/master/static/app/gettingStartedDocs/javascript/javascript.tsx). +If you make any changes, please update the getting started doc accordingly. */} ````markdown {filename:rules.md} These examples should be used as guidance when configuring Sentry functionality within a project. diff --git a/platform-includes/llm-rules-platform/javascript.nextjs.mdx b/platform-includes/llm-rules-platform/javascript.nextjs.mdx index 59af26fbef047..ff95ae74bf6f5 100644 --- a/platform-includes/llm-rules-platform/javascript.nextjs.mdx +++ b/platform-includes/llm-rules-platform/javascript.nextjs.mdx @@ -2,8 +2,8 @@ Sentry provides a set of rules you can use to help your LLM use Sentry correctly. Copy this file and add it to your projects rules configuration. When created as a rules file this should be placed alongside other editor specific rule files. For example, if you are using Cursor, place this file in the `.cursorrules` directory. -{/_ ATTENTION: The rules defined here must match those in the app's onboarding documentation (see: https://github.com/getsentry/sentry/blob/master/static/app/gettingStartedDocs/javascript/nextjs.tsx). -If you make any changes, please update the getting started doc accordingly. _/} +{/* ATTENTION: The rules defined here must match those in the app's onboarding documentation (see: https://github.com/getsentry/sentry/blob/master/static/app/gettingStartedDocs/javascript/nextjs.tsx). +If you make any changes, please update the getting started doc accordingly. */} ````markdown {filename:rules.md} These examples should be used as guidance when configuring Sentry functionality within a project. diff --git a/platform-includes/llm-rules-platform/javascript.node.mdx b/platform-includes/llm-rules-platform/javascript.node.mdx index a3a6afe1dff47..be9cd82d1beb8 100644 --- a/platform-includes/llm-rules-platform/javascript.node.mdx +++ b/platform-includes/llm-rules-platform/javascript.node.mdx @@ -2,8 +2,8 @@ Sentry provides a set of rules you can use to help your LLM use Sentry correctly. Copy this file and add it to your projects rules configuration. When created as a rules file this should be placed alongside other editor specific rule files. For example, if you are using Cursor, place this file in the `.cursorrules` directory. -{/_ ATTENTION: The rules defined here must match those in the app's onboarding documentation (see: https://github.com/getsentry/sentry/blob/master/static/app/gettingStartedDocs/node/node.tsx). -If you make any changes, please update the getting started doc accordingly. _/} +{/* ATTENTION: The rules defined here must match those in the app's onboarding documentation (see: https://github.com/getsentry/sentry/blob/master/static/app/gettingStartedDocs/node/node.tsx). +If you make any changes, please update the getting started doc accordingly. */} ````markdown {filename:rules.md} These examples should be used as guidance when configuring Sentry functionality within a project. diff --git a/platform-includes/llm-rules-platform/javascript.react.mdx b/platform-includes/llm-rules-platform/javascript.react.mdx index 48630589e1c33..8f2999dd298e2 100644 --- a/platform-includes/llm-rules-platform/javascript.react.mdx +++ b/platform-includes/llm-rules-platform/javascript.react.mdx @@ -2,8 +2,8 @@ Sentry provides a set of rules you can use to help your LLM use Sentry correctly. Copy this file and add it to your projects rules configuration. When created as a rules file this should be placed alongside other editor specific rule files. For example, if you are using Cursor, place this file in the `.cursorrules` directory. -{/_ ATTENTION: The rules defined here must match those in the app's onboarding documentation (see: https://github.com/getsentry/sentry/blob/master/static/app/gettingStartedDocs/javascript/react.tsx). -If you make any changes, please update the getting started doc accordingly. _/} +{/* ATTENTION: The rules defined here must match those in the app's onboarding documentation (see: https://github.com/getsentry/sentry/blob/master/static/app/gettingStartedDocs/javascript/react.tsx). +If you make any changes, please update the getting started doc accordingly. */} ````markdown {filename:rules.md} These examples should be used as guidance when configuring Sentry functionality within a project.