✒️
CFScribe
  • Introduction
  • Intro
    • Page 1
  • Getting Started
    • Features at a Glance
    • Configuration
    • Rules and Rule Definitions
    • Appenders
      • Pusher
      • ScreenAbort
      • ScreenDump
      • Sentry
      • ScribeConsole
      • Toaster
      • Using LogBox Appenders
  • Using as a ColdBox Module
    • Installation
    • Configuration
  • Using As A Logbox Appender
    • Page 2
  • Using as a Stand Alone Product
    • Creation
Powered by GitBook
On this page

Was this helpful?

Edit on GitHub
  1. Getting Started
  2. Appenders

Sentry

PreviousScreenDumpNextScribeConsole

Last updated 2 years ago

Was this helpful?

The Sentry appender acts as a bridge between cfScribe and the .

Configuration

Configure the according to the ReadMe in the module.

Usage

rules : { 
    "production" : {
      "fatal" : [ "Sentry" ]
    }
}

Note: The CFScribe appender is called "Sentry" while the appender from the Sentry Module itself is called "sentryAppender". The interfaces are different so sending cfScribe logs directly to the sentryAppender will result in an error.

Tips and Recommendations

Make sure the Sentry appender is under a "severity" rule, probably Error or Fatal. Otherwise every debug, info, and warn message will be sent to Sentry and possibly cause network errors, rate limits, or at the very least a very cluttered interface.

Sentry Module
Sentry Module