We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2ff8f26 commit 4390cf7Copy full SHA for 4390cf7
setup.py
@@ -224,8 +224,7 @@ def run(self):
224
self._build_static()
225
except Exception:
226
log.fatal("unable to build Sentry's static assets!\n"
227
- "Hint: You might be running an invalid version of NPM.",
228
- exc_info=True)
+ "Hint: You might be running an invalid version of NPM.")
229
sys.exit(1)
230
231
if version_info['version'] and version_info['build']:
0 commit comments