-
-
Notifications
You must be signed in to change notification settings - Fork 227
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
Offline Install #279
Comments
I think we could add support for However, I assume you are hosting Sentry somewhere in your infrastructure. Wouldn't it be easier to just put the binary there? |
@jan-auer Thank you very much for the reply. We do have artifactory which we use to host yum, npm and other package management repositories. I'm not sure how I would use artifactory to make the sentry CLI binary available. If I found a way to do so, I would need to make sure that the correct URL pattern is supported. I've pasted a snippet from the docs to help explain what I mean:
In the mean time, I have worked around this issue by keeping the linux CLI binary in my git repo and spawning a temporary HTTP server while running Line 123 in dd12772
|
We partially addressed the issue in #425 |
Hello,
I am trying to use the sentry webpack plugin (https://github.com/getsentry/sentry-webpack-plugin) but my build environment is not connected to the Internet. I can manually download the release and provide a location to it in my file system in advance. I see that configuring the CDN location is possible, but how would you feel about having an option to use the release from disk instead of downloading it at all? As things are now, my only option would be to run a temporary HTTP server (like the install script does during testing.) Please advise. Thanks!
The text was updated successfully, but these errors were encountered: