Package Details: sentry 23.3.1-3

Git Clone URL: https://aur.archlinux.org/sentry.git (read-only, click to copy)
Package Base: sentry
Description: Python-based realtime logging and aggregation server.
Upstream URL: http://pypi.python.org/pypi/sentry
Keywords: sentry
Licenses: BSD
Submitter: zancarius
Maintainer: sergej
Last Packager: sergej
Votes: 14
Popularity: 0.000000
First Submitted: 2012-11-04 17:15 (UTC)
Last Updated: 2023-04-02 00:25 (UTC)

Dependencies (12)

Required by (0)

Sources (8)

Latest Comments

« First ‹ Previous 1 .. 6 7 8 9 10 11

codekoala commented on 2015-02-05 19:01 (UTC)

Perhaps it would make sense to add another systemd service to this package to handle running the celery worker? That was the biggest hurdle I had while playing with sentry this morning. It took me a while to figure out that, by default, the events only appear in the web UI after celery processes them. What do you think?

zancarius commented on 2015-02-05 17:12 (UTC)

Thanks for the kind words @codekoala! They're very much appreciated! I'm in the process of updating it now. The current version of pacman appears to complain about package ownership, if you're upgrading, so I need to implement a workaround. The package should be updated to 7.1.4 later today after testing, etc.

codekoala commented on 2015-02-05 17:08 (UTC)

This is a great package! I've always been scared off from installing sentry in the past, but this makes it incredibly simple. Thanks for putting the time and effort into it :)

zancarius commented on 2014-02-20 17:29 (UTC)

Whoops. Apparently I've been sitting on the updated PKGBUILD for about a month and a half. I guess I need to tweak my update scripts to periodically alert me if my repo and my AUR packages are out of sync. Sorry folks!

zancarius commented on 2013-09-30 07:40 (UTC)

I apologize that it took me some time to update this package. I have no other excuse than I forgot and have been distracted with other obligations!

zancarius commented on 2013-07-24 20:10 (UTC)

I've made some fixes to the PKGBUILD so /opt/sentry/bin/activate should now be usable if you wish to use pip to install packages from PyPI (such as MySQL or PostgreSQL support or any of the various Sentry plugins now available). I've also (hopefully!) clarified the instructions that get spit out from sentry.install. If you have issues, please report them here!

zancarius commented on 2013-04-10 07:32 (UTC)

Added --relocatable as per Abram's suggestion and fixed some additional issues related to the manner in which Sentry is built. This *should* fix Sentry (finally?), and the install script now contains additional information. The service file has been updated to (correctly) use the appropriate environment, so you'll likely need to issue: systemctl --system daemon-reload if you're upgrading. Also of importance: Neither mysql-python nor psycopg2 are installed by default now since the virtualenv does not (and cannot) rely on the system's site-packages. Instructions for adding MySQL or PostgreSQL support are now included in sentry.install (and should display whether you're installing fresh or upgrading). You will probably need to install these by hand following each upgrade, if you need them. If you have upgraded from a much earlier version and are using MySQL, you may encounter problems with a few of the socialauth tables (specifically social_auth_usersocialauth, social_auth_nonce, and social_auth_association). The only options may be to migrate these by hand or drop them. PostgreSQL shouldn't be affected. As always, be sure to create backups of your Sentry database prior to installation. I've tested installation on a couple of Arch machines without issue (but did not try anything prior to 5.1), so if you have further problems with this PKGBUILD, please leave a comment and any relevant error messages. I'll try to fix it as soon as I am able.

zancarius commented on 2012-11-09 20:52 (UTC)

python-anyjson has been changed to python2-anyjson. Please update python-anyjson (the Python 3 package) or uninstall Sentry and python-anyjson first, otherwise you'll encounter file system conflicts when updating Sentry and its dependencies.