Home
DevCentral
Search
Configure Global Search
Log In
Transactions
T188
Change Details
Change Details
Old
New
Diff
Kadira seems to offer mainly two interesting features: - performance metrics and traces - error tracking We'll use Kadira to help development and runtime analysis. **Configuration** An account has been created on Kadira. **Integration** `meteor add meteorhacks:kadira` **Deployment** Add in the deployment script: ``` APP_NAME=ship rhc env set KADIRA_APP_ID=... KADIRA_APP_SECRET=... -a $APP_NAME ``` Credentials are stored at K20.
Kadira seems to offer mainly two interesting features: - performance metrics and traces - error tracking We'll use Kadira to help development and runtime analysis. **Configuration** An account has been created on Kadira. **Integration** `meteor add meteorhacks:kadira` **Deployment** Add in the deployment script: ``` APP_NAME=ship rhc env set KADIRA_APP_ID=... KADIRA_APP_SECRET=... -a $APP_NAME ``` Credentials are stored at K20.
Continue