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

Do not depend on Sentry for scripted runs #21

Open
fermuch opened this issue Nov 22, 2024 · 0 comments
Open

Do not depend on Sentry for scripted runs #21

fermuch opened this issue Nov 22, 2024 · 0 comments

Comments

@fermuch
Copy link

fermuch commented Nov 22, 2024

Currently, all calls to the CLI wait for sentry events to be sent (by calling sentry.Flush).

If the command is run from an isolated environment with no network, the CLI will always hang for at least 2 seconds before closing, making it unusable in a scripted/automated setup.

It would be very helpful if there was no dependency to Sentry, or at least, a way to disable it (maybe add a --no-network to prevent network access?).

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

No branches or pull requests

1 participant