Download the PHP package lukeyouell/craft-sentry without Composer
On this page you can find all versions of the php package lukeyouell/craft-sentry. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download lukeyouell/craft-sentry
More information about lukeyouell/craft-sentry
Files in lukeyouell/craft-sentry
Package craft-sentry
Short Description Error tracking that helps developers monitor and fix crashes in real time. Iterate continuously. Boost efficiency. Improve user experience.
License MIT
Informations about the package craft-sentry
Sentry plugin for Craft CMS 3
Error tracking that helps developers monitor and fix crashes in real time. Iterate continuously. Boost efficiency. Improve user experience.
Installation
Requirements
This plugin requires Craft CMS 3.1.0, or later.
Plugin Store
Log into your control panel and click on 'Plugin Store'. Search for 'Sentry'.
Composer
-
Open your terminal and go to your Craft project:
-
Then tell Composer to load the plugin:
- In the Control Panel, go to Settings → Plugins and click the “Install” button for Sentry.
Configuring Sentry
Upon successful installation you will be required to supply a client key (DSN).
Client keys can be found in your project settings underneath 'Client Keys (DSN)'.
A Sentry account is required, if you don't already have one click here to create one.
Free & paid plans are available.
Overriding Plugin Settings
If you create a config file in your config
folder called sentry.php
, you can override the plugin’s settings in the Control Panel. Since that config file is fully multi-environment aware, this is a handy way to have different settings across multiple environments.
We recommend storing your client key as an environment variable.
Here’s what that config file might look like along with a list of all of the possible values you can override.
Your .env
file would store the above values like so:
Brought to you by Luke Youell