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

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

nofutur3/nette-sentry
=====================

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

v0.9.0(9y ago)14611[1 PRs](https://github.com/nofutur3/nette-sentry/pulls)MITPHPPHP &gt;=5.3.3

Since Dec 22Pushed 7y ago1 watchersCompare

[ Source](https://github.com/nofutur3/nette-sentry)[ Packagist](https://packagist.org/packages/nofutur3/nette-sentry)[ Docs](http://getsentry.com)[ RSS](/packages/nofutur3-nette-sentry/feed)WikiDiscussions master Synced 1mo ago

READMEChangelog (1)Dependencies (3)Versions (3)Used By (0)

Sentry for [Nette](https://www.nette.org) framework
===================================================

[](#sentry-for-nette-framework)

[![Build Status](https://camo.githubusercontent.com/0cfa8f3d335a903c6492cc7bce8eb19e1b2bb4e755afd19e24570deb928ebec1/68747470733a2f2f7472617669732d63692e6f72672f6e6f6675747572332f6e657474652d73656e7472792e7376673f6272616e63683d6d6173746572)](https://travis-ci.org/nofutur3/nette-sentry)[![Downloads this Month](https://camo.githubusercontent.com/0977118345df0177efe8e51a97eb4a667b1ef6c41522bb5f949e91868b17e88a/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f646d2f6e6f6675747572332f6e657474652d73656e7472792e737667)](https://packagist.org/packages/nofutur3/nette-sentry)[![Latest stable](https://camo.githubusercontent.com/cad103059fa351babc1cf3a69ad31c81c97c76bf95f1e78969abb14b0b4437dc/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f762f6e6f6675747572332f6e657474652d73656e7472792e737667)](https://packagist.org/packages/nofutur3/nette-sentry)

Nette integration for Sentry

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

[](#installation)

The recommended installation is using [composer](https://getcomposer.org/).

*If you are not still using composer, you should check it out. It's 2016(+) afterall.*

```
composer require nofutur3/nette-sentry

```

Alternative way - in case you are not able to use composer. Download the source code (ie clone git repo) into your project and require it some way. For [nette framework](https://nette.org/en/) like this in your bootstrap file:

```
$configurator
    ->createRobotLoader()
    ->addDirectory(__DIR__ . 'path/to/library/');

```

Usage
-----

[](#usage)

##### With Nette (2.3+)

[](#with-nette-23)

```
extensions:
    sentry: Nofutur3\Sentry\DI\SentryExtension

sentry:
    dsn: (your dsn from sentry)

```

#### Extended configuration with default values

[](#extended-configuration-with-default-values)

```
sentry:
    dsn: (your dsn from sentry)
    debug: false
    user:
        email: email # email property in IIdentity
        username: username # username property in IIDentity
    skip_capture:
        - 'Nette\Neon\Exception' # will not report these exceptions
    options: # check: https://docs.sentry.io/clients/php/config/

```

###  Health Score

25

—

LowBetter than 37% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity15

Limited adoption so far

Community8

Small or concentrated contributor base

Maturity49

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

Total

2

Last Release

2618d ago

PHP version history (2 changes)v0.9.0PHP &gt;=5.3.3

0.9.1.x-devPHP ^7.1

### Community

Maintainers

![](https://www.gravatar.com/avatar/ba9608daffcf79ce865905f945deb3c0a60f5e3317cb1c100c7756997656778e?d=identicon)[nofutur3](/maintainers/nofutur3)

---

Top Contributors

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

---

Tags

composernettesentryloggingnetteerrorssentry

###  Code Quality

TestsPHPUnit

### Embed Badge

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

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

###  Alternatives

[sentry/sentry-symfony

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

73761.4M65](/packages/sentry-sentry-symfony)[sentry/sentry-laravel

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

1.3k114.3M154](/packages/sentry-sentry-laravel)[sentry/sdk

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

327134.8M151](/packages/sentry-sdk)[justbetter/magento2-sentry

Magento 2 Logger for Sentry

1851.5M3](/packages/justbetter-magento2-sentry)[stayallive/wp-sentry

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

379197.9k](/packages/stayallive-wp-sentry)[jenssegers/raven

Sentry (Raven) error monitoring integration for Laravel projects

92197.1k1](/packages/jenssegers-raven)

PHPackages © 2026

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