Banner for Rollbar
Official Rollbar full-stack error tracking for WordPress supported by Rollbar, Inc. Wordpress Tutorial
Noted That:
  • To install correctly this rollbar.zip .
  • Fisrt Download the rollbar.zip to your computer
  • Extract/Open rollbar.zip to Your Computer.
  • Then, Find readme.txt file inside rollbar.zip and Open readme.txt .
  • Now, Read the Requirements of this plugin. Which Wordpress Version and PHP Version are required to run this Plugin in Your Wordpress Site.
  • Then, Follow the Tips Below.
Start the Tips:

Step-1 : Download " rollbar.zip " to Your Local Computer.

Step-2 : Then, Login to your " yourdomain.com/wp-admin " Dashboard.

Login to Wordpress Rollbar

Step-3 : Then, Click on " Plugins " + " Add New " from left Side Menu of Dashboard.

Go to Plugin Install Rollbar

Step-4 : Now, Click on " Upload Plugin " button.

Click Upload Button Rollbar

Step-5 : Now, Browse " rollbar.zip " Downloaded plugin from your computer, Where you downloaded " rollbar.zip " According to Step – 1 Above then, click on " Install Now "

Upload Plugin Rollbar

Step-6 : Now, Click on " Active Plugin "

Activate Rollbar

Step-7 : Then, See left Side Menu. " Rollbar " folder is added on left Side Menu. Now, Click on " Rollbar " folder.

Noted that: If you do not see " Rollbar " folder on left Side Menu then, see at left Side Menu " Settings " or " Tools ".

Step-8 : Now you configure yourself oR Watch video tutorial below about Rollbar Configurations and Settings or How to work " Rollbar " in your WordPress site.

oR

After Activated Plugin According to Step-6 then,

  1. Go to " Plugins " + " Installed Plugin " from Wordpress Admin Panel Leftside Menu.
  2. or Direct go to: https://yourdomain/wp-admin/plugins.php
  3. Then, Find " Rollbar " Activated Plugin from Plugin List.
  4. Then, Click on " Settings " from Plugin that is Rollbar
  5. Now, Edit/Add/Config the setting and Click on " Save Changes " button,
WP Plugin Setting



Guide

The installation and configuration of the plugin are as simple as it can be.

Through [WordPress Plugin directory](https://wordpress.org/plugins/rollbar/)

The easiest way to install the plugin is from the WordPress Plugin directory. If you have an existing WordPress installation and you want to add Rollbar:

  1. In your WordPress administration panel go to Plugins ? Add New .
  2. Search for “Rollbar” and find Rollbar by Rollbar in the search results.
  3. Click Install Now next to the Rollbar plugin.
  4. In Plugins ? Installed plugins find Rollbar and click activate underneath.
  5. Log into your Rollbar account dashboard .
  6. Go to Settings ? Project Access Tokens .
  7. Copy the token value under post_client_item and post_server_item .
  8. Navigate to Tools ? Rollbar .
  9. Enable PHP error logging and/or Javascript error logging depending on your needs.
  10. Paste the tokens you copied in step 7 in Access Token section.
  11. Provide the name of your environment in Environment . By default, the environment will be taken from WP_ENV environment variable if it’s set otherwise it’s blank. We recommend to fill this out either with development or production .
  12. Pick a minimum logging level. Only errors at that or higher level will be reported. For reference: PHP Manual: Predefined Error Constants .
  13. Click Save Changes .

Warning : This installation method might not be suitable for complex WordPress projects. The plugin installed this way will be self-contained and include all of the required dependencies for itself and rollbar/rollbar-php library. In complex projects, this might lead to version conflicts between dependencies and other plugins/packages. If this is an issue in your project, we recommend the “Advanced” installation method. For more information why this might be important for you, read Using Composer with WordPress .

Through [wpackagist](https://wpackagist.org/) (if you manage your project with Composer) *recommended*

This is a recommended way to install Rollbar plugin for advanced projects. This way ensures the plugin and all of its’ dependencies are managed by Composer.

  1. If your WordPress project is not managed with Composer yet, we suggest looking into upgrading your WordPress: Using Composer with WordPress .
  2. In your composer.json add wpackagist-plugin/rollbar to your require section, i.e.:
    "require": {
    "php": "> =5.5",
    ...,
    "wpackagist-plugin/rollbar": "*"
    }
  3. Issue command composer install in the root directory of your WordPress project.
  4. In Plugins ? Installed plugins find Rollbar and click Activate underneath.
  5. Log into your Rollbar account dashboard .
  6. Go to Settings ? Project Access Tokens .
  7. Copy the token value under post_client_item and post_server_item .
  8. Navigate to Tools ? Rollbar .
  9. Enable PHP error logging and/or Javascript error logging depending on your needs.
  10. Paste the tokens you copied in step 7 in Access Token section.
  11. Provide the name of your environment in Environment . By default, the environment will be taken from WP_ENV environment variable if it’s set otherwise it’s blank.
  12. Pick a minimum logging level. Only errors at that or higher level will be reported. For reference: PHP Manual: Predefined Error Constants .
  13. Click Save Changes .

Name