PHPackages                             helhum/sentry-typo3 - 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. helhum/sentry-typo3

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

helhum/sentry-typo3
===================

Sentry Integration for TYPO3

v0.2.6(3y ago)1833.5k↓34.4%16[1 PRs](https://github.com/helhum/sentry-typo3/pulls)GPL-2.0-or-laterPHPPHP &gt;=8.1

Since Nov 3Pushed 2y ago4 watchersCompare

[ Source](https://github.com/helhum/sentry-typo3)[ Packagist](https://packagist.org/packages/helhum/sentry-typo3)[ Docs](https://helhum.io)[ RSS](/packages/helhum-sentry-typo3/feed)WikiDiscussions main Synced 1mo ago

READMEChangelogDependencies (12)Versions (9)Used By (0)

Sentry TYPO3 Integration
========================

[](#sentry-typo3-integration)

Exception and error logging with Sentry, see

Sentry provides open-source and hosted error monitoring that helps all software teams discover, triage, and prioritize errors in real-time.

Sentry is available as SaaS including a free plan for developers or as download for self-hosting.

This package is a wrapper for

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

[](#installation)

```
$ composer require helhum/sentry-typo3
```

Configuration
-------------

[](#configuration)

Set the dsn in your global configuration:

```
$GLOBALS['TYPO3_CONF_VARS']['EXTCONF']['sentry']['dsn'] = 'http://public_key:secret_key@your-sentry-server.com/project-id';
```

It is possible to change / add other Sentry options like this:

```
$GLOBALS['TYPO3_CONF_VARS']['EXTCONF']['sentry'][];
```

Since the integration is purely done with log writers, make sure you add at least one writer. It is recommended to add a global writer as follows:

```
$GLOBALS['TYPO3_CONF_VARS']['LOG']['writerConfiguration'][\TYPO3\CMS\Core\Log\LogLevel::WARNING] = [
    \Helhum\SentryTypo3\Log\Writer\SentryWriter::class => [],
];
```

To get additional information for each error/warning logged, add the breadcrumb writer as well

```
$GLOBALS['TYPO3_CONF_VARS']['LOG']['writerConfiguration'][\TYPO3\CMS\Core\Log\LogLevel::INFO][\Helhum\SentryTypo3\Log\Writer\SentryBreadcrumbWriter::class] = [];
```

If you want to have different environments to filter by in Sentry, you can set them like this:

```
$GLOBALS['TYPO3_CONF_VARS']['SYS']['environment'] = 'development';
```

Where should I put the configuration?
-------------------------------------

[](#where-should-i-put-the-configuration)

This package expects settings to be exposed in main TYPO3 configuration (aka `TYPO3\_CONF\_VARS). How you expose it, totally depends on your use case, your deployment strategy and project structure.

This means: Put the configuration in either `LocalConfiguration.php` or `AdditionalConfiguration.php` depending on your needs and structure of your project.

How to test the connection to Sentry?
-------------------------------------

[](#how-to-test-the-connection-to-sentry)

Run `typo3 sentry:test` cli command, that is provided and some messages should be reported to the configured Sentry endpoint.

Improvements / Issues
---------------------

[](#improvements--issues)

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

###  Health Score

38

—

LowBetter than 85% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity39

Limited adoption so far

Community15

Small or concentrated contributor base

Maturity62

Established project with proven stability

 Bus Factor1

Top contributor holds 84.2% 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 ~174 days

Recently: every ~14 days

Total

8

Last Release

1166d ago

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/904370?v=4)[Helmut Hummel](/maintainers/helhum)[@helhum](https://github.com/helhum)

---

Top Contributors

[![helhum](https://avatars.githubusercontent.com/u/904370?v=4)](https://github.com/helhum "helhum (16 commits)")[![peterkraume](https://avatars.githubusercontent.com/u/4234704?v=4)](https://github.com/peterkraume "peterkraume (3 commits)")

---

Tags

sentrytypo3typo3-sentryerror-reportingsentrytypo3

###  Code Quality

Static AnalysisPHPStan

Code StylePHP CS Fixer

Type Coverage Yes

### Embed Badge

![Health badge](/badges/helhum-sentry-typo3/health.svg)

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

###  Alternatives

[justbetter/magento2-sentry

Magento 2 Logger for Sentry

1851.5M3](/packages/justbetter-magento2-sentry)[networkteam/sentry-client

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

371.0M4](/packages/networkteam-sentry-client)[notamedia/yii2-sentry

Yii2 logger for Sentry

1272.0M2](/packages/notamedia-yii2-sentry)[pagemachine/typo3-formlog

Form log for TYPO3

23225.3k6](/packages/pagemachine-typo3-formlog)[phptek/sentry

Sentry.io integration for SilverStripe. Binds Sentry.io to SilverStripe's error &amp; exception handling subsystem.

15203.5k3](/packages/phptek-sentry)[minbaby/hyperf-sentry

1926.7k](/packages/minbaby-hyperf-sentry)

PHPackages © 2026

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