PHPackages                             rcrowe/laravel-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. rcrowe/laravel-sentry

ActiveLibrary

rcrowe/laravel-sentry
=====================

Tasty intergration of Laravel &amp; Sentry for sweet reporting of your logs

0.2.0(12y ago)152.8k2MITPHP

Since Jul 19Pushed 12y ago3 watchersCompare

[ Source](https://github.com/rcrowe/laravel-sentry)[ Packagist](https://packagist.org/packages/rcrowe/laravel-sentry)[ RSS](/packages/rcrowe-laravel-sentry/feed)WikiDiscussions master Synced 1mo ago

READMEChangelogDependencies (4)Versions (3)Used By (0)

---

> use [rcrowe\\Raven](https://github.com/rcrowe/Raven)

> Better Laravel intergration with async transmittion.

> **laravel-sentry is unsupported!**

---

laravel-sentry
==============

[](#laravel-sentry)

Tasty integration of Laravel &amp; Sentry for sweet reporting of your logs

[![Build Status](https://camo.githubusercontent.com/a21a1dcbd6d4be2ea4a9c5307c6e80f8841fe2379b64551bf4153a8718a1ac2d/68747470733a2f2f7472617669732d63692e6f72672f7263726f77652f6c61726176656c2d73656e7472792e706e673f6272616e63683d6d6173746572)](https://travis-ci.org/rcrowe/laravel-sentry)[![Latest Stable Version](https://camo.githubusercontent.com/d0de54ed8760b2cc11d68010b3d98c583cc7e52cf14ee469cbf012b34e8f1f76/68747470733a2f2f706f7365722e707567782e6f72672f7263726f77652f6c61726176656c2d73656e7472792f762f737461626c652e706e67)](https://packagist.org/packages/rcrowe/laravel-sentry)

Using the same logging functions will send it [Sentry](http://getsentry.com), for example:

```
Log::error($exception)
```

will send the exception to Sentry. You can control at which level log messages are reported by changing the `level` in the config file. The default `level` is `error`, this means that `Log::info(…)` will not be reported to Sentry.

Installation
============

[](#installation)

Add `rcrowe\laravel-sentry` as a requirement to composer.json:

```
{
    "require": {
        "rcrowe/laravel-sentry": "0.2.*"
    }
}
```

Update your packages with `composer update` or install with `composer install`.

Once Composer has installed or updated your packages you need to register Sentry with Laravel itself. Open up app/config/app.php and find the providers key towards the bottom and add:

```
'rcrowe\Sentry\SentryServiceProvider'
```

Configuration
=============

[](#configuration)

Sentry configuration file can be extended by creating `app/config/packages/rcrowe/laravel-sentry/config.php`. You can find the default configuration file at vendor/rcrowe/laravel-sentry/src/config/config.php.

You can quickly publish a configuration file by running the following Artisan command.

```
$ php artisan config:publish rcrowe/laravel-sentry

```

Note: Data will only be sent to Sentry if your environment matches the environments defined in the config file.

###  Health Score

31

—

LowBetter than 68% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity25

Limited adoption so far

Community12

Small or concentrated contributor base

Maturity54

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 50% 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 ~76 days

Total

2

Last Release

4601d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/07866bb8494b78f654ccdb78c6322a5651cbb8d2a85eaa210db90d833ecd0927?d=identicon)[rcrowe](/maintainers/rcrowe)

---

Top Contributors

[![jbruni](https://avatars.githubusercontent.com/u/69181?v=4)](https://github.com/jbruni "jbruni (1 commits)")[![johnnye](https://avatars.githubusercontent.com/u/109430?v=4)](https://github.com/johnnye "johnnye (1 commits)")

---

Tags

laravelerrorreportingsentry

###  Code Quality

TestsPHPUnit

### Embed Badge

![Health badge](/badges/rcrowe-laravel-sentry/health.svg)

```
[![Health](https://phpackages.com/badges/rcrowe-laravel-sentry/health.svg)](https://phpackages.com/packages/rcrowe-laravel-sentry)
```

###  Alternatives

[jenssegers/raven

Sentry (Raven) error monitoring integration for Laravel projects

92197.2k1](/packages/jenssegers-raven)[guanguans/laravel-exception-notify

Monitor exception and report to the notification channels(Log、Mail、AnPush、Bark、Chanify、DingTalk、Discord、Gitter、GoogleChat、IGot、Lark、Mattermost、MicrosoftTeams、NowPush、Ntfy、Push、Pushback、PushBullet、PushDeer、PushMe、Pushover、PushPlus、QQ、RocketChat、ServerChan、ShowdocPush、SimplePush、Slack、Telegram、WeWork、WPush、XiZhi、YiFengChuanHua、ZohoCliq、ZohoCliqWebHook、Zulip).

14642.7k1](/packages/guanguans-laravel-exception-notify)[rcrowe/raven

Raven client for Sentry that supports background processing through multiple providers.

3567.0k](/packages/rcrowe-raven)[sandreu/cake-sentry

Sentry error handler plugin for CakePHP2

1640.2k](/packages/sandreu-cake-sentry)[crisu83/yii-sentry

Sentry for the Yii PHP framework.

1110.8k](/packages/crisu83-yii-sentry)[thehocinesaad/laravel-error-ai

This package adds Ask AI button to the error page.

2214.4k](/packages/thehocinesaad-laravel-error-ai)

PHPackages © 2026

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