{"library":"sentry-prevent-cli","title":"Sentry Prevent CLI","description":"Command-line tool for running Sentry's source code analysis to prevent common issues before they reach production. Version 11.2.8, actively maintained with frequent releases.","language":"python","status":"active","last_verified":"Mon Apr 27","install":{"commands":["pip install sentry-prevent-cli"],"cli":{"name":"sentry-prevent","version":"sh: 1: sentry-prevent: not found"}},"imports":[],"auth":{"required":false,"env_vars":[]},"quickstart":{"code":"import os\nfrom sentry_prevent_cli import analyze\n\nrule = os.environ.get('SENTRY_PREVENT_RULE', 'default')\nresult = analyze(rule=rule)\nprint(result)","lang":"python","description":"Run a quick analysis using a specified rule.","tag":null,"tag_description":null,"last_tested":null,"results":[]},"compatibility":null}