Skip to main content

A Sentry extension which integrates with Fogbugz

Project description

An extension for Sentry which integrates with Fogbugz Bug Tracking. Specifically, it allows you to easily create cases from events within Sentry.

Install

pip install sentry-fogbugz

Get a FogBugz XML API Token

Open a browser and load the following URL into it, replacing the text in [square brackets] with values appropriate to your install:

https://[yourfogbugz]/api.asp?cmd=logon&email=[youremail]&password=[yourpassword]

The API should give you an XML response with a token that looks something like this:

<response>
    <token>
        <![CDATA[ TOKEN_STRING ]]>
   </token>
</response>

Reference: How To Get a FogBugz XML API Token ( From Fog Creek )

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page