PHPackages                             core-tech/fuel-packages-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. core-tech/fuel-packages-sentry

ActiveFuel-package[Logging &amp; Monitoring](/categories/logging)

core-tech/fuel-packages-sentry
==============================

1.0.2(13y ago)119MITPHP

Since May 10Pushed 13y ago1 watchersCompare

[ Source](https://github.com/core-tech/fuel-packages-sentry)[ Packagist](https://packagist.org/packages/core-tech/fuel-packages-sentry)[ RSS](/packages/core-tech-fuel-packages-sentry/feed)WikiDiscussions master Synced 4w ago

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

FuelPHP Package for Sentry
==========================

[](#fuelphp-package-for-sentry)

[Sentry](https://getsentry.com/) is a realtime event logging. This package corresponds to PHP and Javascript.

---

Install
-------

[](#install)

### Setup to fuel/packages/sentry

[](#setup-to-fuelpackagessentry)

- Use composer
- git submodule
- Download zip

If you use git submodule or download zip, you must install vendors

```
$ cd fuel/packages/sentry
$ php composer.phar install

```

### Configuration

[](#configuration)

In app/config/config.php

```
'always_load' => array('packages' => array(
	'sentry',
	...

```

Copy packages/sentry/config/sentry.php to under app/config directory and edit

#### PHP error is automatically send by Error class that has been overridden

[](#php-error-is-automatically-send-by-error-class-that-has-been-overridden)

#### JS error is needs the following code in head tag to automatically send

[](#js-error-is-needs-the-following-code-in-head-tag-to-automatically-send)

```

```

Example
-------

[](#example)

### PHP

[](#php)

##### Add option and manually logging

[](#add-option-and-manually-logging)

```
// Send exception
$opt = array('tags' => array('MyTag' => 'MyTag Message'));
Sentry::send_exception(new Exception('message'), $opt);

// Send message
$opt = array('tags' => array('MyTag' => 'MyTag Message'));
Sentry::send_message('message', $opt);
Sentry::send_message('%04d-%02d-%02d', $opt, array(2013,4,1));

```

For more information, see [raven-php](https://github.com/getsentry/raven-php)

### Javascript

[](#javascript)

##### Add option

[](#add-option)

```

```

For more information, see [raven-js](http://raven-js.readthedocs.org/en/latest/config/index.html)

##### Manually logging

[](#manually-logging)

```
try {
	errorThrowingCode();
} catch(e) {
	Raven.captureException(e);
}

```

###  Health Score

28

—

LowBetter than 52% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity8

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity65

Established project with proven stability

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

Total

3

Last Release

4789d ago

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/4299502?v=4)[CoreTech Co.,Ltd.](/maintainers/core-tech)[@core-tech](https://github.com/core-tech)

---

Top Contributors

[![core-sys](https://avatars.githubusercontent.com/u/1776419?v=4)](https://github.com/core-sys "core-sys (3 commits)")

### Embed Badge

![Health badge](/badges/core-tech-fuel-packages-sentry/health.svg)

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

###  Alternatives

[helsingborg-stad/municipio

A bootstrap theme for creating municipality sites.

4028.3k10](/packages/helsingborg-stad-municipio)[stayallive/wp-sentry

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

387211.1k](/packages/stayallive-wp-sentry)[pressbooks/pressbooks

Pressbooks is an open source book publishing tool built on a WordPress multisite platform. Pressbooks outputs books in multiple formats, including PDF, EPUB, web, and a variety of XML flavours, using a theming/templating system, driven by CSS.

45344.0k1](/packages/pressbooks-pressbooks)[sandreu/cake-sentry

Sentry error handler plugin for CakePHP2

1640.4k](/packages/sandreu-cake-sentry)[pressbooks/pressbooks-book

This theme is named after Canadian media theorist Marshall McLuhan, who coined the phrase “the medium is the message.” It is designed for academic writing and is also suitable for fiction. Headings are set in Cormorant Garamond, and body type is set in Lora.

206.7k](/packages/pressbooks-pressbooks-book)[rcrowe/laravel-sentry

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

152.8k](/packages/rcrowe-laravel-sentry)

PHPackages © 2026

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