Skip to content
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

Kadira Error Logging for Multiple Meteor Apps on Same Host #192

Closed
joncursi opened this issue Oct 20, 2015 · 5 comments
Closed

Kadira Error Logging for Multiple Meteor Apps on Same Host #192

joncursi opened this issue Oct 20, 2015 · 5 comments

Comments

@joncursi
Copy link

I have two Meteor apps running on the same host, but on different ports. They are identical. I deploy them with Meteor Up (thanks!) and authenticate with Kadira on deployment. When I deploy meteor app A, I see live data in that app's Kadira dashboard and errors are logged as well. When I deploy meteor app B, I see live data in that app's Kadira dashboard but errors are not logged (instead I see the information for updating kadira and adding zones -- it assumes i am using an outdated version of kadira or something is not configured properly, but the two apps are literally identical).

Is this a known limitation of the Kadira Error Logging feature? Error logging can only occur for one app on the host?

@arunoda
Copy link
Member

arunoda commented Oct 20, 2015

May be that's because we've not received any error from App B. In Kadira,
apps are separate entities.

On Tue, Oct 20, 2015 at 1:58 PM Jon Cursi [email protected] wrote:

I have two Meteor apps running on the same host, but on different ports.
They are identical. I deploy them with Meteor Up (thanks!) and authenticate
with Kadira on deployment. When I deploy meteor app A, I see live data in
that app's Kadira dashboard and errors are logged as well. When I deploy
meteor app B, I see live data in that app's Kadira dashboard but errors are
not logged (instead I see the information for updating kadira and adding
zones).

Is this a known limitation of the Kadira Error Logging feature? Error
logging can only occur for one app on the host?


Reply to this email directly or view it on GitHub
#192.

@joncursi
Copy link
Author

What is the most appropriate way to pass errors on to Kadira? When I do mup logs, I see plenty of errors sitting in the logfiles but Kadira doesn't seem to catch wind of them.

@arunoda
Copy link
Member

arunoda commented Oct 20, 2015

May be try to send a browser error.
Do this: open the app on the browser and apply this:

`setTimeout(function() {throw new Error("Oh!");});

On Tue, Oct 20, 2015 at 2:06 PM Jon Cursi [email protected] wrote:

What is the most appropriate way to pass errors on to Kadira? When I do mup
logs, I see plenty of errors sitting in the logfiles but Kadira doesn't
seem to catch wind of them.


Reply to this email directly or view it on GitHub
#192 (comment).

@joncursi
Copy link
Author

Thank you!

@arunoda
Copy link
Member

arunoda commented Oct 20, 2015

Great.

On Tue, Oct 20, 2015 at 2:23 PM Jon Cursi [email protected] wrote:

Closed #192 #192.


Reply to this email directly or view it on GitHub
#192 (comment).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants