PHPackages                             onedrop/shopware-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. onedrop/shopware-sentry

ActiveShopware-plugin[Logging &amp; Monitoring](/categories/logging)

onedrop/shopware-sentry
=======================

Sentry integration for Shopware

2.2.0(3y ago)2055.8k8[2 issues](https://github.com/1drop/shopware-sentry/issues)MITPHP

Since Mar 21Pushed 3y ago5 watchersCompare

[ Source](https://github.com/1drop/shopware-sentry)[ Packagist](https://packagist.org/packages/onedrop/shopware-sentry)[ RSS](/packages/onedrop-shopware-sentry/feed)WikiDiscussions v2 Synced 1w ago

READMEChangelog (10)Dependencies (3)Versions (20)Used By (0)

OdSentry plugin for Shopware 5.6
================================

[](#odsentry-plugin-for-shopware-56)

What is Sentry
--------------

[](#what-is-sentry)

[Sentry](https://sentry.io) is a modern error tracking platform. You can log and trace errors in Sentry and collect directly feedback from user.

[![Detail](https://camo.githubusercontent.com/ad8a5533acc40d163fcd45f571560e7b5b0d103c8f48bc96f5017b2069d50121/68747470733a2f2f64726976652e676f6f676c652e636f6d2f75633f6578706f72743d766965772669643d30425f4b705858416f2d37492d61576f354d693144576b78714e7a67)](https://camo.githubusercontent.com/ad8a5533acc40d163fcd45f571560e7b5b0d103c8f48bc96f5017b2069d50121/68747470733a2f2f64726976652e676f6f676c652e636f6d2f75633f6578706f72743d766965772669643d30425f4b705858416f2d37492d61576f354d693144576b78714e7a67)

Sentry can:

- show error traces
- notify on Slack, Jira, GitHub, GitLab, HipChat, etc.
- use business rules (error must occure more than twice in 24h)
- do reporting
- track error occurrences with releases
- be easily self-hosted with docker

What this plugin does
---------------------

[](#what-this-plugin-does)

This plugin gives you the possibility to collect errors that occured in Shopware to a custom Sentry project.

- collects PHP errors in frontend and backend (can be switched on/off)
- collects JS errors in frontend (can be switched on/off)
- collect user feedback in the frontend if a PHP error occured (can be switched on/off)

[![Configuration](https://camo.githubusercontent.com/23e7e7b2ec23c89f498f16e0ceeb101f3317253e03a67a1c41fb2b64a3865089/68747470733a2f2f64726976652e676f6f676c652e636f6d2f75633f6578706f72743d766965772669643d30425f4b705858416f2d37492d5a6b78714c5546545a3155784e6e63)](https://camo.githubusercontent.com/23e7e7b2ec23c89f498f16e0ceeb101f3317253e03a67a1c41fb2b64a3865089/68747470733a2f2f64726976652e676f6f676c652e636f6d2f75633f6578706f72743d766965772669643d30425f4b705858416f2d37492d5a6b78714c5546545a3155784e6e63)

User Feedback
-------------

[](#user-feedback)

If you enable it and a catchable error occurs, the user will be asked to provide additional feedback:

[![User Feedback](https://camo.githubusercontent.com/1471b5c171596d10d952bf5f762d23484c5acdb3bb3d00a8d682582abfa52884/68747470733a2f2f64726976652e676f6f676c652e636f6d2f75633f6578706f72743d766965772669643d30425f4b705858416f2d37492d513239524d485a7a5a6b643154306b)](https://camo.githubusercontent.com/1471b5c171596d10d952bf5f762d23484c5acdb3bb3d00a8d682582abfa52884/68747470733a2f2f64726976652e676f6f676c652e636f6d2f75633f6578706f72743d766965772669643d30425f4b705858416f2d37492d513239524d485a7a5a6b643154306b)

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

[](#installation)

**Requires PHP &gt;= 7.1 !!**

### Load plugin

[](#load-plugin)

#### Composer (Shopware 5.5+)

[](#composer-shopware-55)

- Install via composer `composer require onedrop/shopware-sentry`

#### Git Version

[](#git-version)

- Checkout plugin in `git clone https://github.com/1drop/shopware-sentry.git custom/plugins/OdSentry`
- Install dependencies `composer install`

#### Shopware plugin store

[](#shopware-plugin-store)

Plugin can be ordered for free in your plugin manager or in [Shopware plugin store](https://store.shopware.com/ods3018122618489f/sentry.html)

### Install plugin

[](#install-plugin)

#### CLI

[](#cli)

- Install plugin `php ./bin/console sw:plugin:install OdSentry`
- Get plugin config `php ./bin/console sw:plugin:config:list OdSentry` (based on `custom/plugins/OdSentry/Resources/config.xml`)
- Set plugin config e.g. `php ./bin/console sw:plugin:config:set OdSentry sentryLogPhp true`
- Activate plugin `php ./bin/console sw:plugin:activate OdSentry`
- (optional) Clear cache `php ./bin/console sw:cache:clear`

#### Web

[](#web)

- Install the plugin with the "Plugin Manager"
- Configure the plugin

### Skip Exceptions

[](#skip-exceptions)

Since 1.1.1 it is possible to skip exceptions for capture add following snippet to our config.php

```
'sentry' => [
    'skip_capture' => [
        Symfony\Component\Console\Exception\CommandNotFoundException::class,
        Enlight_Controller_Exception::class,
//        Shopware\Components\Api\Exception\NotFoundException:class,
        MyCustomException::class
    ]
]
```

Authors
-------

[](#authors)

- Hans Höchtl &lt;hhoechtl\[at\]1drop.de&gt;
- Soner Sayakci &lt;s.sayakci\[at\]gmail.com&gt;

###  Health Score

40

—

FairBetter than 88% of packages

Maintenance18

Infrequent updates — may be unmaintained

Popularity36

Limited adoption so far

Community20

Small or concentrated contributor base

Maturity72

Established project with proven stability

 Bus Factor2

2 contributors hold 50%+ of commits

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 ~113 days

Recently: every ~188 days

Total

19

Last Release

1302d ago

Major Versions

1.2.3 → 2.0.02019-11-03

### Community

Maintainers

![](https://www.gravatar.com/avatar/c9981d7d0fbccdbcdcabb31ab1c3db179c18de527d2f9cb73a8fc347a6b00bc9?d=identicon)[onedrop](/maintainers/onedrop)

---

Top Contributors

[![shyim](https://avatars.githubusercontent.com/u/6224096?v=4)](https://github.com/shyim "shyim (9 commits)")[![htuscher](https://avatars.githubusercontent.com/u/5076356?v=4)](https://github.com/htuscher "htuscher (5 commits)")[![marcelloceschia](https://avatars.githubusercontent.com/u/203448?v=4)](https://github.com/marcelloceschia "marcelloceschia (3 commits)")[![Linusten](https://avatars.githubusercontent.com/u/9747039?v=4)](https://github.com/Linusten "Linusten (2 commits)")[![7underlines](https://avatars.githubusercontent.com/u/17121556?v=4)](https://github.com/7underlines "7underlines (1 commits)")[![xf-](https://avatars.githubusercontent.com/u/1295633?v=4)](https://github.com/xf- "xf- (1 commits)")[![pascalheidmann](https://avatars.githubusercontent.com/u/19560252?v=4)](https://github.com/pascalheidmann "pascalheidmann (1 commits)")[![schliflo](https://avatars.githubusercontent.com/u/9881672?v=4)](https://github.com/schliflo "schliflo (1 commits)")[![teiling88](https://avatars.githubusercontent.com/u/4624237?v=4)](https://github.com/teiling88 "teiling88 (1 commits)")

---

Tags

sentryshopwareshopware-plugin

### Embed Badge

![Health badge](/badges/onedrop-shopware-sentry/health.svg)

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

###  Alternatives

[sentry/sentry

PHP SDK for Sentry (http://sentry.io)

1.9k227.1M273](/packages/sentry-sentry)[illuminate/log

The Illuminate Log package.

6224.3M518](/packages/illuminate-log)[open-telemetry/api

API for OpenTelemetry PHP.

1933.0M214](/packages/open-telemetry-api)[open-telemetry/sdk

SDK for OpenTelemetry PHP.

2322.9M248](/packages/open-telemetry-sdk)[pagemachine/typo3-formlog

Form log for TYPO3

23225.3k6](/packages/pagemachine-typo3-formlog)[markrogoyski/simplelog-php

Powerful PSR-3 logging. So easy, it's simple.

2818.1k4](/packages/markrogoyski-simplelog-php)

PHPackages © 2026

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