Skip to content

Commit bd5176c

Browse files
authored
chore(cursor): Add rules for fetching develop docs (#19377)
Adds some rules (not enabled by default) for fetching the develop docs (in markdown format) in case they are needed. I added the develop docs that contain mostly prose text and are not too focused on the technical details (as this info can be retrieved from the code itself). Closes #19378 (added automatically)
1 parent 361c943 commit bd5176c

File tree

4 files changed

+24
-0
lines changed

4 files changed

+24
-0
lines changed
Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
---
2+
description: Use this rule if you need developer documentation about Span Attributes within the Sentry SDKs
3+
alwaysApply: false
4+
---
5+
6+
Find the SDK developer documentation here: https://develop.sentry.dev/sdk/telemetry/attributes.md
Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
---
2+
description: Use this rule if you need developer documentation about bundle size in the Sentry SDKs for browser environments.
3+
alwaysApply: false
4+
---
5+
6+
Find the SDK developer documentation here: https://develop.sentry.dev/sdk/platform-specifics/javascript-sdks/bundle-size.md
Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
---
2+
description: Use this rule if you need developer documentation about the concept of Scopes (global, isolation, current) within the Sentry SDKs
3+
alwaysApply: false
4+
---
5+
6+
Find the SDK developer documentation here: https://develop.sentry.dev/sdk/telemetry/scopes.md
Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
---
2+
description: Use this rule if you need developer documentation about tracing for browser environments (e.g. page-load/navigation spans and Web Vitals).
3+
alwaysApply: false
4+
---
5+
6+
Find the SDK developer documentation here: https://develop.sentry.dev/sdk/platform-specifics/javascript-sdks/browser-tracing.md

0 commit comments

Comments
 (0)