PHPackages                             networkteam/sentryclient - 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. networkteam/sentryclient

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

networkteam/sentryclient
========================

A sentry client for the Flow framework

6.5.0(1y ago)9139.5k↓32.1%15[6 issues](https://github.com/networkteam/Networkteam.SentryClient/issues)[1 PRs](https://github.com/networkteam/Networkteam.SentryClient/pulls)2MITPHPPHP ~7.1 || ~8.0CI failing

Since Jun 4Pushed 1y ago6 watchersCompare

[ Source](https://github.com/networkteam/Networkteam.SentryClient)[ Packagist](https://packagist.org/packages/networkteam/sentryclient)[ RSS](/packages/networkteam-sentryclient/feed)WikiDiscussions master Synced 1mo ago

READMEChangelog (10)Dependencies (3)Versions (45)Used By (2)

Networkteam.SentryClient
========================

[](#networkteamsentryclient)

This is a Sentry client package for the Flow framework. If you want to use this package with [Neos CMS](https://www.neos.io/) please use [Networkteam.Neos.SentryClient](https://github.com/networkteam/Networkteam.Neos.SentryClient) instead.

It's based on .

Have a look at  for more information about Sentry.

Installation:
-------------

[](#installation)

```
$ composer require networkteam/sentryclient

```

*Compatibility table for the sentry client*

There was a failure in the versioning scheme for the client from 1.0.3 on. This is fixed with the 2.x and 3.x versions.

FlowSentryClient&gt;= 5.0.0&gt;= 5.x&gt;= 4.0.0 &lt; 5.04.x&gt;=2.3.9, &gt;=3.0.33.x, &gt;1.0.3&lt;2.3.9, &lt;3.0.32.x, &lt;1.0.3Configuration:
--------------

[](#configuration)

Add the following to your `Settings.yaml` and replace the `dsn` setting with your project DSN (API Keys in your Sentry project):

```
Networkteam:
  SentryClient:
    # The Sentry DSN
    dsn: 'http://secret_key@your-sentry-server.com/project-id'

```

You can implement the `\Networkteam\SentryClient\User\UserContextServiceInterface` to pass your own user context information to the logging. If you do not have the Neos.Party Package and don't want to implement your own `UserContextService` you need to set the `\Networkteam\SentryClient\User\DummyUserContext` in the Objects.yaml like

```
Networkteam\SentryClient\User\UserContextServiceInterface:
  className: Networkteam\SentryClient\User\DummyUserContext

```

This will prevent any collection of user information except information that is available via the Flow SecurityContext.

Release tracking:
-----------------

[](#release-tracking)

A *Release* can be passed to the Sentry client with the environment variable `FLOW_RELEASE` or by setting the value in a `Settings.yaml`:

```
Networkteam:
  SentryClient:
    release: '1.2.3-alpha1'

```

Usage:
------

[](#usage)

Sentry will log all exceptions that have the rendering option `logException` enabled. This can be enabled or disabled by status code or exception class according to the Flow configuration.

Development:
------------

[](#development)

This package is managed on GitHub. Feel free to get in touch at .

License:
--------

[](#license)

See the [LICENSE](LICENSE.md) file for license rights and limitations (MIT).

###  Health Score

49

—

FairBetter than 95% of packages

Maintenance31

Infrequent updates — may be unmaintained

Popularity41

Moderate usage in the ecosystem

Community31

Small or concentrated contributor base

Maturity81

Battle-tested with a long release history

 Bus Factor1

Top contributor holds 52.1% 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 ~105 days

Recently: every ~255 days

Total

35

Last Release

427d ago

Major Versions

4.1.0 → 5.0.12018-08-24

3.1.1 → 5.0.22018-11-21

3.2.0 → 4.x-dev2019-04-29

4.2.0 → 5.1.02019-04-29

5.1.0 → 6.0.02019-09-20

PHP version history (3 changes)4.1-BETAPHP ~7.0

6.0.0PHP ~7.1

6.0.2PHP ~7.1 || ~8.0

### Community

Maintainers

![](https://www.gravatar.com/avatar/4a0c15298bde9fac0fb1224859b69b1be1d17f747fc03d2b435e2028ea14f0d3?d=identicon)[monofone](/maintainers/monofone)

![](https://www.gravatar.com/avatar/790179df9a15d9175b9ec8fdc2df5c4c660a52a4fb6d429376cf66b66b0a595c?d=identicon)[chlu](/maintainers/chlu)

![](https://www.gravatar.com/avatar/8e2a03e451b8ad5281ca437e00e44b1a50752d576afaba66db97d503beab31f2?d=identicon)[christophlehmann](/maintainers/christophlehmann)

![](https://www.gravatar.com/avatar/7cbf52f8dce27737b73b79ac2c958434339f3dcf704b17a040956ed9a33eb4ef?d=identicon)[networkteam](/maintainers/networkteam)

---

Top Contributors

[![skurfuerst](https://avatars.githubusercontent.com/u/190777?v=4)](https://github.com/skurfuerst "skurfuerst (73 commits)")[![hlubek](https://avatars.githubusercontent.com/u/33351?v=4)](https://github.com/hlubek "hlubek (22 commits)")[![christophlehmann](https://avatars.githubusercontent.com/u/4953689?v=4)](https://github.com/christophlehmann "christophlehmann (10 commits)")[![monofone](https://avatars.githubusercontent.com/u/373163?v=4)](https://github.com/monofone "monofone (10 commits)")[![markusguenther](https://avatars.githubusercontent.com/u/1014126?v=4)](https://github.com/markusguenther "markusguenther (6 commits)")[![nilsjung](https://avatars.githubusercontent.com/u/24273394?v=4)](https://github.com/nilsjung "nilsjung (5 commits)")[![ger4003](https://avatars.githubusercontent.com/u/1758522?v=4)](https://github.com/ger4003 "ger4003 (4 commits)")[![dfeyer](https://avatars.githubusercontent.com/u/221173?v=4)](https://github.com/dfeyer "dfeyer (2 commits)")[![kaystrobach](https://avatars.githubusercontent.com/u/1185776?v=4)](https://github.com/kaystrobach "kaystrobach (1 commits)")[![beheist](https://avatars.githubusercontent.com/u/10347669?v=4)](https://github.com/beheist "beheist (1 commits)")[![dependabot[bot]](https://avatars.githubusercontent.com/in/29110?v=4)](https://github.com/dependabot[bot] "dependabot[bot] (1 commits)")[![fnkr](https://avatars.githubusercontent.com/u/616991?v=4)](https://github.com/fnkr "fnkr (1 commits)")[![akappler](https://avatars.githubusercontent.com/u/30337968?v=4)](https://github.com/akappler "akappler (1 commits)")[![kdambekalns](https://avatars.githubusercontent.com/u/95873?v=4)](https://github.com/kdambekalns "kdambekalns (1 commits)")[![paxuclus](https://avatars.githubusercontent.com/u/15905038?v=4)](https://github.com/paxuclus "paxuclus (1 commits)")[![saschanowak](https://avatars.githubusercontent.com/u/1643495?v=4)](https://github.com/saschanowak "saschanowak (1 commits)")

### Embed Badge

![Health badge](/badges/networkteam-sentryclient/health.svg)

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

###  Alternatives

[sentry/sentry-laravel

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

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

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

73661.4M66](/packages/sentry-sentry-symfony)[sentry/sdk

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

328134.8M151](/packages/sentry-sdk)[pragmarx/tracker

A Laravel Visitor Tracker

2.9k300.0k1](/packages/pragmarx-tracker)[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)

PHPackages © 2026

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