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

ActiveLibrary[Logging &amp; Monitoring](/categories/logging)

blink/sentry
============

Sentry integration for Blink Framework

v0.2.0(10y ago)227.0k↑15.1%MITPHPPHP &gt;=5.5.0

Since Dec 30Pushed 1y ago1 watchersCompare

[ Source](https://github.com/bixuehujin/blink-sentry)[ Packagist](https://packagist.org/packages/blink/sentry)[ RSS](/packages/blink-sentry/feed)WikiDiscussions master Synced 2d ago

READMEChangelog (1)Dependencies (2)Versions (5)Used By (0)

blink-sentry - Sentry integration for Blink Framework
=====================================================

[](#blink-sentry---sentry-integration-for-blink-framework)

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

[](#installation)

You can install the latest version of blink-sentry by using Composer:

```
composer require blink/sentry
```

Configuration
-------------

[](#configuration)

You can easily setup Sentry in your Blink application with the following two steps:

### 1. Add a new service named `sentry` in the services definition file:

[](#1-add-a-new-service-named-sentry-in-the-services-definition-file)

```
'sentry' => [
    'class' => \blink\sentry\Sentry::class,
    'dsn' => 'The dsn',
    'environments' => ['prod'], // The environments that should report errors to Sentry
],
```

### 2. Override the default ErrorHandler:

[](#2-override-the-default-errorhandler)

```
'errorHandler' => [
    'class' => blink\sentry\ErrorHandler::class
],
```

###  Health Score

32

—

LowBetter than 69% of packages

Maintenance27

Infrequent updates — may be unmaintained

Popularity29

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity51

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 100% 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 ~3136 days

Total

2

Last Release

703d ago

Major Versions

v0.2.0 → v1.x-dev2024-07-31

PHP version history (2 changes)v0.2.0PHP &gt;=5.5.0

v1.x-devPHP &gt;=8.1.0

### Community

Maintainers

![](https://www.gravatar.com/avatar/5291f9967c4bb1cfda7f50ecde566eb5b554352fa6f7eb7920104d58704400f5?d=identicon)[bixuehujin](/maintainers/bixuehujin)

---

Top Contributors

[![bixuehujin](https://avatars.githubusercontent.com/u/1145280?v=4)](https://github.com/bixuehujin "bixuehujin (20 commits)")

---

Tags

error-reportingsentryBlink

### Embed Badge

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

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

###  Alternatives

[sentry/sentry

PHP SDK for Sentry (http://sentry.io)

1.9k247.1M335](/packages/sentry-sentry)[sentry/sentry-symfony

Symfony integration for Sentry (http://getsentry.com)

74666.1M96](/packages/sentry-sentry-symfony)[sentry/sdk

This is a meta package of sentry/sentry. We recommend using sentry/sentry directly.

327139.0M166](/packages/sentry-sdk)[justbetter/magento2-sentry

Magento 2 Logger for Sentry

1861.6M3](/packages/justbetter-magento2-sentry)[datadog/php-datadogstatsd

An extremely simple PHP datadogstatsd client

19127.3M16](/packages/datadog-php-datadogstatsd)[helhum/sentry-typo3

Sentry Integration for TYPO3

2134.4k](/packages/helhum-sentry-typo3)

PHPackages © 2026

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