Skip to content

Latest commit

 

History

History
25 lines (18 loc) · 1.22 KB

README.md

File metadata and controls

25 lines (18 loc) · 1.22 KB
Wieni logo

wmsentry

Latest Stable Version Total Downloads License

A module for sending errors to Sentry in Drupal 8.

Installation

This module uses the Sentry PHP package (sentry/sentry), which is not tied to any specific library that sends HTTP messages. Instead, it uses Httplug to let users choose whichever PSR-7 implementation and HTTP client they want to use.

If you just want to get started quickly you should run the following command:

composer require wieni/wmsentry php-http/curl-client guzzlehttp/psr7

For more information, please refer to the Install section of the sentry/sentry-php repository README.