2017 © Pedro Peláez
 

symfony-bundle sentry-symfony

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

image

sentry/sentry-symfony

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

  • Friday, July 27, 2018
  • by zeeg
  • Repository
  • 10 Watchers
  • 163 Stars
  • 1,421,670 Installations
  • PHP
  • 11 Dependents
  • 0 Suggesters
  • 51 Forks
  • 9 Open issues
  • 46 Versions
  • 18 % Grown

The README.md

Sentry , (*1)

Bad software is everywhere, and we're tired of it. Sentry is on a mission to help developers write better software faster, so we can get back to enjoying technology. If you want to join us Check out our open positions, (*2)

Official Sentry SDK for Symfony

Stable release License Total Downloads Monthly Downloads, (*3)

CI ![Coverage Status][Master Code Coverage Image] Discord, (*4)

This is the official Symfony SDK for Sentry., (*5)

Getting Started

Install

Install the SDK using Composer., (*6)

composer require sentry/sentry-symfony

Configure

Add the Sentry DSN to your .env file., (*7)

###> sentry/sentry-symfony ###
SENTRY_DSN="https://public@sentry.example.com/1"
###< sentry/sentry-symfony ###

Usage

use function Sentry\captureException;

try {
    $this->functionThatMayFail();
} catch (\Throwable $exception) {
    captureException($exception);
}

Symfony Version Compatibility

Contributing to the SDK

Please refer to CONTRIBUTING.md., (*8)

Getting help/support

If you need help setting up or configuring the Symfony SDK (or anything else in the Sentry universe) please head over to the Sentry Community on Discord. There is a ton of great people in our Discord community ready to help you!, (*9)

Resources

  • Documentation
  • Discord
  • Stack Overflow
  • Twitter Follow

License

Licensed under the MIT license, see LICENSE, (*10)

The Versions

27/07 2017

dev-restore_master_after_0.8_release

dev-restore_master_after_0.8_release http://getsentry.com

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

  Sources   Download

Apache-2.0

The Requires

 

The Development Requires

logging symfony errors sentry

17/05 2017

dev-improvements_on_pr_47

dev-improvements_on_pr_47 http://getsentry.com

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

  Sources   Download

Apache-2.0

The Requires

 

The Development Requires

logging symfony errors sentry

26/01 2017

dev-releases/0.7.x

dev-releases/0.7.x http://getsentry.com

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

  Sources   Download

Apache-2.0

The Requires

 

The Development Requires

logging symfony errors sentry

26/01 2017

0.7.1

0.7.1.0 http://getsentry.com

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

  Sources   Download

Apache-2.0

The Requires

 

The Development Requires

logging symfony errors sentry

20/01 2017

0.7.0

0.7.0.0 http://getsentry.com

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

  Sources   Download

Apache-2.0

The Requires

 

The Development Requires

logging symfony errors sentry

24/10 2016

dev-releases/0.6.x

dev-releases/0.6.x http://getsentry.com

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

  Sources   Download

Apache-2.0

The Requires

 

The Development Requires

logging symfony errors sentry

24/10 2016

0.6.0

0.6.0.0 http://getsentry.com

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

  Sources   Download

Apache-2.0

The Requires

 

The Development Requires

logging symfony errors sentry

08/09 2016

dev-releases/0.5.x

dev-releases/0.5.x http://getsentry.com

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

  Sources   Download

Apache-2.0

The Requires

 

The Development Requires

logging symfony errors sentry

08/09 2016

0.5.0

0.5.0.0 http://getsentry.com

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

  Sources   Download

Apache-2.0

The Requires

 

The Development Requires

logging symfony errors sentry

21/07 2016

0.4.0

0.4.0.0 http://getsentry.com

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

  Sources   Download

Apache-2.0

The Requires

 

The Development Requires

logging symfony errors sentry

19/05 2016

0.3.0

0.3.0.0 http://getsentry.com

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

  Sources   Download

Apache-2.0

The Requires

 

The Development Requires

logging symfony errors sentry

17/05 2016

0.2.1

0.2.1.0 http://getsentry.com

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

  Sources   Download

Apache-2.0

The Requires

 

The Development Requires

logging symfony errors sentry

17/05 2016

0.2.0

0.2.0.0 http://getsentry.com

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

  Sources   Download

Apache-2.0

The Requires

 

The Development Requires

logging symfony errors sentry

29/04 2016

0.1.0

0.1.0.0 http://getsentry.com

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

  Sources   Download

Apache-2.0

The Requires

 

The Development Requires

logging symfony errors sentry