PHPackages                             web-and-cow/wac-sentry - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [Logging &amp; Monitoring](/categories/logging)
4. /
5. web-and-cow/wac-sentry

ActiveCakephp-plugin[Logging &amp; Monitoring](/categories/logging)

web-and-cow/wac-sentry
======================

Plugin to connect a CakePHP project to your Sentry account

2.0.2(5y ago)07.1kMITPHP

Since Dec 30Pushed 5y ago1 watchersCompare

[ Source](https://github.com/WebAndCow/WacSentry)[ Packagist](https://packagist.org/packages/web-and-cow/wac-sentry)[ RSS](/packages/web-and-cow-wac-sentry/feed)WikiDiscussions master Synced 1mo ago

READMEChangelog (7)Dependencies (3)Versions (10)Used By (0)

WacSentry plugin for CakePHP
============================

[](#wacsentry-plugin-for-cakephp)

Plugin CakePHP to connect a CakePHP project to your Sentry account.

You can find IP of client and users.id in the Sentry issue.

Installation
------------

[](#installation)

You can install this plugin into your CakePHP application using [composer](http://getcomposer.org).

The recommended way to install composer packages is :

**CakePHP 3**

```
composer require web-and-cow/wac-sentry:"^1.0.0"

```

**CakePHP 4**

```
composer require web-and-cow/wac-sentry:"^2.0.0"

```

Load the plugin :

**CakePHP 3**

```
bin/cake plugin load WacSentry -b

```

**CakePHP 4**

```
bin/cake plugin load WacSentry

```

And add the configuration to your app.php :

```
'Sentry' => [
    'dsn' => 'https://XXXXXXXXXX@sentry.io/XXXXXX', // The DSN PHP Key of Sentry
    'avoid_bot_scan_errors' => true, // Default true : if true, MissingControllerException and MissingPluginException aren't sent to Sentry to avoid bot scan errors
    'userFields' => [ // List of user session values sent to Sentry
        'id',
        'role',
        ...
    ],
    'unauthorizedWordsInUrl' => [ // If a word of this array is in the url, the error event will not be sent to Sentry
        'robots.txt',
        'wp-admin',
        ...
    ]
]

```

###  Health Score

32

—

LowBetter than 72% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity21

Limited adoption so far

Community9

Small or concentrated contributor base

Maturity63

Established project with proven stability

 Bus Factor1

Top contributor holds 64.7% of commits — single point of failure

How is this calculated?**Maintenance (25%)** — Last commit recency, latest release date, and issue-to-star ratio. Uses a 2-year decay window.

**Popularity (30%)** — Total and monthly downloads, GitHub stars, and forks. Logarithmic scaling prevents top-heavy scores.

**Community (15%)** — Contributors, dependents, forks, watchers, and maintainers. Measures real ecosystem engagement.

**Maturity (30%)** — Project age, version count, PHP version support, and release stability.

###  Release Activity

Cadence

Every ~31 days

Total

7

Last Release

2141d ago

Major Versions

1.0.1 → 2.0.12020-02-19

1.0.3 → 2.0.22020-07-07

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/5221665?v=4)[Web and Cow](/maintainers/WebAndCow)[@WebAndCow](https://github.com/WebAndCow)

---

Top Contributors

[![pierre-wac](https://avatars.githubusercontent.com/u/42741199?v=4)](https://github.com/pierre-wac "pierre-wac (11 commits)")[![WebAndCow](https://avatars.githubusercontent.com/u/5221665?v=4)](https://github.com/WebAndCow "WebAndCow (6 commits)")

###  Code Quality

TestsPHPUnit

### Embed Badge

![Health badge](/badges/web-and-cow-wac-sentry/health.svg)

```
[![Health](https://phpackages.com/badges/web-and-cow-wac-sentry/health.svg)](https://phpackages.com/packages/web-and-cow-wac-sentry)
```

###  Alternatives

[notamedia/yii2-sentry

Yii2 logger for Sentry

1272.0M2](/packages/notamedia-yii2-sentry)[phptek/sentry

Sentry.io integration for SilverStripe. Binds Sentry.io to SilverStripe's error &amp; exception handling subsystem.

15203.5k3](/packages/phptek-sentry)[lordsimal/cakephp-sentry

Sentry plugin for CakePHP

12270.3k](/packages/lordsimal-cakephp-sentry)[helhum/sentry-typo3

Sentry Integration for TYPO3

1833.5k](/packages/helhum-sentry-typo3)[minbaby/hyperf-sentry

1926.7k](/packages/minbaby-hyperf-sentry)

PHPackages © 2026

[Directory](/)[Categories](/categories)[Trending](/trending)[Changelog](/changelog)[Analyze](/analyze)
