PHPackages                             andersundsehr/sentry-async - 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. andersundsehr/sentry-async

ActiveSymfony-bundle[Logging &amp; Monitoring](/categories/logging)

andersundsehr/sentry-async
==========================

Asynchronous Sentry for Symfony - Fire and forget

3.1.0(6mo ago)22.3k11MITPHPPHP ~8.2.0 || ~8.3.0 || ~8.4.0 || ~8.5.0CI passing

Since Jun 15Pushed 6mo ago2 watchersCompare

[ Source](https://github.com/andersundsehr/sentry-async)[ Packagist](https://packagist.org/packages/andersundsehr/sentry-async)[ Docs](https://www.andersundsehr.com)[ RSS](/packages/andersundsehr-sentry-async/feed)WikiDiscussions master Synced 2w ago

READMEChangelog (3)Dependencies (11)Versions (7)Used By (1)

Configuration
=============

[](#configuration)

To enable the asynchronous transport configure sentry to use our transport factory.
The extension is shipped with a default file\_queue, which may be configured in *config/packages/sentry.yaml*

```
sentry:
  options:
    transport: AUS\SentryAsync\Transport\QueueTransport

sentry_async:
  file_queue:
    compress: true
    limit: 200
    directory: '%kernel.cache_dir%/sentry_async/'
```

Indeed, you can use another queue functionality and do things on your own *config/services.yaml* implementing \\AUS\\SentryAsync\\Queue\\QueueInterface

```
  App\Queue\ExampleQueue:
    public: true

  AUS\SentryAsync\Transport\QueueTransport:
    $queue: '@App\Queue\ExampleQueue'
```

You can also change the Entry implementation, if you want to carry extradata for your imlpementation.

```
sentry_async:
  entry_factory:
    entry_class: 'AUS\SentryAsync\Entry\Entry'
```

###  Health Score

48

—

FairBetter than 94% of packages

Maintenance67

Regular maintenance activity

Popularity26

Limited adoption so far

Community14

Small or concentrated contributor base

Maturity70

Established project with proven stability

 Bus Factor1

Top contributor holds 72.2% 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 ~254 days

Recently: every ~187 days

Total

6

Last Release

193d ago

Major Versions

0.0.0 → 1.0.02023-11-24

1.0.0 → 2.0.02025-01-14

2.1.0 → 3.0.02025-08-19

PHP version history (2 changes)3.0.0PHP ~8.2.0 || ~8.3.0 || ~8.4.0

3.1.0PHP ~8.2.0 || ~8.3.0 || ~8.4.0 || ~8.5.0

### Community

Maintainers

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

---

Top Contributors

[![weakbit](https://avatars.githubusercontent.com/u/12049749?v=4)](https://github.com/weakbit "weakbit (13 commits)")[![Kanti](https://avatars.githubusercontent.com/u/471387?v=4)](https://github.com/Kanti "Kanti (4 commits)")[![firstred](https://avatars.githubusercontent.com/u/6775736?v=4)](https://github.com/firstred "firstred (1 commits)")

---

Tags

symfonyloggingerrorssentry

### Embed Badge

![Health badge](/badges/andersundsehr-sentry-async/health.svg)

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

###  Alternatives

[tempest/framework

The PHP framework that gets out of your way.

2.2k31.1k12](/packages/tempest-framework)[telnyx/telnyx-php

Official Telnyx PHP SDK — APIs for Voice, SMS, MMS, WhatsApp, Fax, SIP Trunking, Wireless IoT, Call Control, and more. Build global communications on Telnyx's private carrier-grade network.

35729.6k2](/packages/telnyx-telnyx-php)[aws/aws-sdk-php

AWS SDK for PHP - Use Amazon Web Services in your PHP project

6.2k532.1M2.5k](/packages/aws-aws-sdk-php)[sentry/sentry-symfony

Symfony integration for Sentry (http://getsentry.com)

73764.5M84](/packages/sentry-sentry-symfony)[neuron-core/neuron-ai

The PHP Agentic Framework.

2.0k496.1k33](/packages/neuron-core-neuron-ai)[flow-php/flow

PHP ETL - Extract Transform Load - Data processing framework

84735.1k](/packages/flow-php-flow)

PHPackages © 2026

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