As part of submitting a bug report on our GitHub repo it would be very helpful if you'd also include your log files. Follow these instructions for your IDE to get your log files. You can attach the log files to the GitHub issue or, if you’d prefer, you can email them to codestream@newrelic.com and reference the GitHub issue number in the subject.
JetBrains
- Reproduce the issue.
- In your IDE go to Help > Collect Logs and Diagnostic Data. This will open the finder where you should see a newly created zip file.
VS Code
- Reproduce the issue.
- Open the Output view in VS Code (View: Toggle Output from the command palette) and select CodeStream (Agent) from the dropdown menu at the top-right. Copy all of the output you see and save it in a text file.
Visual Studio
- Go to Tools > Options > CodeStream and make sure your log level is set to at least
Debug
. If it is set toInfo
,Errors
, orSilent
, change it toDebug
, then restart Visual Studio. - Reproduce the issue.
- Grab
vs-extension.log
andvs-agent.log
from%localappdata%\CodeStream\Logs
as well as theActivityLog.xml
from%AppData%\Microsoft\VisualStudio\16.0_<RandomText>
(for Visual Studio 2019) or%AppData%\Microsoft\VisualStudio\17.0_<RandomText>
(for Visual Studio 2022).