chore: Disable event loop block integration for task runner (#18661)

This commit is contained in:
Iván Ovejero
2025-08-22 14:40:21 +02:00
committed by GitHub
parent 110439c010
commit def4e71e3d
4 changed files with 11 additions and 1 deletions

View File

@@ -136,6 +136,7 @@ describe('TaskRunnerSentry', () => {
environment: 'local',
serverName: 'test',
serverType: 'task_runner',
withEventLoopBlockDetection: false,
});
});
});

View File

@@ -26,6 +26,7 @@ export class TaskRunnerSentry {
environment,
serverName: deploymentName,
beforeSendFilter: this.filterOutUserCodeErrors,
withEventLoopBlockDetection: false,
});
}