Skip to content
This repository was archived by the owner on Nov 22, 2023. It is now read-only.
/ sentry Public archive

🚨 Craft integration with error monitoring service Sentry.

License

Notifications You must be signed in to change notification settings

craftplugins/sentry

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Important

This plugin is no longer maintained.

We recommend the Sentry Logger plugin instead.

Sentry plugin for Craft CMS

Craft integration with error monitoring service Sentry.

Installation

To install Sentry, follow these steps:

  1. Download & unzip the file and place the sentry directory into your craft/plugins directory
  2. Install plugin in the Craft Control Panel under Settings > Plugins

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

Configuring Sentry

You’ll need to create a sentry.php file in your craft/config directory and set your server access token via the accessToken configuration item.

// craft/config/sentry.php

return [

    'dsn' => 'https://<key>:<secret>@sentry.io/<project>',
    'publicDsn' => 'https://<key>@sentry.io/<project>',

];

About

🚨 Craft integration with error monitoring service Sentry.

Topics

Resources

License

Stars

Watchers

Forks

Languages