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

Capture data on conda errors users run into #64

Open
pseudoyim opened this issue Nov 26, 2024 · 1 comment
Open

Capture data on conda errors users run into #64

pseudoyim opened this issue Nov 26, 2024 · 1 comment
Labels
enhancement New feature or request
Milestone

Comments

@pseudoyim
Copy link

Feature request
Functionality to capture data on the conda errors that users run into. For example, if a user ran conda install non_existent_package, the plugin could capture and transmit a record of the PackagesNotFound error that would result.

Why
This would be useful for Anaconda in tracking cases where a user attempted to install or search for a package that was not in the user's configured channels (e.g. main). Anaconda could then use this data to research the package the user was interested in, see if other users request it, and use this info to determine whether to add it to our distribution.

@pseudoyim pseudoyim added the enhancement New feature or request label Nov 26, 2024
@jezdez jezdez added this to the Version 0.2.0 milestone Dec 6, 2024
@jezdez
Copy link
Member

jezdez commented Dec 11, 2024

This will likely need a new error_handlers plugin hook to be able to hook into conda properly. I've opened conda/conda#14436 about it.

@travishathaway travishathaway added safe and removed safe labels Dec 11, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

3 participants