Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions platform-includes/llm-rules-platform/_default.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
4 changes: 2 additions & 2 deletions platform-includes/llm-rules-platform/javascript.nextjs.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
4 changes: 2 additions & 2 deletions platform-includes/llm-rules-platform/javascript.node.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
4 changes: 2 additions & 2 deletions platform-includes/llm-rules-platform/javascript.react.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down