This module connects your ColdBox application to send bug reports and even LogBox integration into Rollbar (https://rollbar.com)
Apache License, Version 2.0.
- Source: https://github.com/coldbox-modules/rollbar
- Issues: https://github.com/coldbox-modules/rollbar/issues
- Account Setup: https://rollbar.com
- Changelog
- ColdFusion 10+
- ColdBox 4+
Just drop into your modules folder or use the box-cli to install
box install rollbar
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"
};
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