Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fixed an issue where the Log data collection feature in IntelliJ would fail (#4340 #4475) #4633

Merged
merged 1 commit into from
Mar 16, 2025

Conversation

amos42
Copy link

@amos42 amos42 commented Mar 13, 2025

Fixed an issue where the Log data collection feature in IntelliJ would fail.
Issue : #4340 #4475

Description

  1. Check "jetbranis" as the IDE identifier, but in reality "JETBRAINS" is transmitted, so correct this. (Autocomplete log doesn't record correctly when using JetBrains IDE. #4340)
  2. Among the fields of the event, the type of timestamp is different between autocomplete and other events, so if they are processed in common, the zod parser fails to check the type. This has been fixed. (Development data collection not working #4475)

Checklist

  • The relevant docs, if any, have been updated or created
  • The relevant tests, if any, have been updated or created

Screenshots

Testing instructions

  1. Add the following to config.json.
  "data": [
    {
      "schema": "0.2.0",
      "destination": "file://c:/tmp/continue_logs/"
    }
  ]
  1. Enter a chat or activate the autocomplete function.
  2. Check if the log files are created normally in the c:/tmp/continue_logs/ directory.

Copy link

netlify bot commented Mar 13, 2025

Deploy Preview for continuedev canceled.

Name Link
🔨 Latest commit 83af37e
🔍 Latest deploy log https://app.netlify.com/sites/continuedev/deploys/67d28928d788510008f90fbe

@amos42 amos42 changed the title Fixed an issue where the Log data collection feature in IntelliJ would fail. (#4340 #4475 Fixed an issue where the Log data collection feature in IntelliJ would fail (#4340 #4475) Mar 13, 2025
Copy link
Contributor

@sestinj sestinj left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

thanks for the fix @amos42

@sestinj sestinj merged commit 23d1ffa into continuedev:main Mar 16, 2025
30 checks passed
@amos42 amos42 deleted the fix-intellij-log-fail-problem branch March 17, 2025 05:12
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants