We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fddc9b0 commit 68a4ef1Copy full SHA for 68a4ef1
src/modules/deploy/services/deployment.service.ts
@@ -1212,7 +1212,7 @@ export class DeploymentService {
1212
// Generate Cursor-specific performance report
1213
const cursorPerformanceReport = this.cursorPerformanceMonitor.generateCursorPerformanceReport(deploymentId);
1214
if (cursorPerformanceReport) {
1215
- result.metadata.cursorPerformanceReport = cursorPerformanceReport;
+ // result.metadata.cursorPerformanceReport = cursorPerformanceReport;
1216
result.metadata.performanceReport = `Cursor deployment completed: ${result.summary.filesDeployed} files deployed. Performance: ${cursorPerformanceReport.summary.overallRating}`;
1217
1218
// Add performance recommendations as warnings
0 commit comments