-
Notifications
You must be signed in to change notification settings - Fork 109
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
Comments
May be that's because we've not received any error from App B. In Kadira, On Tue, Oct 20, 2015 at 1:58 PM Jon Cursi [email protected] wrote:
|
What is the most appropriate way to pass errors on to Kadira? When I do |
May be try to send a browser error. `setTimeout(function() {throw new Error("Oh!");}); On Tue, Oct 20, 2015 at 2:06 PM Jon Cursi [email protected] wrote:
|
Thank you! |
Great. On Tue, Oct 20, 2015 at 2:23 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 -- 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?
The text was updated successfully, but these errors were encountered: