PHPackages                             turbine-kreuzberg/spryker-sentry - 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. turbine-kreuzberg/spryker-sentry

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

turbine-kreuzberg/spryker-sentry
================================

Enable Sentry.io in your Spryker Shop easily with this Package/SDK

0.1.2(3y ago)047.6k↓37.5%1[5 PRs](https://github.com/turbine-kreuzberg/spryker-sentry/pulls)MITPHPPHP &gt;=7.3CI failing

Since Dec 7Pushed 2mo ago5 watchersCompare

[ Source](https://github.com/turbine-kreuzberg/spryker-sentry)[ Packagist](https://packagist.org/packages/turbine-kreuzberg/spryker-sentry)[ RSS](/packages/turbine-kreuzberg-spryker-sentry/feed)WikiDiscussions main Synced 1mo ago

READMEChangelog (3)Dependencies (8)Versions (11)Used By (0)

Spryker Sentry
==============

[](#spryker-sentry)

About the package
-----------------

[](#about-the-package)

This package enables [Sentry.io](https://sentry.io) to work with your [Spryker](https://spryker.com) shop by extending the Monitoring Module of Spryker and adding other hooks to here and there to enhance the data in Sentry.

### Features

[](#features)

- Integration of [Sentry.io](https://sentry.io) with the Spryker [Monitoring Module](https://github.com/spryker/monitoring)
- Possibility to ignore certain Exceptions with a configuration key

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

[](#installation)

### Composer

[](#composer)

To get the latest version, simply require the package using [Composer](https://getcomposer.org):

```
composer require turbine-kreuzberg/spryker-sentry
```

### Configuration

[](#configuration)

Add the `TurbineKreuzberg` namespace to the `PROJECT_NAMESPACES` in your `config/Shared/config_default.php` file and configure the Sentry DSN:

```
$config[KernelConstants::PROJECT_NAMESPACES] = [
    'TurbineKreuzberg',
    // ...
];

$config[\TurbineKreuzberg\Shared\Sentry\SentryConstants::DSN] = '';
```

Add the `SentryMonitoringExtensionPlugin` to `Pyz\Service\Monitoring\MonitoringDependencyProvider`:

```
