“”

Sentry Client Sentry Client

sentry_client / stable

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

This version supports TYPO3

Older versions also support TYPO3

Composer support

composer req networkteam/sentry-client

Tags

#sentry #client #raven-php #raven

Last upload comment

* Add log message interpolation (Thanks to @sascha-egerer)
* Add Fingerprint to log messages

Downloads by month

Download 4.2.0 External Manual Code Insights Packagist.org
Author
Christoph Lehmann
Company
networkteam GmbH
Last update
30. Sep 2022
First upload
11. Mar 2015
Downloads
76,467
Category
Services
Dependencies
  • TYPO3 (10.4.0 - 11.5.99)

Installation

  1. Download ZIP file
  2. Log into your TYPO3 backend
  3. Go to Extension Manager module
  4. Press the upload button on the top bar
  5. Select the ZIP file and upload it. If you want to overwrite an existing extension installation, activate the checkbox.
  1. Go to your folder where the root composer.json file is located
  2. Type: composer req networkteam/sentry-client to get the latest version that runs on your TYPO3 version.
  1. Download T3X file
  2. Log into your TYPO3 backend
  3. Go to Extension Manager module
  4. Press the upload button on the top bar
  5. Select the T3X file and upload it. If you want to overwrite an existing extension installation, activate the checkbox.

Other extensions by this user (4)

Version history

Version Upload comment Works with TYPO3 Download
4.2.0 / stable
September 30, 2022
* Add log message interpolation (Thanks to @sascha-egerer)
* Add Fingerprint to log messages
10.4.0 - 11.5.99 Download
4.1.0 / stable
May 19, 2022
Release 4.1.0

* Client IP is anonymized with IpAnonymizationUtility::anonymizeIp(). Thanks to @extcode
* Add X-Request-Id as tag. Thanks to @bergo
* Small code optimizations. Thanks to @tlueder and @LeoniePhiline
10.4.0 - 11.5.99 Download
4.0.0 / stable
October 18, 2021
TYPO3 11 LTS Compatibility + Features
+ Add stacktrace to LogWriter messages for message grouping in Sentry
+ Add LogWriter component blacklist

10.4.0 - 11.5.99 Download
3.1.0 / stable
October 14, 2021
* Add experimental LogWriter
* Remove setting activatePageNotFoundHandling
* Ignore PageNotFoundException by default
* Support TYPO3 proxy setting
* Use sentry/sdk:3.1
9.5.0 - 10.5.99 Download
3.0.0 / stable
December 22, 2019
Use new sentry/sdk

!!! Configuration changes needed, see https://github.com/networkteam/sentry_client !!!
9.5.0 - 10.5.99 Download
2.1.0 / stable
May 31, 2019
Add option to ignore database connection errors which is enabled by default (!!!). Such services outages should better be handled by a monitoring system.
8.7.0 - 9.5.99 Download
2.0.3 / stable
November 12, 2018
Support TYPO3 9.5
8.7.0 - 9.5.99 Download
2.0.1 / stable
October 05, 2018
* Fix update issue
8.7.0 - 8.7.99 Download
2.0.0 / stable
September 27, 2018
Release 2.0.0

* Update sentry/sentry to 1.9.2
* New option: Do not send report when client ip matches dev ip mask (Default: On)
* New option: Reported user information may be Disabled/Userid only (Default)/Username and E-Mail
* Use PSR-2
8.7.0 - 8.7.99 Download
1.4.1 / stable
August 29, 2018
Bugfix: Errors are reported in non-production contexts with activated productionOnly setting
8.7.0 - 8.7.99 Download
1.4.0 / stable
August 28, 2018
Support composer and add new option for 404 handling
8.7.0 - 8.7.99 Download
1.2.0 / stable
February 07, 2018
Use throwable in TYPO3 8.7
8.7.0 - 8.7.99 Download
1.1.0 / stable
February 07, 2018
Capture exceptions thrown during rendering of content objects and use new exception handlers
7.6.0 - 7.6.99 Download
1.0.3 / stable
May 16, 2017
Add support for TYPO3 <= 8.7
6.2.0 - 8.7.99 Download
1.0.2 / beta
December 15, 2016
Fix exception when installing a extension
6.2.0 - 7.9.99 Download
1.0.1 / beta
November 28, 2015
Bugfix release
6.2.0 - 7.9.99 Download
1.0.0 / beta
November 24, 2015
Added support for TYPO3 7.X. Added new option "productionOnly" for error reporting in production context only. It's activated by default.
6.2.0 - 7.9.99 Download
0.0.1 / beta
March 11, 2015
Initial release to TER!
6.2.0 - 6.2.99 Download