PHPackages                             ee/exceptionjs-bundle - 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. [Utility &amp; Helpers](/categories/utility)
4. /
5. ee/exceptionjs-bundle

ActiveLibrary[Utility &amp; Helpers](/categories/utility)

ee/exceptionjs-bundle
=====================

Easy to use javascript errors catcher for Symfony 2.x

0323[1 PRs](https://github.com/EE/ExceptionJS/pulls)PHP

Since Sep 2Pushed 12y ago3 watchersCompare

[ Source](https://github.com/EE/ExceptionJS)[ Packagist](https://packagist.org/packages/ee/exceptionjs-bundle)[ RSS](/packages/ee-exceptionjs-bundle/feed)WikiDiscussions master Synced 1mo ago

READMEChangelogDependenciesVersions (1)Used By (0)

Bundle catches javascript errors and saves them in server logs

*Work in progress, not ready for production usage*

### Installation

[](#installation)

Download EEExceptionJSBundle using composer

Add EEExceptionJSBundle in your composer.json:

```
{
    "require": {
        "ee/exceptionjs-bundle": "dev-master"
    }
}

```

Tell composer to download the bundle by running the command:

```
$ php composer.phar update ee/exceptionjs-bundle

```

Composer will install the bundle to your project's vendor/ee directory.

```
