Files
2012-02-21 01:15:00 -05:00

1 line
9.7 KiB
JSON

[{"user_id": 1127, "stars": [], "topic_id": 8694, "date_created": 1298530686.1924131, "message": "Let's get this party started. I want to know who's not using Sentry, and what your excuse is :)", "group_id": 81, "id": 195849}, {"user_id": 1782, "stars": [], "topic_id": 8694, "date_created": 1298533852.5836041, "message": "I can not not use it :)", "group_id": 81, "id": 195944}, {"user_id": 5367, "stars": [], "topic_id": 8694, "date_created": 1298541948.2493291, "message": "I am thinking on using it but I don't know what the penalty in resources will be. I guess I 'll have to give it a try and measure.", "group_id": 81, "id": 196523}, {"user_id": 1915, "stars": [], "topic_id": 8694, "date_created": 1298547896.5917189, "message": "I am using it for http://creativespacehq.com/, it's so much better compared to the old ways ( apache logs + staff middleware ) Thanks a lot @zeeg and keep up the good work :)", "group_id": 81, "id": 196927}, {"user_id": 13539, "stars": [], "topic_id": 8694, "date_created": 1298550289.2679689, "message": "Here at work we have 20+ sites reporting to a central sentry instance, it's great it really helped us, keeping track of hundred of email tracebacks was too painful for our team, so... thank you David sentry is great!", "group_id": 81, "id": 197132}, {"user_id": 15368, "stars": [], "topic_id": 8694, "date_created": 1298551196.1021459, "message": "After looking at this topic and then looking for Sentry I can safely say we'll have a centralised Sentry instance very, very soon to go with my syslog server and Graylog instance.", "group_id": 81, "id": 197197}, {"user_id": 927, "stars": [], "topic_id": 8694, "date_created": 1298552107.5904319, "message": "It's useful but I was waiting for it to stabilize for awhile; with a fix for #81 I've been able to include it on all of my projects.", "group_id": 81, "id": 197262}, {"user_id": 5852, "stars": [], "topic_id": 8694, "date_created": 1298558269.709615, "message": "I'm working on making Sentry a standard part of the production stack we roll out for clients. Most of them I think don't know that they need it, but most eventually do. It's a great tool.", "group_id": 81, "id": 197986}, {"user_id": 275, "stars": [], "topic_id": 8694, "date_created": 1298557870.6318679, "message": "@zeeg I take it from the screenshot in the docs that Sentry now has a Nexus plugin as well?", "group_id": 81, "id": 197898}, {"user_id": 275, "stars": [], "topic_id": 8694, "date_created": 1298558612.872854, "message": "@jacobian @zeeg: does Sentry support non-exception logging?", "group_id": 81, "id": 198054}, {"user_id": 1127, "stars": [], "topic_id": 8694, "date_created": 1298559644.6121039, "message": "@steveivy ya it supports any kind of message logging -- we use it mostly for exceptions but also have a number of useless other warnings going into it", "group_id": 81, "id": 198171}, {"user_id": 1127, "stars": [], "topic_id": 8694, "date_created": 1298559615.5277851, "message": "@steveivy there's a branch underway that does that (it's part of the 2.0 rollout as well)", "group_id": 81, "id": 198168}, {"user_id": 4581, "stars": [], "topic_id": 8694, "date_created": 1298563174.9118879, "message": "It's definitely in my list of things to use in new projects, though.", "group_id": 81, "id": 198634}, {"user_id": 4581, "stars": [], "topic_id": 8694, "date_created": 1298563115.1674099, "message": "The requirements say \"Django >= 1.2\", and for me, it'd be most useful in a project that's still running under 1.1 :(", "group_id": 81, "id": 198633}, {"user_id": 2116, "stars": [], "topic_id": 8694, "date_created": 1298571429.7671061, "message": "@zeeg: i'm still not using Sentry, because i need first to clean/refactor the old (crappy ?) middleware code we are still using...", "group_id": 81, "id": 199895}, {"user_id": 11042, "stars": [], "topic_id": 8694, "date_created": 1298571000.0856881, "message": "Does Sentry work on Python 2.4.3? I'm getting \"SyntaxError: future feature absolute_import is not defined\"", "group_id": 81, "id": 199733}, {"user_id": 205, "stars": [], "topic_id": 8694, "date_created": 1298572681.476882, "message": "The thing stopping me from using it is the fact that it doesn't have a basic API that I can send events from other languages to. At least, I didn't see anything in the docs about that.", "group_id": 81, "id": 200128}, {"user_id": 1127, "stars": [], "topic_id": 8694, "date_created": 1298573830.299022, "message": "@leninyee I suppose that would be a reason it doesn't. I can remove those (they were for making my life easier developing in branches). Sentry 2 definitely requires 2.5+", "group_id": 81, "id": 200350}, {"user_id": 1127, "stars": [], "topic_id": 8694, "date_created": 1298573877.252151, "message": "@ericholscher In the new version the API is completely generic (we actually plan to pipe Java logs into it). Right now its kind of iffy as it requires a specific python serialization thats too much work to factor out", "group_id": 81, "id": 200357}, {"user_id": 11042, "stars": [], "topic_id": 8694, "date_created": 1298576111.1766491, "message": "@zeeg So if I just remove every \"from __future__ import absolute_import\" line, it should work?", "group_id": 81, "id": 201011}, {"user_id": 1127, "stars": [], "topic_id": 8694, "date_created": 1298577259.0304971, "message": "@leninyee ya :)", "group_id": 81, "id": 201290}, {"user_id": 11042, "stars": [], "topic_id": 8694, "date_created": 1298577635.564091, "message": "@zeeg Ok, got it, deploying it right now, thanks!", "group_id": 81, "id": 201373}, {"user_id": 12142, "stars": [], "topic_id": 8694, "date_created": 1298584835.2938919, "message": "right now logging tracebacks to splunk. But, I used django-db-log to good purpose on a previous project and would be interested to check sentry out in the future.", "group_id": 81, "id": 202668}, {"user_id": 5367, "stars": [], "topic_id": 8694, "date_created": 1300185474.5973909, "message": "I 'm also on the sentry train since something like 5' ago", "group_id": 81, "id": 354492}, {"user_id": 5367, "stars": [], "topic_id": 8694, "date_created": 1300185722.8962159, "message": "@zeeg One question though. I can see highcharts included. How does this work out with licensing?", "group_id": 81, "id": 354507}, {"user_id": 275, "stars": [], "topic_id": 8694, "date_created": 1300200868.3490379, "message": "@zeeg: can sentry be run in a single-server, single-django configuration, or do I need to run sentry on it's own instance of django, with sentry-client in my app?", "group_id": 81, "id": 356870}, {"user_id": 5863, "stars": [], "topic_id": 8694, "date_created": 1300206298.5634699, "message": "You want the install section rather than the configuration section, confused me initially", "group_id": 81, "id": 358030}, {"user_id": 5863, "stars": [], "topic_id": 8694, "date_created": 1300206276.1464, "message": "@steveivy http://readthedocs.org/docs/sentry/en/2.0/install.html", "group_id": 81, "id": 358025}, {"user_id": 5863, "stars": [], "topic_id": 8694, "date_created": 1300206209.5762269, "message": "@steveivy yes, you can run it all in one instance", "group_id": 81, "id": 358017}, {"user_id": 5863, "stars": [], "topic_id": 8694, "date_created": 1300206350.982482, "message": "pip install, add list to INSTALLED_APPS, add urls and run migrations", "group_id": 81, "id": 358041}, {"user_id": 1422, "stars": [], "topic_id": 8694, "date_created": 1301471373.639292, "message": "am I missing something?", "group_id": 81, "id": 479404}, {"user_id": 1422, "stars": [], "topic_id": 8694, "date_created": 1301471370.0545111, "message": "after installing sentry, indexer and paging via easy_install and adding to a project, I get a bunch of failed tests", "group_id": 81, "id": 479403}, {"user_id": 1422, "stars": [], "topic_id": 8694, "date_created": 1301471400.428709, "message": "5 failures, 13 errors to be exact", "group_id": 81, "id": 479409}, {"user_id": 1422, "stars": [], "topic_id": 8694, "date_created": 1301471435.5015621, "message": "running sentry 1.6.6 on django 1.2.4", "group_id": 81, "id": 479416}, {"user_id": 1422, "stars": [], "topic_id": 8694, "date_created": 1301505751.842989, "message": "Anyone? Bueller?", "group_id": 81, "id": 483275}, {"user_id": 1422, "stars": [], "topic_id": 8694, "date_created": 1301523863.2831981, "message": "It appears to be an encoding issue, I'll see if I can get an example", "group_id": 81, "id": 485433}, {"user_id": 4077, "stars": [], "topic_id": 8694, "date_created": 1301522858.4254661, "message": "You've given us everything but the error message.", "group_id": 81, "id": 485371}, {"user_id": 1422, "stars": [], "topic_id": 8694, "date_created": 1301524121.7132089, "message": "https://gist.github.com/895437", "group_id": 81, "id": 485462}, {"user_id": 1127, "stars": [], "topic_id": 8694, "date_created": 1301561829.1080141, "message": "O.o", "group_id": 81, "id": 490374}, {"user_id": 4077, "stars": [], "topic_id": 8694, "date_created": 1301572013.0805581, "message": "Looks like your virtualenv isn't activated?", "group_id": 81, "id": 490828}, {"user_id": 1422, "stars": [], "topic_id": 8694, "date_created": 1301579681.758991, "message": "virtualenv is active...apologies for cutting off the start of the test run.", "group_id": 81, "id": 491942}, {"user_id": 18694, "stars": [], "topic_id": 8694, "date_created": 1301581549.2969029, "message": "Hey, @zeeg, does Sentry hav a way of setting it up like a Nexus plugin or extension instead of on its own?", "group_id": 81, "id": 492334}, {"user_id": 275, "stars": [], "topic_id": 8694, "date_created": 1301587205.6117389, "message": "I was curious about running it under nexus as well...", "group_id": 81, "id": 493174}, {"user_id": 1127, "stars": [], "topic_id": 8694, "date_created": 1301990893.311389, "message": "@Kronuz @steveivy not yet, theres a branch but it hasnt been finished yet :)", "group_id": 81, "id": 538404}]