All Projects → sjelfull → Craft Bugsnag

sjelfull / Craft Bugsnag

Licence: mit
Log Craft errors/exceptions to Bugsnag.

Labels

Projects that are alternatives of or similar to Craft Bugsnag

craft.doxter
Markdown editor and parser for Craft CMS
Stars: ✭ 80 (+1233.33%)
Mutual labels:  craftcms
craft-commerce-widgets
Insightful widgets for Craft CMS Commerce stores
Stars: ✭ 33 (+450%)
Mutual labels:  craftcms
Seomatic
DEPRECATED A turnkey SEO implementation for Craft CMS 2.x that is comprehensive, powerful, and flexible
Stars: ✭ 366 (+6000%)
Mutual labels:  craftcms
routemap
DEPRECATED Returns a list of Craft/Vue/React route rules and entry & asset URLs for ServiceWorkers from Craft entries
Stars: ✭ 27 (+350%)
Mutual labels:  craftcms
Craft-TemplateSelect
Allows you to select templates for an entry in Craft CMS
Stars: ✭ 30 (+400%)
Mutual labels:  craftcms
Contact Form
Add a simple contact form to your Craft CMS site.
Stars: ✭ 294 (+4800%)
Mutual labels:  craftcms
craft-plugin-mix
Helper plugin for Laravel Mix in Craft CMS templates
Stars: ✭ 50 (+733.33%)
Mutual labels:  craftcms
Element Api
Create a JSON API/Feed for your elements in Craft.
Stars: ✭ 493 (+8116.67%)
Mutual labels:  craftcms
craft-recipe
A comprehensive recipe FieldType for Craft CMS that includes metric/imperial conversion, portion calculation, and JSON-LD microdata support
Stars: ✭ 23 (+283.33%)
Mutual labels:  craftcms
Imager Craft
This plugin has been DEPRECATED. Check out Imager X instead.
Stars: ✭ 351 (+5750%)
Mutual labels:  craftcms
Craft-UserCreator
Allow you to generate users en masse, simply.
Stars: ✭ 16 (+166.67%)
Mutual labels:  craftcms
craft-entriessubset
Craft field type plugin that extends the core Entries field type to give extra settings
Stars: ✭ 27 (+350%)
Mutual labels:  craftcms
Slickstack
SlickStack is a free LEMP stack automation script written in Bash designed to enhance and simplify WordPress provisioning, performance, and security.
Stars: ✭ 311 (+5083.33%)
Mutual labels:  craftcms
transcoder
DEPRECATED Transcode videos to various formats, and provide thumbnails of the video
Stars: ✭ 24 (+300%)
Mutual labels:  craftcms
Craft Neo
A Matrix-like field type for Craft CMS that uses existing fields
Stars: ✭ 387 (+6350%)
Mutual labels:  craftcms
dospaces
DigitalOcean Spaces integration for Craft CMS
Stars: ✭ 31 (+416.67%)
Mutual labels:  craftcms
Nginx Craft
An Nginx virtual host configuration for Craft CMS that implements a number of best-practices.
Stars: ✭ 276 (+4500%)
Mutual labels:  craftcms
Demo
“Happy Lager” Craft CMS demo site.
Stars: ✭ 730 (+12066.67%)
Mutual labels:  craftcms
Awesome
A collection of awesome Craft CMS plugins, articles, resources and shiny things.
Stars: ✭ 449 (+7383.33%)
Mutual labels:  craftcms
Craft Scripts
Shell scripts to manage database backups, asset backups, file permissions, asset syncing, cache clearing, and database syncing between Craft CMS environments
Stars: ✭ 338 (+5533.33%)
Mutual labels:  craftcms

Bugsnag plugin for Craft CMS

Plugin that allows you to log errors/exceptions in Craft to Bugsnag.

Installation

To install Bugsnag, follow these steps:

  1. Download & unzip the file and place the bugsnag directory into your craft/plugins directory
  2. -OR- do a git clone https://github.com/sjelfull/Craft-Bugsnag.git directly into your craft/plugins folder. You can then update it with git pull
  3. Install plugin in the Craft Control Panel under Settings > Plugins
  4. The plugin folder should be named bugsnag for Craft to see it. GitHub recently started appending -master (the branch name) to the name of the folder for zip file downloads.

Bugsnag works on Craft 2.4.x and Craft 2.5.x.

Bugsnag Overview

Bugsnag's cross platform error monitoring automatically detects crashes in your applications, letting you ship with confidence.

Configuring Bugsnag

  1. Copy the bugsnag.php configuration file into your craft/config folder.
  2. Update serverApiKey with a API key from your Bugsnag project.
  3. (Optionally) Set the environment configuration setting to something. Defaults to production.

Using Bugsnag

It will automatically log most exceptions/errors. If you want to log a exception/error from an custom plugin, you can use one of the two service methods:

  • For exceptions: craft()->bugsnag->notifyException($exception);
  • For errors: craft()->bugsnag->notifyError($message);

Bugsnag Changelog

1.0.0 -- 2016.06.24

  • Initial release

Brought to you by Fred Carlsen

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].