Search icon CANCEL
Subscription
0
Cart icon
Your Cart (0 item)
Close icon
You have no products in your basket yet
Arrow left icon
Explore Products
Best Sellers
New Releases
Books
Videos
Audiobooks
Learning Hub
Conferences
Free Learning
Arrow right icon
Arrow up icon
GO TO TOP
Meteor Design Patterns

You're reading from   Meteor Design Patterns Accelerate your code writing skills with over twenty programming patterns that will make your code easier to maintain and scale

Arrow left icon
Product type Paperback
Published in Oct 2015
Publisher Packt
ISBN-13 9781783987627
Length 184 pages
Edition 1st Edition
Languages
Tools
Arrow right icon
Author (1):
Arrow left icon
Marcelo Reyna Marcelo Reyna
Author Profile Icon Marcelo Reyna
Marcelo Reyna
Arrow right icon
View More author details
Toc

Setting up Kadira


Perfect! Now that we can deploy production quality web applications, we need to understand how to identify issues with them. This is where kadira.io comes into the picture. Kadira is a Meteor-specific performance and error-monitoring tool. It will collect Meteor.Errors triggered on both the client and the server. It will also show performance data for publishers and subscribers.

Kadira does this and more, and the starting plan is completely free. Let's begin by signing up. After you have signed up, you need to create a new app:

Decide a name for the app, and enter the same in the field, and click on Create App:

Once created, you will see a view like this:

To finish, you will need to copy the code in step 2 and install the meteorhacks:kadira and meteorhacks:zones packages:

meteor add meteorhacks:kadira
meteor add meteorhacks:zones

The meteorhacks:zones package improves the description of the errors from the client side. Kadira will take advantage of this package automatically...

lock icon The rest of the chapter is locked
Register for a free Packt account to unlock a world of extra content!
A free Packt account unlocks extra newsletters, articles, discounted offers, and much more. Start advancing your knowledge today.
Unlock this book and the full library FREE for 7 days
Get unlimited access to 7000+ expert-authored eBooks and videos courses covering every tech area you can think of
Renews at $19.99/month. Cancel anytime
Banner background image