Download the PHP package james-and-james-fulfilment/sentry without Composer
On this page you can find all versions of the php package james-and-james-fulfilment/sentry. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download james-and-james-fulfilment/sentry
More information about james-and-james-fulfilment/sentry
Files in james-and-james-fulfilment/sentry
Package sentry
Short Description A PHP client for Sentry (http://getsentry.com)
License BSD-3-Clause
Homepage https://github.com/JamesAndJamesFulfilment/sentry-php
Informations about the package sentry
Sentry for PHP
The Sentry PHP error reporter tracks errors and exceptions that happen during the execution of your application and provides instant notification with detailed informations needed to prioritize, identify, reproduce and fix each issue. Learn more about automatic PHP error reporting with Sentry.
Features
- Automatically report (un)handled exceptions and errors
- Send customized diagnostic data
- Process and sanitize data before sending it over the network
Usage
For more information, see our documentation.
Integration with frameworks
Other packages exists to integrate this SDK into the most common frameworks.
Official integrations
The following integrations are fully supported and maintained by the Sentry team.
3rd party integrations
The following integrations are available and maintained by members of the Sentry community.
- Nette
- ZendFramework
- WordPress
- Drupal
- OpenCart
- Magento2
- October CMS
- ... feel free to be famous, create a port to your favourite platform!
Community
- Documentation
- Bug Tracker
- Code
- Mailing List
- IRC (irc.freenode.net, #sentry)
Contributing
Dependencies are managed through composer:
Tests can then be run via phpunit:
Tagging a Release
-
Make sure
CHANGES
is up to date (add the release date) andmaster
is green. -
Create a new branch for the minor version (if not present):
-
Update the hardcoded version tag in
Client.php
: -
Commit the change:
-
Tag the branch:
-
Push the tag:
-
Switch back to
master
: -
Add the next minor release to the
CHANGES
file: -
Update the version in
Client.php
: - Lastly, update the composer version in
composer.json
:
All done! Composer will pick up the tag and configuration automatically.
All versions of sentry with dependencies
ext-curl Version *