-
Notifications
You must be signed in to change notification settings - Fork 0
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
deploy latest wowza plugin to wowza-prod #45
Comments
blocked by #46 |
new version (v0.5.0) has been tagged (and the artifact has been built in jenkins). will deploy (via version bump in puppet) once the puppet machinery for setting environment vars is in place. |
new plugin version has been deployed to dev and stage. currently, it seems unable to read the environment variable values it needs (for API key and reporting environment name). though puppet does appear to be setting the env vars correctly (they show up in the list from public class TestGetenv
{
public static void main(String[] args)
{
System.out.print("WOWZA_HONEYBADGER_API_KEY=");
System.out.println(System.getenv("WOWZA_HONEYBADGER_API_KEY"));
System.out.print("WOWZA_HONEYBADGER_ENV=");
System.out.println(System.getenv("WOWZA_HONEYBADGER_ENV"));
}
} prints:
wowza support has been contacted, level 1 support passed us on to developer support, waiting on a reply from dev support. |
Tag a new version, then deploy the latest master branch with Honeybadger enabled.
The text was updated successfully, but these errors were encountered: