File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
platform-includes/llm-rules-platform Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 33Sentry 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.
44
55```` markdown {filename:rules.md}
6- These examples should be used as guidance when configuring Sentry functionlaity within a project.
6+ These examples should be used as guidance when configuring Sentry functionality within a project.
77
88# Error / Exception Tracking
99
@@ -12,7 +12,7 @@ These examples should be used as guidance when configuring Sentry functionlaity
1212
1313# Tracing Examples
1414
15- - Spans should be created for meaningful actions within an applications like button clicks, API calls, and function calls
15+ - Spans should be created for meaningful actions within an application like button clicks, API calls, and function calls
1616- Ensure you are creating custom spans with meaningful names and operations
1717- Use the `Sentry.startSpan` function to create a span
1818- Child spans can exist within a parent span
You can’t perform that action at this time.
0 commit comments