PHPackages                             mako/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. [Framework](/categories/framework)
4. /
5. mako/sentry

ActiveLibrary[Framework](/categories/framework)

mako/sentry
===========

A Sentry integration for the Mako Framework

7.0.1(3mo ago)0125.4k↓57.6%1BSD-3-ClausePHPPHP &gt;=8.5.0CI passing

Since Sep 25Pushed 2mo ago1 watchersCompare

[ Source](https://github.com/mako-framework/sentry)[ Packagist](https://packagist.org/packages/mako/sentry)[ Docs](http://makoframework.com)[ RSS](/packages/mako-sentry/feed)WikiDiscussions master Synced 1w ago

READMEChangelog (10)Dependencies (5)Versions (32)Used By (0)

Mako Sentry
===========

[](#mako-sentry)

[![Build Status](https://github.com/mako-framework/sentry/workflows/Tests/badge.svg)](https://github.com/mako-framework/sentry/actions?query=workflow%3ATests)[![Static analysis](https://github.com/mako-framework/sentry/actions/workflows/static-analysis.yml/badge.svg)](https://github.com/mako-framework/sentry/actions/workflows/static-analysis.yml)

A [Sentry](https://sentry.io/welcome/) integration for the Mako Framework.

Requirements
------------

[](#requirements)

Mako 11.0 or greater.

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

[](#installation)

Install the package using the following composer command:

```
composer require mako/sentry

```

Next you'll have to add a `logger.sentry` config key to your `application.php` config file.

```
'logger' => [
	...
	'sentry' => [
		'dsn' => 'https://@sentry.io/',
	],
	...
],

```

Then you'll have to replace the default `LoggerService` with the included `LoggerService` in the `application.php` config file.

```
'services' => [
	'core' => [
		...
		mako\sentry\services\LoggerService::class,
		...
	],
],

```

And finally you'll have to enable logging to sentry by setting the `logger.handler` key in the `application.php` config file to the following value:

```
'logger' => [
	...
	'handler' => ['Sentry', 'Stream'],
	...
],

```

> Note that you can disable the default file logging by setting the value to `['Sentry']`.

###  Health Score

57

—

FairBetter than 98% of packages

Maintenance82

Actively maintained with recent releases

Popularity31

Limited adoption so far

Community10

Small or concentrated contributor base

Maturity87

Battle-tested with a long release history

 Bus Factor1

Top contributor holds 87.8% 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 ~80 days

Recently: every ~103 days

Total

30

Last Release

108d ago

Major Versions

1.0.8 → 3.0.02021-10-29

3.1.0 → 4.0.02022-12-20

4.0.x-dev → 5.0.02023-09-27

5.0.x-dev → 6.0.02025-01-03

6.0.x-dev → 7.0.02026-01-05

PHP version history (7 changes)1.0.0PHP &gt;=7.2.0

2.0.0PHP &gt;=7.3.0

3.0.0PHP &gt;=7.4.0

4.0.0PHP &gt;=8.0.0

5.0.0PHP &gt;=8.1.0

6.0.0PHP &gt;=8.4.0

7.0.0PHP &gt;=8.5.0

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/773958?v=4)[Frederic G. Østby](/maintainers/freost)[@freost](https://github.com/freost)

---

Top Contributors

[![freost](https://avatars.githubusercontent.com/u/773958?v=4)](https://github.com/freost "freost (72 commits)")[![dependabot[bot]](https://avatars.githubusercontent.com/in/29110?v=4)](https://github.com/dependabot[bot] "dependabot[bot] (10 commits)")

---

Tags

mako-frameworkmako-packagephpsentryframeworkmakosentry

###  Code Quality

TestsPHPUnit

Static AnalysisPHPStan

Type Coverage Yes

### Embed Badge

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

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

###  Alternatives

[mako/framework

Mako Framework

255171.9k30](/packages/mako-framework)[pestphp/pest-plugin-stressless

Stressless plugin for Pest

68943.9k18](/packages/pestphp-pest-plugin-stressless)[utopia-php/logger

Utopia Logger library is simple and lite library for logging information, such as errors or warnings. This library is aiming to be as simple and easy to learn and use.

11247.6k4](/packages/utopia-php-logger)[mako/app

Mako Framework

305.0k](/packages/mako-app)[yiisoft/yii-sentry

A Sentry integration for Yii Framework

2233.9k](/packages/yiisoft-yii-sentry)

PHPackages © 2026

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