https://github.com/dropbox/phabricator-sentry
Sentry integration for Phabricator
https://github.com/dropbox/phabricator-sentry
Last synced: 4 months ago
JSON representation
Sentry integration for Phabricator
- Host: GitHub
- URL: https://github.com/dropbox/phabricator-sentry
- Owner: dropbox
- License: apache-2.0
- Created: 2014-05-27T19:37:51.000Z (about 12 years ago)
- Default Branch: master
- Last Pushed: 2016-04-02T00:36:28.000Z (about 10 years ago)
- Last Synced: 2025-09-15T18:56:38.417Z (9 months ago)
- Language: PHP
- Size: 141 KB
- Stars: 6
- Watchers: 4
- Forks: 6
- Open Issues: 2
-
Metadata Files:
- Readme: README.rst
- Contributing: CONTRIBUTING.rst
- License: LICENSE
Awesome Lists containing this project
README
About
=====
The ``phabricator-sentry`` project provides integration between `Phabricator `_ and
`Sentry `_.
Setup
-----
1. Drop the code into phabricator/src/extensions/
2. Configure Sentry via http://phabricator.example.com/config/group/sentryconfigoptions/
3. Enjoy errors being reported to Sentry.
Contributing
------------
You'll need to ensure ``arc lint`` is run before commiting, which also should implicitly run ``arc liberate``.