Skip to content
Open
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
6 changes: 6 additions & 0 deletions .cursor/rules/fetch-docs/attributes.mdc
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
---
description: Use this rule if you need developer documentation about Span Attributes within the Sentry SDKs
alwaysApply: false
---

Find the SDK developer documentation here: https://develop.sentry.dev/sdk/telemetry/attributes.md
6 changes: 6 additions & 0 deletions .cursor/rules/fetch-docs/bundle-size.mdc
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
---
description: Use this rule if you need developer documentation about bundle size in the Sentry SDKs for browser environments.
alwaysApply: false
---

Find the SDK developer documentation here: https://develop.sentry.dev/sdk/platform-specifics/javascript-sdks/bundle-size.md
6 changes: 6 additions & 0 deletions .cursor/rules/fetch-docs/scopes.mdc
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
---
description: Use this rule if you need developer documentation about the concept of Scopes (global, isolation, current) within the Sentry SDKs
alwaysApply: false
---

Find the SDK developer documentation here: https://develop.sentry.dev/sdk/telemetry/scopes.md
6 changes: 6 additions & 0 deletions .cursor/rules/fetch-docs/tracing-in-browser.mdc
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
---
description: Use this rule if you need developer documentation about tracing for browser environments (e.g. page-load/navigation spans and Web Vitals).
alwaysApply: false
---

Find the SDK developer documentation here: https://develop.sentry.dev/sdk/platform-specifics/javascript-sdks/browser-tracing.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,11 +8,10 @@
"SENTRY_DSN": "https://username@domain/123",
"SENTRY_ENVIRONMENT": "qa",
"SENTRY_TRACES_SAMPLE_RATE": "1.0",
"SENTRY_TUNNEL": "http://localhost:3031/"
"SENTRY_TUNNEL": "http://localhost:3031/",
},
"assets": {
"binding": "ASSETS",
"directory": "./dist"
}
"directory": "./dist",
},
}

Loading