{"id":304,"date":"2021-04-15T06:42:05","date_gmt":"2021-04-15T06:42:05","guid":{"rendered":"https:\/\/blog.spike.sh\/2021\/04\/15\/how-to-start-error-tracking-with-rollbar\/"},"modified":"2025-06-06T14:03:11","modified_gmt":"2025-06-06T08:33:11","slug":"how-to-start-error-tracking-with-rollbar","status":"publish","type":"post","link":"https:\/\/blog.spike.sh\/how-to-start-error-tracking-with-rollbar\/","title":{"rendered":"How to Start Error Tracking with Rollbar"},"content":{"rendered":"\n\n\n<p class=\"wp-block-paragraph\"><a href=\"https:\/\/rollbar.com\/\">Rollbar<\/a> is an error tracking product that monitors your applications for errors and helps you take action on them. Rollbar also integrates with other products so you can send the errors to project management tools, incident alerting tools etc. In this post, we will show you how to get started with error tracking using Rollbar. <\/p>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"installation\">Installation<\/h2>\n\n\n\n<p class=\"wp-block-paragraph\">First, sign up for a Rollbar account and create your project. Based on the language and framework you select for the project, you will see the installation instructions. The installation will involve adding the Rollbar SDK to your code and initiating it as early in your application lifecycle as possible. <\/p>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"error-view\">Error<strong> <\/strong>view<\/h2>\n\n\n\n<p class=\"wp-block-paragraph\">After installing the SDK, Rollbar will start capturing unhandled exceptions and send them to your project. You can then see the details of the errors in Rollbar. <\/p>\n\n\n<div class=\"wp-block-image kg-card kg-image-card kg-card-hascaption\">\n<figure class=\"aligncenter size-large\"><img loading=\"lazy\" decoding=\"async\" width=\"1024\" height=\"910\" data-attachment-id=\"861\" data-permalink=\"https:\/\/blog.spike.sh\/how-to-start-error-tracking-with-rollbar\/1-5\/\" data-orig-file=\"https:\/\/blog.spike.sh\/wp-content\/uploads\/2021\/04\/1-4.png\" data-orig-size=\"1051,934\" data-comments-opened=\"1\" data-image-meta=\"{&quot;aperture&quot;:&quot;0&quot;,&quot;credit&quot;:&quot;&quot;,&quot;camera&quot;:&quot;&quot;,&quot;caption&quot;:&quot;&quot;,&quot;created_timestamp&quot;:&quot;0&quot;,&quot;copyright&quot;:&quot;&quot;,&quot;focal_length&quot;:&quot;0&quot;,&quot;iso&quot;:&quot;0&quot;,&quot;shutter_speed&quot;:&quot;0&quot;,&quot;title&quot;:&quot;&quot;,&quot;orientation&quot;:&quot;0&quot;}\" data-image-title=\"1\" data-image-description=\"\" data-image-caption=\"\" data-large-file=\"https:\/\/blog.spike.sh\/wp-content\/uploads\/2021\/04\/1-4-1024x910.png\" src=\"https:\/\/blog.spike.sh\/wp-content\/uploads\/2021\/04\/1-4-1024x910.png\" alt=\"\" class=\"wp-image-861\" srcset=\"https:\/\/blog.spike.sh\/wp-content\/uploads\/2021\/04\/1-4-1024x910.png 1024w, https:\/\/blog.spike.sh\/wp-content\/uploads\/2021\/04\/1-4-300x267.png 300w, https:\/\/blog.spike.sh\/wp-content\/uploads\/2021\/04\/1-4-768x683.png 768w, https:\/\/blog.spike.sh\/wp-content\/uploads\/2021\/04\/1-4.png 1051w\" sizes=\"auto, (max-width: 1024px) 100vw, 1024px\" \/><figcaption class=\"wp-element-caption\">Error details in Rollbar<\/figcaption><\/figure>\n<\/div>\n\n\n<p class=\"wp-block-paragraph\">The following error details can be seen for an error in Rollbar &#8211;<\/p>\n\n\n\n<ul class=\"wp-block-list\">\n<li><strong>Error <\/strong>type and message<\/li>\n\n\n\n<li><strong>Traceback <\/strong>will show you where the error occurred in your code, and the function stack.<\/li>\n\n\n\n<li><strong>Device <\/strong>information will show you the browser, OS and IP address of the users.<\/li>\n\n\n\n<li><strong><strong><strong>People <\/strong>section will show you information about the users impacted by the error.<\/strong><\/strong><\/li>\n\n\n\n<li>Data about the number of <strong>occurrences<\/strong> of the error will be displayed.<\/li>\n<\/ul>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"taking-actions-on-the-error\">Taking actions on the error<\/h2>\n\n\n\n<p class=\"wp-block-paragraph\">You can take the following actions on an error in Rollbar &#8211;<\/p>\n\n\n\n<ul class=\"wp-block-list\">\n<li>You can change the error <strong>level<\/strong> to one of Debug, Info, Warning, Error or Critical.<\/li>\n\n\n\n<li>You can <strong>resolve <\/strong>the error.<\/li>\n\n\n\n<li>You can <strong>mute<\/strong> the error.<\/li>\n\n\n\n<li>You can <strong>assign the error<\/strong> to another team member on your team in Rollbar.<\/li>\n\n\n\n<li>You can send the error to your project management tool like Jira to handle the error as part of your engineering process.<\/li>\n<\/ul>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"collaboration-and-community\">Collaboration and Community<\/h2>\n\n\n\n<p class=\"wp-block-paragraph\">Rollbar has some interesting features for collaborating with your team and working with the larger community using the product. <\/p>\n\n\n\n<p class=\"wp-block-paragraph\">You can work with your team to fix errors by adding comments to errors in Rollbar. You can reference other team members inside comments, and decide whether you want to be notified for all changes or only if you are directly mentioned in the comments. <\/p>\n\n\n\n<p class=\"wp-block-paragraph\">You can take advantage of the power of community by seeing possible solutions for errors from the Rollbar community. You can contribute to the community by submitting your own solution to errors. This is like an in-built Stack Overflow and can be extremely powerful as it grows.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"alerts\">Alerts<\/h2>\n\n\n\n<p class=\"wp-block-paragraph\">You can integrate other products with Rollbar so that important errors can be sent to other tools in your workflow. Rollbar integrates with products for project management, source code management, team messaging and alerts. <\/p>\n\n\n\n<p class=\"wp-block-paragraph\">It is important to integrate with alerting tools so that you are alerted for errors before they snowball and affect many customers. You can integrate <a href=\"https:\/\/spike.sh\">Spike.sh<\/a> with Rollbar and receive alerts on phone call, SMS, Slack and Microsoft Teams whenever an error is detected by Rollbar. You can also create on-call schedules to decide first responders for critical issues. <\/p>\n\n\n<div class=\"wp-block-image kg-card kg-image-card kg-card-hascaption\">\n<figure class=\"aligncenter size-full\"><img loading=\"lazy\" decoding=\"async\" width=\"854\" height=\"748\" data-attachment-id=\"862\" data-permalink=\"https:\/\/blog.spike.sh\/how-to-start-error-tracking-with-rollbar\/2-5\/\" data-orig-file=\"https:\/\/blog.spike.sh\/wp-content\/uploads\/2021\/04\/2-4.png\" data-orig-size=\"854,748\" data-comments-opened=\"1\" data-image-meta=\"{&quot;aperture&quot;:&quot;0&quot;,&quot;credit&quot;:&quot;&quot;,&quot;camera&quot;:&quot;&quot;,&quot;caption&quot;:&quot;&quot;,&quot;created_timestamp&quot;:&quot;0&quot;,&quot;copyright&quot;:&quot;&quot;,&quot;focal_length&quot;:&quot;0&quot;,&quot;iso&quot;:&quot;0&quot;,&quot;shutter_speed&quot;:&quot;0&quot;,&quot;title&quot;:&quot;&quot;,&quot;orientation&quot;:&quot;0&quot;}\" data-image-title=\"2\" data-image-description=\"\" data-image-caption=\"\" data-large-file=\"https:\/\/blog.spike.sh\/wp-content\/uploads\/2021\/04\/2-4.png\" src=\"https:\/\/blog.spike.sh\/wp-content\/uploads\/2021\/04\/2-4.png\" alt=\"\" class=\"wp-image-862\" srcset=\"https:\/\/blog.spike.sh\/wp-content\/uploads\/2021\/04\/2-4.png 854w, https:\/\/blog.spike.sh\/wp-content\/uploads\/2021\/04\/2-4-300x263.png 300w, https:\/\/blog.spike.sh\/wp-content\/uploads\/2021\/04\/2-4-768x673.png 768w\" sizes=\"auto, (max-width: 854px) 100vw, 854px\" \/><figcaption class=\"wp-element-caption\">Alert settings in Rollbar<\/figcaption><\/figure>\n<\/div>\n\n\n<p class=\"wp-block-paragraph\">Rollbar allows you to configure rules to decide how and when alerts should be sent to other tools like <a href=\"https:\/\/spike.sh\">Spike.sh<\/a>. <\/p>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"conclusion\">Conclusion<\/h2>\n\n\n\n<p class=\"wp-block-paragraph\">It is important to make your applications more reliable because bugs and crashes will lead to poor user experience and will result in customers abandoning your product. By adding error monitoring to your software and enabling alerts will make sure that you and your team are aware of any stability issues. If you would like to learn more about how to make your software more reliable, drop us a line at <a href=\"mailto:hello@spike.sh\">hello@spike.sh<\/a>.<\/p>\n","protected":false},"excerpt":{"rendered":"<p>Rollbar is an error tracking product that monitors your applications for errors and helps you take action on them. Rollbar also integrates with other products so you can send the errors to project management tools, incident alerting tools etc. In this post, we will show you how to get started with error tracking using Rollbar. [&hellip;]<\/p>\n","protected":false},"author":263547074,"featured_media":863,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"_lmt_disableupdate":"","_lmt_disable":"","_jetpack_newsletter_access":"","_jetpack_dont_email_post_to_subs":false,"_jetpack_newsletter_tier_id":0,"_jetpack_memberships_contains_paywalled_content":false,"_wpcom_ai_launchpad_first_post":false,"_jetpack_feature_clip_id":0,"_jetpack_memberships_contains_paid_content":false,"footnotes":"","jetpack_publicize_message":"{title}\n\n{excerpt}\n\n{url}","jetpack_publicize_feature_enabled":true,"jetpack_social_post_already_shared":false,"jetpack_social_options":{"image_generator_settings":{"template":"highway","default_image_id":0,"font":"","enabled":false},"version":2},"_wpas_customize_per_network":false,"jetpack_post_was_ever_published":false},"categories":[97],"tags":[],"class_list":["post-304","post","type-post","status-publish","format-standard","has-post-thumbnail","hentry","category-uncategorised"],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v28.0 - https:\/\/yoast.com\/product\/yoast-seo-wordpress\/ -->\n<title>How to Start Error Tracking with Rollbar<\/title>\n<meta name=\"description\" content=\"Streamline error tracking with Rollbar\u2014monitor, resolve, and get instant alerts for application issues using Spike.sh integration.\" \/>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/blog.spike.sh\/how-to-start-error-tracking-with-rollbar\/\" \/>\n<meta property=\"og:locale\" content=\"en_GB\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"How to Start Error Tracking with Rollbar\" \/>\n<meta property=\"og:description\" content=\"Streamline error tracking with Rollbar\u2014monitor, resolve, and get instant alerts for application issues using Spike.sh integration.\" \/>\n<meta property=\"og:url\" content=\"https:\/\/blog.spike.sh\/how-to-start-error-tracking-with-rollbar\/\" \/>\n<meta property=\"og:site_name\" content=\"Welcome to Spike.\" \/>\n<meta property=\"article:published_time\" content=\"2021-04-15T06:42:05+00:00\" \/>\n<meta property=\"article:modified_time\" content=\"2025-06-06T08:33:11+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/blog.spike.sh\/wp-content\/uploads\/2021\/04\/cover-1.png\" \/>\n\t<meta property=\"og:image:width\" content=\"1200\" \/>\n\t<meta property=\"og:image:height\" content=\"480\" \/>\n\t<meta property=\"og:image:type\" content=\"image\/png\" \/>\n<meta name=\"author\" content=\"Pruthvi\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:label1\" content=\"Written by\" \/>\n\t<meta name=\"twitter:data1\" content=\"Pruthvi\" \/>\n\t<meta name=\"twitter:label2\" content=\"Estimated reading time\" \/>\n\t<meta name=\"twitter:data2\" content=\"4 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\\\/\\\/schema.org\",\"@graph\":[{\"@type\":\"Article\",\"@id\":\"https:\\\/\\\/blog.spike.sh\\\/how-to-start-error-tracking-with-rollbar\\\/#article\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/blog.spike.sh\\\/how-to-start-error-tracking-with-rollbar\\\/\"},\"author\":{\"name\":\"Pruthvi\",\"@id\":\"https:\\\/\\\/blog.spike.sh\\\/#\\\/schema\\\/person\\\/2c9fa677c459b8f4fb26f1a02b90b5ec\"},\"headline\":\"How to Start Error Tracking with Rollbar\",\"datePublished\":\"2021-04-15T06:42:05+00:00\",\"dateModified\":\"2025-06-06T08:33:11+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\\\/\\\/blog.spike.sh\\\/how-to-start-error-tracking-with-rollbar\\\/\"},\"wordCount\":617,\"commentCount\":0,\"image\":{\"@id\":\"https:\\\/\\\/blog.spike.sh\\\/how-to-start-error-tracking-with-rollbar\\\/#primaryimage\"},\"thumbnailUrl\":\"https:\\\/\\\/blog.spike.sh\\\/wp-content\\\/uploads\\\/2021\\\/04\\\/cover-1.png\",\"articleSection\":[\"Uncategorized\"],\"inLanguage\":\"en-GB\",\"potentialAction\":[{\"@type\":\"CommentAction\",\"name\":\"Comment\",\"target\":[\"https:\\\/\\\/blog.spike.sh\\\/how-to-start-error-tracking-with-rollbar\\\/#respond\"]}]},{\"@type\":\"WebPage\",\"@id\":\"https:\\\/\\\/blog.spike.sh\\\/how-to-start-error-tracking-with-rollbar\\\/\",\"url\":\"https:\\\/\\\/blog.spike.sh\\\/how-to-start-error-tracking-with-rollbar\\\/\",\"name\":\"How to Start Error Tracking with Rollbar\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/blog.spike.sh\\\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\\\/\\\/blog.spike.sh\\\/how-to-start-error-tracking-with-rollbar\\\/#primaryimage\"},\"image\":{\"@id\":\"https:\\\/\\\/blog.spike.sh\\\/how-to-start-error-tracking-with-rollbar\\\/#primaryimage\"},\"thumbnailUrl\":\"https:\\\/\\\/blog.spike.sh\\\/wp-content\\\/uploads\\\/2021\\\/04\\\/cover-1.png\",\"datePublished\":\"2021-04-15T06:42:05+00:00\",\"dateModified\":\"2025-06-06T08:33:11+00:00\",\"author\":{\"@id\":\"https:\\\/\\\/blog.spike.sh\\\/#\\\/schema\\\/person\\\/2c9fa677c459b8f4fb26f1a02b90b5ec\"},\"description\":\"Streamline error tracking with Rollbar\u2014monitor, resolve, and get instant alerts for application issues using Spike.sh integration.\",\"breadcrumb\":{\"@id\":\"https:\\\/\\\/blog.spike.sh\\\/how-to-start-error-tracking-with-rollbar\\\/#breadcrumb\"},\"inLanguage\":\"en-GB\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\\\/\\\/blog.spike.sh\\\/how-to-start-error-tracking-with-rollbar\\\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"en-GB\",\"@id\":\"https:\\\/\\\/blog.spike.sh\\\/how-to-start-error-tracking-with-rollbar\\\/#primaryimage\",\"url\":\"https:\\\/\\\/blog.spike.sh\\\/wp-content\\\/uploads\\\/2021\\\/04\\\/cover-1.png\",\"contentUrl\":\"https:\\\/\\\/blog.spike.sh\\\/wp-content\\\/uploads\\\/2021\\\/04\\\/cover-1.png\",\"width\":1200,\"height\":480},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/blog.spike.sh\\\/how-to-start-error-tracking-with-rollbar\\\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\\\/\\\/blog.spike.sh\\\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"How to Start Error Tracking with Rollbar\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\\\/\\\/blog.spike.sh\\\/#website\",\"url\":\"https:\\\/\\\/blog.spike.sh\\\/\",\"name\":\"Welcome to Spike.\",\"description\":\"In this space, our team talks about all things incidents, response, oncall, and share our journey of building Spike.\",\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\\\/\\\/blog.spike.sh\\\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-GB\"},{\"@type\":\"Person\",\"@id\":\"https:\\\/\\\/blog.spike.sh\\\/#\\\/schema\\\/person\\\/2c9fa677c459b8f4fb26f1a02b90b5ec\",\"name\":\"Pruthvi\",\"image\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-GB\",\"@id\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/e9476164464b4c9fb3455f2ee4879aad90f1790dce018e71caeaca2cbd548637?s=96&d=robohash&r=g\",\"url\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/e9476164464b4c9fb3455f2ee4879aad90f1790dce018e71caeaca2cbd548637?s=96&d=robohash&r=g\",\"contentUrl\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/e9476164464b4c9fb3455f2ee4879aad90f1790dce018e71caeaca2cbd548637?s=96&d=robohash&r=g\",\"caption\":\"Pruthvi\"},\"url\":\"https:\\\/\\\/blog.spike.sh\\\/author\\\/pruthvi\\\/\"}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"How to Start Error Tracking with Rollbar","description":"Streamline error tracking with Rollbar\u2014monitor, resolve, and get instant alerts for application issues using Spike.sh integration.","robots":{"index":"index","follow":"follow","max-snippet":"max-snippet:-1","max-image-preview":"max-image-preview:large","max-video-preview":"max-video-preview:-1"},"canonical":"https:\/\/blog.spike.sh\/how-to-start-error-tracking-with-rollbar\/","og_locale":"en_GB","og_type":"article","og_title":"How to Start Error Tracking with Rollbar","og_description":"Streamline error tracking with Rollbar\u2014monitor, resolve, and get instant alerts for application issues using Spike.sh integration.","og_url":"https:\/\/blog.spike.sh\/how-to-start-error-tracking-with-rollbar\/","og_site_name":"Welcome to Spike.","article_published_time":"2021-04-15T06:42:05+00:00","article_modified_time":"2025-06-06T08:33:11+00:00","og_image":[{"width":1200,"height":480,"url":"https:\/\/blog.spike.sh\/wp-content\/uploads\/2021\/04\/cover-1.png","type":"image\/png"}],"author":"Pruthvi","twitter_card":"summary_large_image","twitter_misc":{"Written by":"Pruthvi","Estimated reading time":"4 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/blog.spike.sh\/how-to-start-error-tracking-with-rollbar\/#article","isPartOf":{"@id":"https:\/\/blog.spike.sh\/how-to-start-error-tracking-with-rollbar\/"},"author":{"name":"Pruthvi","@id":"https:\/\/blog.spike.sh\/#\/schema\/person\/2c9fa677c459b8f4fb26f1a02b90b5ec"},"headline":"How to Start Error Tracking with Rollbar","datePublished":"2021-04-15T06:42:05+00:00","dateModified":"2025-06-06T08:33:11+00:00","mainEntityOfPage":{"@id":"https:\/\/blog.spike.sh\/how-to-start-error-tracking-with-rollbar\/"},"wordCount":617,"commentCount":0,"image":{"@id":"https:\/\/blog.spike.sh\/how-to-start-error-tracking-with-rollbar\/#primaryimage"},"thumbnailUrl":"https:\/\/blog.spike.sh\/wp-content\/uploads\/2021\/04\/cover-1.png","articleSection":["Uncategorized"],"inLanguage":"en-GB","potentialAction":[{"@type":"CommentAction","name":"Comment","target":["https:\/\/blog.spike.sh\/how-to-start-error-tracking-with-rollbar\/#respond"]}]},{"@type":"WebPage","@id":"https:\/\/blog.spike.sh\/how-to-start-error-tracking-with-rollbar\/","url":"https:\/\/blog.spike.sh\/how-to-start-error-tracking-with-rollbar\/","name":"How to Start Error Tracking with Rollbar","isPartOf":{"@id":"https:\/\/blog.spike.sh\/#website"},"primaryImageOfPage":{"@id":"https:\/\/blog.spike.sh\/how-to-start-error-tracking-with-rollbar\/#primaryimage"},"image":{"@id":"https:\/\/blog.spike.sh\/how-to-start-error-tracking-with-rollbar\/#primaryimage"},"thumbnailUrl":"https:\/\/blog.spike.sh\/wp-content\/uploads\/2021\/04\/cover-1.png","datePublished":"2021-04-15T06:42:05+00:00","dateModified":"2025-06-06T08:33:11+00:00","author":{"@id":"https:\/\/blog.spike.sh\/#\/schema\/person\/2c9fa677c459b8f4fb26f1a02b90b5ec"},"description":"Streamline error tracking with Rollbar\u2014monitor, resolve, and get instant alerts for application issues using Spike.sh integration.","breadcrumb":{"@id":"https:\/\/blog.spike.sh\/how-to-start-error-tracking-with-rollbar\/#breadcrumb"},"inLanguage":"en-GB","potentialAction":[{"@type":"ReadAction","target":["https:\/\/blog.spike.sh\/how-to-start-error-tracking-with-rollbar\/"]}]},{"@type":"ImageObject","inLanguage":"en-GB","@id":"https:\/\/blog.spike.sh\/how-to-start-error-tracking-with-rollbar\/#primaryimage","url":"https:\/\/blog.spike.sh\/wp-content\/uploads\/2021\/04\/cover-1.png","contentUrl":"https:\/\/blog.spike.sh\/wp-content\/uploads\/2021\/04\/cover-1.png","width":1200,"height":480},{"@type":"BreadcrumbList","@id":"https:\/\/blog.spike.sh\/how-to-start-error-tracking-with-rollbar\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/blog.spike.sh\/"},{"@type":"ListItem","position":2,"name":"How to Start Error Tracking with Rollbar"}]},{"@type":"WebSite","@id":"https:\/\/blog.spike.sh\/#website","url":"https:\/\/blog.spike.sh\/","name":"Welcome to Spike.","description":"In this space, our team talks about all things incidents, response, oncall, and share our journey of building Spike.","potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/blog.spike.sh\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-GB"},{"@type":"Person","@id":"https:\/\/blog.spike.sh\/#\/schema\/person\/2c9fa677c459b8f4fb26f1a02b90b5ec","name":"Pruthvi","image":{"@type":"ImageObject","inLanguage":"en-GB","@id":"https:\/\/secure.gravatar.com\/avatar\/e9476164464b4c9fb3455f2ee4879aad90f1790dce018e71caeaca2cbd548637?s=96&d=robohash&r=g","url":"https:\/\/secure.gravatar.com\/avatar\/e9476164464b4c9fb3455f2ee4879aad90f1790dce018e71caeaca2cbd548637?s=96&d=robohash&r=g","contentUrl":"https:\/\/secure.gravatar.com\/avatar\/e9476164464b4c9fb3455f2ee4879aad90f1790dce018e71caeaca2cbd548637?s=96&d=robohash&r=g","caption":"Pruthvi"},"url":"https:\/\/blog.spike.sh\/author\/pruthvi\/"}]}},"modified_by":"Sreekar","jetpack_publicize_connections":[],"jetpack_featured_media_url":"https:\/\/blog.spike.sh\/wp-content\/uploads\/2021\/04\/cover-1.png","jetpack_sharing_enabled":true,"jetpack_shortlink":"https:\/\/wp.me\/pfMe4Q-4U","_links":{"self":[{"href":"https:\/\/blog.spike.sh\/wp-json\/wp\/v2\/posts\/304","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/blog.spike.sh\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/blog.spike.sh\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/blog.spike.sh\/wp-json\/wp\/v2\/users\/263547074"}],"replies":[{"embeddable":true,"href":"https:\/\/blog.spike.sh\/wp-json\/wp\/v2\/comments?post=304"}],"version-history":[{"count":3,"href":"https:\/\/blog.spike.sh\/wp-json\/wp\/v2\/posts\/304\/revisions"}],"predecessor-version":[{"id":1802,"href":"https:\/\/blog.spike.sh\/wp-json\/wp\/v2\/posts\/304\/revisions\/1802"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/blog.spike.sh\/wp-json\/wp\/v2\/media\/863"}],"wp:attachment":[{"href":"https:\/\/blog.spike.sh\/wp-json\/wp\/v2\/media?parent=304"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/blog.spike.sh\/wp-json\/wp\/v2\/categories?post=304"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/blog.spike.sh\/wp-json\/wp\/v2\/tags?post=304"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}