Path: csiph.com!fu-berlin.de!uni-berlin.de!not-for-mail From: Christopher Arndt Newsgroups: de.comp.lang.python Subject: Re: [Python-de] Uncaught Exception im Prod Date: Tue, 17 Oct 2017 11:27:22 +0200 Lines: 11 Message-ID: References: <342bf359-8d45-6e4e-7fe7-4c9fe247066d@thomas-guettler.de> <78caf152-df6f-3ed1-504c-470e35b5ea2c@chrisarndt.de> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Trace: news.uni-berlin.de VXvuBnQYJwohGKmFdBgN9wTuvmsIC7mP36qov8UYBnyQ== Return-Path: X-Original-To: python-de@python.org Delivered-To: python-de@mail.python.org X-Virus-Scanned: Debian amavisd-new at mx01.0x20.eu User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:52.0) Gecko/20100101 Thunderbird/52.3.0 In-Reply-To: <342bf359-8d45-6e4e-7fe7-4c9fe247066d@thomas-guettler.de> Content-Language: de-DE X-BeenThere: python-de@python.org X-Mailman-Version: 2.1.24 Precedence: list List-Id: Die Deutsche Python Mailingliste List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-Mailman-Original-Message-ID: <78caf152-df6f-3ed1-504c-470e35b5ea2c@chrisarndt.de> X-Mailman-Original-References: <342bf359-8d45-6e4e-7fe7-4c9fe247066d@thomas-guettler.de> Xref: csiph.com de.comp.lang.python:4983 Am 17.10.2017 um 10:40 schrieb Thomas Güttler: > Wie behandelt ihr Exceptions[1] im Prod? Sentry (https://sentry.io/) mit Raven (https://pypi.python.org/pypi/raven). Man kann das, wenn man will, auch auf einem eigenen Server laufen lassen (https://docs.sentry.io/server/) und auch an JIRA anbinden. Chris