You cannot post messages because only members can post, and you are not currently a member.
Description:
Sentry is a real-time event logging and aggregation service
|
|
|
Sentry ignoring requests from certain servers
|
| |
Hi Guys, I have Sentry working in our dev environment (Open Source edition). But when I roll our implementation of RavenJava out to our staging environment it does not work. The only difference I can see (aside from the IP address range) is that the Staging environment accesses sentry via a firewall which... more »
|
|
Overriding the checksum of an event client-side
|
| |
Hi, I'm trying to understand how Sentry groups its messages. From the different sources I checked it looks like a message will receive a checksum which identifies the group under which it will be "saved". [1] What I don't completely understand is how these checksums are generated. Apparently it will be either sent by the client or will be created by on of... more »
|
|
Scripted Installation: Setup django superuser
|
| |
Hey group, I'm about to setup setup sentry using a configuration management tool (I use salt stack, which is a configuration management tool similar to puppet or chef). For that I would have to script and parameterize all the steps needed to installation. I use postgres as a database backend. Now while the steps needed to installing sentry are not rocket science... more »
|
|
Add a test button to the plugin
|
| |
Hi,
I've been trying to implement the "test button" into the sentry-irc
plugin[1], basically I've done a branch with the templates for the plugin
configuration page, but I'm stucked.
I've added a new submit button with a value to test payload, but seems when
the form is submited, it goes to
sentry.web.frontend.projects.c onfigure_project_plugin[2] and I don't know... more »
|
|
Logging to Sentry from a Celery Task
|
| |
I'm having an issue logging to Sentry from within a celery task. Errors in tasks work fine. However, when I try to manually log an event, it gets logged to the celery logs, but not to the sentry server. The code I'm using is: @task def myWorker(): logger = logging.getLogger('celery.task ') logger.addHandler(SentryHandle r())... more »
|
|
Request reporting for django + raven + standard exceptions
|
| |
I recently updated a project to Django 1.5, Raven 3.3, and Sentry 5.X. By and large, the upgrade went smoothly, but I notice that for many exceptions, a request is not being reported. (I'm not certain whether this is related to the upgrade, or to different types of exceptions being encountered.)... more »
|
|
Celery exceptions create two events
|
| |
I've got Sentry logging working great with my Django project but I've having an odd problem with reporting errors from inside Celery tasks. I'm getting two events for every exception logged, one from celery.worker.log and one from the root logger. The one from the root logger doesn't have any of the log-related "additional data" that the one... more »
|
|
Replacement for Nagios
|
| |
Hi,
we want to switch our simple server monitoring tool (not nagios, but something like this).
Since we develop with Python and Django, sentry looks like it could be a part of our new solution.
AFAIK sentry has no scheduler, which starts check scripts, but that can be solved.
Is there anybody who things sentry can be used for transporting and... more »
|
|
sentry and django logger can not be coexist?
|
| |
hi all! i am new for sentry in myproject today 。
but i have some question , previously used django logger tool do not work,i dont understand ,the sentry and django logger can not be coexist? or some method can fix it。 or my configure is failed.
my settings here... more »
|
|
|