# The target sentry server. Please use the endpoint url found under "Client Keys" the settings of the project in sentry
server:
    url: http://78035f75ab104fa389313d54a01b959e:51422fe7c5ca47b49cfc721d3bb7a872@sentry.condenastdigital.de/36

logging:
    level:   250     # Minimum level of events to log. Can be found in the Monolog Documentation. 250 means Logger::NOTICE
    bubble:  false   # Should other handlers also process this event? The default of false is correct mos of the time.

filters:
    # A list of regexp patterns to be matched on the Exception class name. Matches will NOT be relayed
    exception:
        - /NotFoundHttpExceptihon$/
        - /HttpException$/

    # A list of regexp patterns to be matched on the message. Matches will NOT be relayed
    message:
        - /^Redirecting to/
        - /Requested specific query '(.*)', not found.$/