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 6d 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 51% 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

4835d 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.6k10](/packages/helsingborg-stad-municipio)[october/rain

October Rain Library

1601.7M103](/packages/october-rain)[stayallive/wp-sentry

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

390232.3k](/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.

45844.8k1](/packages/pressbooks-pressbooks)[elgg/elgg

Elgg is an award-winning social networking engine, delivering the building blocks that enable businesses, schools, universities and associations to create their own fully-featured social networks and applications.

1.7k17.3k100](/packages/elgg-elgg)[mediawiki/maps

Adds various mapping features to MediaWiki

85155.1k3](/packages/mediawiki-maps)

PHPackages © 2026

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