We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a7a3ca5 commit ecbef6eCopy full SHA for ecbef6e
src/tools/diagnostic.ts
@@ -263,7 +263,7 @@ export async function runDiagnosticTool(_params: unknown): Promise<ToolResponse>
263
`- Build Tools: ${!('error' in diagnosticInfo.xcode) ? '\u2705 Available' : '\u274c Not available'}`,
264
`- UI Automation Tools: ${diagnosticInfo.features.idb.uiAutomationSupported ? '\u2705 Available' : '\u274c Not available'}`,
265
266
- `\n### Sentry`,
+ `\n## Sentry`,
267
`- Sentry enabled: ${diagnosticInfo.environmentVariables.SENTRY_DISABLED !== 'true' ? '✅ Yes' : '❌ No'}`,
268
269
`\n## Troubleshooting Tips`,
0 commit comments