Where does the bug appear (feature/product)?
Cursor IDE
Describe the Bug
Cursor crashes with an OOM error during normal AI-assisted coding sessions. Prior to each crash, the Developer Console fills with repeated [otel.error] entries from the Extension Host, all returning HTTP 400 with the message “Trace spans collection is not enabled for this user”. These errors appear to be continuously retrying a failed telemetry export, likely causing a memory leak that compounds the Electron renderer’s ~4GB ceiling until the process is killed.
The errors appear in pairs – one from [Extension Host] and one from [otel.error] – and repeat continuously without stopping until crash.
Attempted workaround cursor --js-flags=–max-old-space-size=8192 extended session stability slightly but did not prevent the crash, confirming the issue is in the Chromium renderer process, not the Node.js heap.
Steps to Reproduce
Open Cursor with a project
Open Ctrl+Shift+P → Developer: Toggle Developer Tools → Console tab
Filter by OTEL (as shown in screenshot)
Begin an AI Chat or Composer session
Observe continuous OTLPExporterError 400 errors spamming the console
Continue working – renderer memory climbs until OOM crash
Screenshots / Screen Recordings
Operating System
Windows 10/11
Version Information
Version: 2.5.20
Does this stop you from using Cursor
Yes - Cursor is unusable
