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

ActiveLibrary[Framework](/categories/framework)

glowieframework/sentry
======================

Sentry integration plugin for Glowie Framework

v1.0.2(4mo ago)030MITPHP

Since Sep 27Pushed 4mo agoCompare

[ Source](https://github.com/glowieframework/sentry)[ Packagist](https://packagist.org/packages/glowieframework/sentry)[ Docs](https://glowie.gabrielsilva.dev.br)[ RSS](/packages/glowieframework-sentry/feed)WikiDiscussions main Synced yesterday

READMEChangelog (3)Dependencies (2)Versions (4)Used By (0)

Sentry for Glowie
-----------------

[](#sentry-for-glowie)

Sentry for Glowie is a plugin that seamlessly integrates [Sentry](https://sentry.io) error tracking and monitoring into your Glowie application.

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

[](#installation)

Install the plugin in your Glowie project using Composer:

```
composer require glowieframework/sentry
```

Then register the Sentry plugin in the `plugins` array inside `app/config/Config.php`:

```
'plugins' => [
    // ... other plugins here
    \Glowie\Plugins\Sentry\Sentry::class,
],
```

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

[](#configuration)

Create a **PHP project** in your Sentry dashboard. Copy the provided **DSN URL** and add it to your application’s `.env` file:

```
SENTRY_DSN=https://mysentryapp.ingest.us.sentry.io/123456
```

Once configured, you can verify the integration by throwing an exception in your application and checking whether it appears in your Sentry dashboard.

Credits
-------

[](#credits)

The Sentry plugin and Glowie framework are currently developed by [Gabriel Silva](https://gabrielsilva.dev.br).

###  Health Score

34

—

LowBetter than 75% of packages

Maintenance74

Regular maintenance activity

Popularity7

Limited adoption so far

Community6

Small or concentrated contributor base

Maturity42

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 ~247 days

Total

3

Last Release

148d ago

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/64693687?v=4)[Gabriel Silva](/maintainers/eugabrielsilva)[@eugabrielsilva](https://github.com/eugabrielsilva)

---

Top Contributors

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

---

Tags

error-monitoringglowieplugin

### Embed Badge

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

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

###  Alternatives

[sentry/sentry-laravel

Laravel SDK for Sentry (https://sentry.io)

1.3k127.1M203](/packages/sentry-sentry-laravel)[stayallive/wp-sentry

A (unofficial) WordPress plugin to report PHP and JavaScript errors to Sentry.

385220.0k](/packages/stayallive-wp-sentry)[blackfire/player

A powerful web crawler and web scraper with Blackfire support

49617.1k](/packages/blackfire-player)[shopsys/framework

Core of Shopsys Platform - open source framework for building large, scalable, fast-growing e-commerce projects based on Symfony

25225.3k36](/packages/shopsys-framework)[shopsys/project-base

Full-featured basis for your e-commerce project on Shopsys Platform

382.3k](/packages/shopsys-project-base)[yiisoft/yii-sentry

A Sentry integration for Yii Framework

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

PHPackages © 2026

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