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

ActiveTypo3-cms-extension[Logging &amp; Monitoring](/categories/logging)

andersundsehr/sentry-bridge
===========================

Brings together networkteam/sentry-client with further features

1.0.2(10mo ago)01.9kGPL-2.0-or-laterPHPPHP ~8.2.0 || ~8.3.0 || ~8.4.0CI passing

Since Aug 19Pushed 10mo agoCompare

[ Source](https://github.com/andersundsehr/sentry-bridge)[ Packagist](https://packagist.org/packages/andersundsehr/sentry-bridge)[ RSS](/packages/andersundsehr-sentry-bridge/feed)WikiDiscussions main Synced 3w ago

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

EXT:sentry\_bridge (addon for `networkteam/sentry-client`)
==========================================================

[](#extsentry_bridge-addon-for-networkteamsentry-client)

[![TYPO3 Version](https://camo.githubusercontent.com/49c39371079b3d55da64690e885a3aa044d84982e3a69ec627ccca0b645dd6d6/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f646570656e64656e63792d762f616e64657273756e64736568722f73656e7472792d636c69656e742f7479706f33253246636d732d636f72653f7374796c653d666c61742d737175617265266c6f676f3d7479706f3326636f6c6f723d6f72616e6765)](https://camo.githubusercontent.com/49c39371079b3d55da64690e885a3aa044d84982e3a69ec627ccca0b645dd6d6/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f646570656e64656e63792d762f616e64657273756e64736568722f73656e7472792d636c69656e742f7479706f33253246636d732d636f72653f7374796c653d666c61742d737175617265266c6f676f3d7479706f3326636f6c6f723d6f72616e6765)[![PHP Version](https://camo.githubusercontent.com/d10afade5e231fdc776c7e0b27111ab0d95621b87906f089a2af7bc1f02b11c0/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f646570656e64656e63792d762f616e64657273756e64736568722f73656e7472792d636c69656e742f7068703f7374796c653d666c61742d737175617265266c6f676f3d706870)](https://camo.githubusercontent.com/d10afade5e231fdc776c7e0b27111ab0d95621b87906f089a2af7bc1f02b11c0/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f646570656e64656e63792d762f616e64657273756e64736568722f73656e7472792d636c69656e742f7068703f7374796c653d666c61742d737175617265266c6f676f3d706870)

Install
-------

[](#install)

```
composer require andersundsehr/sentry-bridge
```

- Set your DSN in the config for `sentry_client`.
- Add Async Transport to your `systems/additional.php` file (see below)
- add Cronjob to run `typo3 andersundsehr:sentry-async:flush` every minute or as needed

Features
--------

[](#features)

- Async transport to sentry
- TYPO3 Log as Sentry Breadcrumbs
- Link to Sentry (even with Queue enabled) for ContentObjectProductionExceptionHandler
- Bugfix: Console command exceptions are captured again.

Requirements
------------

[](#requirements)

Sentry is initialized very early in the TYPO3 bootstrap process, so it is important to ensure that the configuration is set up correctly before any other extensions or TYPO3 core code is executed.

put this line in your `systems/additional.php` file:

```
$GLOBALS['TYPO3_CONF_VARS']['SYS']['productionExceptionHandler'] = \Networkteam\SentryClient\ProductionExceptionHandler::class;
$GLOBALS['TYPO3_CONF_VARS']['SYS']['debugExceptionHandler'] = \Networkteam\SentryClient\DebugExceptionHandler::class;
$GLOBALS['TYPO3_CONF_VARS']['EXTENSIONS']['sentry_client']['release'] = trim((string)exec('git rev-parse --verify HEAD'));
$GLOBALS['TYPO3_CONF_VARS']['EXTCONF']['sentry_client']['options']['transport'] ??= (new \AUS\SentryBridge\Factory\QueueTransportFactory())();
$GLOBALS['TYPO3_CONF_VARS']['LOG']['writerConfiguration'] = [
    \TYPO3\CMS\Core\Log\LogLevel::WARNING => [
        \Networkteam\SentryClient\SentryLogWriter::class => [],
    ],
];
```

with ♥️ from anders und sehr GmbH
=================================

[](#with-️-from-anders-und-sehr-gmbh)

> If something did not work 😮
> or you appreciate this Extension 🥰 let us know.

> We are always looking for great people to join our team!

###  Health Score

38

—

LowBetter than 83% of packages

Maintenance54

Moderate activity, may be stable

Popularity21

Limited adoption so far

Community9

Small or concentrated contributor base

Maturity55

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 83.3% 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 ~0 days

Total

2

Last Release

307d ago

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/471387?v=4)[Matthias Vogel](/maintainers/Kanti)[@Kanti](https://github.com/Kanti)

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

---

Top Contributors

[![Kanti](https://avatars.githubusercontent.com/u/471387?v=4)](https://github.com/Kanti "Kanti (5 commits)")[![weakbit](https://avatars.githubusercontent.com/u/12049749?v=4)](https://github.com/weakbit "weakbit (1 commits)")

###  Code Quality

TestsPHPUnit

### Embed Badge

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

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

###  Alternatives

[friendsoftypo3/content-blocks

TYPO3 CMS Content Blocks - Content Types API | Define reusable components via YAML

101466.4k45](/packages/friendsoftypo3-content-blocks)[typo3/cms-belog

TYPO3 CMS Log - View logs from the sys\_log table in the TYPO3 backend modules System&gt;Log

168.9M123](/packages/typo3-cms-belog)[pagemachine/typo3-formlog

Form log for TYPO3

23233.9k7](/packages/pagemachine-typo3-formlog)[t3monitor/t3monitoring_client

Client extension for the t3monitoring service

31876.9k2](/packages/t3monitor-t3monitoring-client)[networkteam/sentry-client

A Sentry client for TYPO3. It forwards errors and exceptions to Sentry - https://sentry.io/

391.1M6](/packages/networkteam-sentry-client)[wazum/sluggi

TYPO3 extension for URL slug management with inline editing, auto-sync, locking, access control, and redirects

41515.2k](/packages/wazum-sluggi)

PHPackages © 2026

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