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
Copy file name to clipboardExpand all lines: static/app/views/insights/pages/agents/llmOnboardingInstructions.tsx
+3-3Lines changed: 3 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -65,10 +65,10 @@ export function CopyLLMPromptButton() {
65
65
* Contextual note prepended when the instructions follow onboarding setup
66
66
* steps so the LLM knows to complete those first.
67
67
*/
68
-
exportconstLLM_ONBOARDING_INSTRUCTIONS_PREAMBLE=`> The setup steps above contain the correct DSN and project-specific SDK configuration — complete them first.
69
-
> Then follow the skill references below for instrumentation and agent naming.`;
0 commit comments