Skip to content

Commit 7412ea5

Browse files
committed
Merge branch 'priscila/ref/llm-rules-platform/add-attention-comment' of https://github.com/getsentry/sentry-docs into priscila/ref/llm-rules-platform/add-attention-comment
* 'priscila/ref/llm-rules-platform/add-attention-comment' of https://github.com/getsentry/sentry-docs: add comment for javascript browser update nods link ref(llm-rules-platform): Add a note saying to keep app's and doc's rules sync
2 parents 1877b6d + 8f595f6 commit 7412ea5

File tree

4 files changed

+13
-0
lines changed

4 files changed

+13
-0
lines changed

platform-includes/llm-rules-platform/_default.mdx

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,10 @@ Sentry provides a set of rules you can use to help your LLM use Sentry correctly
66
If you make any changes, please update the getting started doc accordingly. */}
77

88

9+
{/* 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).
10+
If you make any changes, please update the getting started doc accordingly. */}
11+
12+
913
````markdown {filename:rules.md}
1014
These examples should be used as guidance when configuring Sentry functionality within a project.
1115

platform-includes/llm-rules-platform/javascript.nextjs.mdx

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,9 @@ Sentry provides a set of rules you can use to help your LLM use Sentry correctly
55
{/* 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).
66
If you make any changes, please update the getting started doc accordingly. */}
77

8+
{/* 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).
9+
If you make any changes, please update the getting started doc accordingly. */}
10+
811
````markdown {filename:rules.md}
912
These examples should be used as guidance when configuring Sentry functionality within a project.
1013

platform-includes/llm-rules-platform/javascript.node.mdx

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,9 @@ Sentry provides a set of rules you can use to help your LLM use Sentry correctly
55
{/* 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).
66
If you make any changes, please update the getting started doc accordingly. */}
77

8+
{/* 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).
9+
If you make any changes, please update the getting started doc accordingly. */}
10+
811
````markdown {filename:rules.md}
912
These examples should be used as guidance when configuring Sentry functionality within a project.
1013

platform-includes/llm-rules-platform/javascript.react.mdx

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,9 @@ Sentry provides a set of rules you can use to help your LLM use Sentry correctly
55
{/* 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).
66
If you make any changes, please update the getting started doc accordingly. */}
77

8+
{/* 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).
9+
If you make any changes, please update the getting started doc accordingly. */}
10+
811
````markdown {filename:rules.md}
912
These examples should be used as guidance when configuring Sentry functionality within a project.
1013

0 commit comments

Comments
 (0)