Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

coldbox-modules/rollbar

Open more actions menu

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Welcome to the Rollbar ColdBox Module

(https://rollbar.com)

This module connects your ColdBox application to send bug reports and even LogBox integration into Rollbar (https://rollbar.com)

LICENSE

Apache License, Version 2.0.

IMPORTANT LINKS

SYSTEM REQUIREMENTS

  • ColdFusion 10+
  • ColdBox 4+

Instructions

Just drop into your modules folder or use the box-cli to install

box install rollbar

Settings

You can add configuration settings to your ColdBox.cfc under a structure called rollbar:

rollbar = {
    // Rollbar token
    "ServerSideToken" = "",
    // Enable the Rollbar LogBox Appender Bridge
    "enableLogBoxAppender" : true,
    // Min/Max levels for appender
    "levelMin" = "FATAL",
    "levelMax" = "INFO",
    // Enable/disable error logging
    "enableExceptionLogging" = true
};

Usage

Just by activating the module any exceptions will be sent to Rollbar. The LogBox appender bridge is activated by default, and the Rollbar appender is added as an appender to your application. You can fine tune it via your main CodBox logbox configuration file.


Copyright Since 2005 ColdBox Framework by Luis Majano and Ortus Solutions, Corp www.ortussolutions.com


####HONOR GOES TO GOD ABOVE ALL Because of His grace, this project exists. If you don't like this, then don't read it, its not for you.

"Therefore being justified by faith, we have peace with God through our Lord Jesus Christ: By whom also we have access by faith into this grace wherein we stand, and rejoice in hope of the glory of God. And not only so, but we glory in tribulations also: knowing that tribulation worketh patience; And patience, experience; and experience, hope: And hope maketh not ashamed; because the love of God is shed abroad in our hearts by the Holy Ghost which is given unto us. ." Romans 5:5

###THE DAILY BREAD

"I am the way, and the truth, and the life; no one comes to the Father, but by me (JESUS)" Jn 14:1-12

About

Rollbar integration module

Resources

Stars

Watchers

Forks

Packages

No packages published

Contributors 3

  •  
  •  
  •  
Morty Proxy This is a proxified and sanitized view of the page, visit original site.