Download the PHP package aoe/sentry-client-js without Composer
On this page you can find all versions of the php package aoe/sentry-client-js. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download aoe/sentry-client-js
More information about aoe/sentry-client-js
Files in aoe/sentry-client-js
Download aoe/sentry-client-js
More information about aoe/sentry-client-js
Files in aoe/sentry-client-js
Vendor aoe
Package sentry-client-js
Short Description TYPO3 extension for client-side error logging with Sentry
License GPL-3.0
Homepage https://github.com/AOEpeople/TYPO3-sentry-client-js
Package sentry-client-js
Short Description TYPO3 extension for client-side error logging with Sentry
License GPL-3.0
Homepage https://github.com/AOEpeople/TYPO3-sentry-client-js
Please rate this library. Is it a good library?
Informations about the package sentry-client-js
TYPO3-sentry-client-js
TYPO3 Extension to integrate client-side error reporting with Sentry. IMPORTANT: We don't support this extension anymore. This extension will be archived.
Description
The extension adds the Sentry JavaScript library (Raven.js) into your page.
Example Output
<script src="https://cdn.ravenjs.com/3.8.0/raven.min.js" crossorigin="anonymous"></script>
<script>Raven.config('https://[email protected]/xxxxxx').install();</script>
Installation
composer require aoe/sentry-client-js
After the Extension is installed, you can add the Static Include for the Extension (sentry_client_js).
Configuration
You can set your Sentry client key (DSN) with a TypoScript constant:
const.tx_sentry_client_js.dsn = https://[email protected]/xxxxxx
You can set the desired Raven.js version:
const.tx_sentry_client_js.client_version = 3.13.1
Activate / Deactivate
If you do not set your DSN the script is not included.
All versions of sentry-client-js with dependencies
PHP Build Version
Package Version
Requires
php Version
^7.4 || ^8.0
cweagans/composer-patches Version ~1.0
typo3/cms-core Version ^11.5
cweagans/composer-patches Version ~1.0
typo3/cms-core Version ^11.5
The package aoe/sentry-client-js contains the following files
Loading the files please wait ....