2017 © Pedro Peláez
 

symfony-bundle sentry-symfony

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

image

duxet/sentry-symfony

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

  • Friday, November 3, 2017
  • by duxet
  • Repository
  • 0 Watchers
  • 0 Stars
  • 1,971 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 49 Forks
  • 0 Open issues
  • 16 Versions
  • 4 % Grown

The README.md

sentry-symfony

Symfony integration for Sentry., (*1)

Build Status, (*2)

Installation

Step 1: Download the Bundle

Open a command console, enter your project directory and execute the following command to download the latest stable version of this bundle:, (*3)

$ composer require sentry/sentry-symfony

This command requires you to have Composer installed globally, as explained in the installation chapter of the Composer documentation., (*4)

Step 2: Enable the Bundle

Then, enable the bundle by adding it to the list of registered bundles in the app/AppKernel.php file of your project:, (*5)

<?php
// app/AppKernel.php

// ...
class AppKernel extends Kernel
{
    public function registerBundles()
    {
        $bundles = array(
            // ...

            new Sentry\SentryBundle\SentryBundle(),
        );

        // ...
    }

    // ...
}

Step 3: Configure the SDK

Add your DSN to app/config/config.yml:, (*6)


sentry: dsn: "https://public:secret@sentry.example.com/1"

Configuration

The following can be configured via app/config/config.yml:, (*7)

app_path

The base path to your application. Used to trim prefixes and mark frames as part of your application., (*8)

sentry:
    app_path: "/path/to/myapp"

dsn

sentry:
    dsn: "https://public:secret@sentry.example.com/1"

environment

The environment your code is running in (e.g. production)., (*9)

sentry:
    environment: "%kernel.environment%"

release

The version of your application. Often this is the git sha., (*10)

sentry:
    release: "beeee2a06521a60e646bbb8fe38702e61e4929bf"

prefixes

A list of prefixes to strip from filenames. Often these would be vendor/include paths., (*11)

sentry:
    prefixes:
        - /usr/lib/include

skip some exceptions

sentry:
    skip_capture:
        - "Symfony\\Component\\HttpKernel\\Exception\\HttpExceptionInterface"

error types

Define which error types should be reported., (*12)

sentry:
    error_types: E_ALL & ~E_DEPRECATED & ~E_NOTICE

The Versions

18/05 2017

dev-log-errors

dev-log-errors http://getsentry.com

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

  Sources   Download

Apache-2.0

The Requires

 

The Development Requires

logging symfony errors sentry

27/04 2017

dev-master

9999999-dev http://getsentry.com

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

  Sources   Download

Apache-2.0

The Requires

 

The Development Requires

logging symfony errors sentry

27/04 2017

0.8.0

0.8.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

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