You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
Copy file name to clipboardExpand all lines: platform-includes/llm-rules-platform/_default.mdx
+4Lines changed: 4 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -6,6 +6,10 @@ Sentry provides a set of rules you can use to help your LLM use Sentry correctly
6
6
If you make any changes, please update the getting started doc accordingly. */}
7
7
8
8
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
+
9
13
````markdown {filename:rules.md}
10
14
These examples should be used as guidance when configuring Sentry functionality within a project.
Copy file name to clipboardExpand all lines: platform-includes/llm-rules-platform/javascript.nextjs.mdx
+3Lines changed: 3 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -5,6 +5,9 @@ Sentry provides a set of rules you can use to help your LLM use Sentry correctly
5
5
{/* 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).
6
6
If you make any changes, please update the getting started doc accordingly. */}
7
7
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
+
8
11
````markdown {filename:rules.md}
9
12
These examples should be used as guidance when configuring Sentry functionality within a project.
Copy file name to clipboardExpand all lines: platform-includes/llm-rules-platform/javascript.node.mdx
+3Lines changed: 3 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -5,6 +5,9 @@ Sentry provides a set of rules you can use to help your LLM use Sentry correctly
5
5
{/* 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).
6
6
If you make any changes, please update the getting started doc accordingly. */}
7
7
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
+
8
11
````markdown {filename:rules.md}
9
12
These examples should be used as guidance when configuring Sentry functionality within a project.
Copy file name to clipboardExpand all lines: platform-includes/llm-rules-platform/javascript.react.mdx
+3Lines changed: 3 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -5,6 +5,9 @@ Sentry provides a set of rules you can use to help your LLM use Sentry correctly
5
5
{/* 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).
6
6
If you make any changes, please update the getting started doc accordingly. */}
7
7
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
+
8
11
````markdown {filename:rules.md}
9
12
These examples should be used as guidance when configuring Sentry functionality within a project.
0 commit comments