PHPackages                             offline/oc-sentry-plugin - 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. offline/oc-sentry-plugin

ActiveOctober-plugin

offline/oc-sentry-plugin
========================

Sentry integration for October CMS

v3.1.1(10mo ago)626.7k↓17.4%8MITPHPPHP ^7.2|^8.0

Since Dec 21Pushed 10mo ago3 watchersCompare

[ Source](https://github.com/OFFLINE-GmbH/oc-sentry-plugin)[ Packagist](https://packagist.org/packages/offline/oc-sentry-plugin)[ RSS](/packages/offline-oc-sentry-plugin/feed)WikiDiscussions master Synced 1mo ago

READMEChangelogDependencies (2)Versions (24)Used By (0)

oc-sentry-plugin
================

[](#oc-sentry-plugin)

> Sentry integration for October CMS

Setup
-----

[](#setup)

Simply add your Sentry DSN to your `.env` file:

```
SENTRY_LARAVEL_DSN=https://your@dsn.ingest.sentry.io/12345678
```

Configuration
-------------

[](#configuration)

To configure this plugin, create a `config/sentry.php` file and add whatever configuration you need according to the [Sentry documentation](https://docs.sentry.io/platforms/php/guides/laravel/configuration/).

Capture custom messages
-----------------------

[](#capture-custom-messages)

Use the following syntax to send custom messages to your Sentry logs.

```
\Sentry\withScope(function (\Sentry\State\Scope $scope): void {
    $scope->setExtras([
        'custom' => 'value'
    ]);

    \Sentry\captureMessage('Something happened!');
});
```

Upgrade from 2.x to 3.x
-----------------------

[](#upgrade-from-2x-to-3x)

In version 3.0, this plugin was simplified considerably. You can now specify your settings via the `config/sentry.php` file. The old backend settings page is no longer available.

To upgrade to this new version, you must add your Sentry DSN to your `.env` file:

```
SENTRY_LARAVEL_DSN=https://your@dsn.ingest.sentry.io/12345678
```

###  Health Score

49

—

FairBetter than 95% of packages

Maintenance53

Moderate activity, may be stable

Popularity35

Limited adoption so far

Community17

Small or concentrated contributor base

Maturity76

Established project with proven stability

 Bus Factor1

Top contributor holds 83.6% of commits — single point of failure

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

Recently: every ~166 days

Total

23

Last Release

325d ago

Major Versions

v1.0.3 → v2.0.02020-04-22

v2.1.15 → v3.0.02023-08-30

PHP version history (4 changes)v1.0.3PHP &gt;=5.5.9

v2.0.0PHP ^7.1

v2.1.3PHP ^7.1|^8.0

v2.1.8PHP ^7.2|^8.0

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/8600029?v=4)[Tobias Kündig](/maintainers/tobias-kuendig)[@tobias-kuendig](https://github.com/tobias-kuendig)

---

Top Contributors

[![tobias-kuendig](https://avatars.githubusercontent.com/u/8600029?v=4)](https://github.com/tobias-kuendig "tobias-kuendig (46 commits)")[![DieterHolvoet](https://avatars.githubusercontent.com/u/3606531?v=4)](https://github.com/DieterHolvoet "DieterHolvoet (4 commits)")[![prhost](https://avatars.githubusercontent.com/u/3984760?v=4)](https://github.com/prhost "prhost (2 commits)")[![vojtasvoboda](https://avatars.githubusercontent.com/u/374917?v=4)](https://github.com/vojtasvoboda "vojtasvoboda (2 commits)")[![martijngastkemper](https://avatars.githubusercontent.com/u/250662?v=4)](https://github.com/martijngastkemper "martijngastkemper (1 commits)")

---

Tags

error-reportingoctobercmsoctobercms-pluginsentrysentryoctoberoctobercms

### Embed Badge

![Health badge](/badges/offline-oc-sentry-plugin/health.svg)

```
[![Health](https://phpackages.com/badges/offline-oc-sentry-plugin/health.svg)](https://phpackages.com/packages/offline-oc-sentry-plugin)
```

###  Alternatives

[rainlab/blog-plugin

Blog plugin for October CMS

17257.7k](/packages/rainlab-blog-plugin)[rainlab/builder-plugin

Builder plugin for October CMS

17147.2k1](/packages/rainlab-builder-plugin)[rainlab/translate-plugin

Translate plugin for October CMS

12666.5k9](/packages/rainlab-translate-plugin)[rainlab/pages-plugin

Pages plugin for October CMS

12252.4k4](/packages/rainlab-pages-plugin)[rainlab/user-plugin

User plugin for October CMS

11954.3k13](/packages/rainlab-user-plugin)[rainlab/sitemap-plugin

Sitemap plugin for October CMS

2277.8k1](/packages/rainlab-sitemap-plugin)

PHPackages © 2026

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