<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>disqus &#8211; 天地一沙鸥</title>
	<atom:link href="https://haoluobo.com/tag/disqus/feed/" rel="self" type="application/rss+xml" />
	<link>https://haoluobo.com</link>
	<description>to be continue....</description>
	<lastBuildDate>Tue, 03 Jul 2012 14:12:48 +0000</lastBuildDate>
	<language>zh-Hans</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=6.8.2</generator>
	<item>
		<title>sentry,异常记录的云托管平台</title>
		<link>https://haoluobo.com/2012/07/sentry%e5%bc%82%e5%b8%b8%e8%ae%b0%e5%bd%95%e7%9a%84%e4%ba%91%e6%89%98%e7%ae%a1%e5%b9%b3%e5%8f%b0/</link>
					<comments>https://haoluobo.com/2012/07/sentry%e5%bc%82%e5%b8%b8%e8%ae%b0%e5%bd%95%e7%9a%84%e4%ba%91%e6%89%98%e7%ae%a1%e5%b9%b3%e5%8f%b0/#comments</comments>
		
		<dc:creator><![CDATA[vicalloy]]></dc:creator>
		<pubDate>Tue, 03 Jul 2012 14:12:48 +0000</pubDate>
				<category><![CDATA[编程]]></category>
		<category><![CDATA[disqus]]></category>
		<category><![CDATA[sentry]]></category>
		<guid isPermaLink="false">/?p=10583</guid>

					<description><![CDATA[最近打算为公司的应用增加异常跟踪功能，所以又去看了看 sentry sentry 最早是 disqus 发布的 [&#8230;]]]></description>
										<content:encoded><![CDATA[<p>最近打算为公司的应用增加异常跟踪功能，所以又去看了看 <a href="https://github.com/dcramer/sentry">sentry</a><br />
<a href="https://github.com/dcramer/sentry">sentry</a> 最早是 <a href="http://disqus.com">disqus</a> 发布的一个开源的django异常跟踪APP。一段时间没见发现sentry已经发展成了一个支持 Python、PHP、Node.js、Java 的异常跟踪中心，而且还推出了对于的云服务 <a href="https://www.getsentry.com/">getsentry.com</a>。<br />
getsentry.com 按月收费，不同方案的区别在于日志的保存时间以及每日的记录事件数的配额。和大多云服务一样 getsentry.com 也提供免费方案，免费情况下每日有100个事件配额。 由于 getsentry.com 本身是一个开源产品，部署成本也不高。 getsentry.com 的服务是否真能让广大用户接受还很难说，但这个做法让人不得不佩服disqus的想象力，连一个异常跟踪平台也能做到这个程度。<br />
<a href="https://github.com/dcramer/sentry">sentry</a> 作为一个开源项目有着不错的代码质量，sentry代码中有不少可以借鉴的东西。</p>
<ul>
<li><a href="http://pypi.python.org/pypi/tox">tox</a> 似乎越来越多的python项目有在使用tox。tox是一个python虚拟环境管理工具，主要用于为测试用例创建虚拟环境。tox可以为不同的python版本单独创建虚拟环境，以测试在不同python版本下的工作情况。</li>
<li>实现了一个自己的BaseManager，增加get_from_cache方法。用缓存来加快查询速度。</li>
<li><a href="http://twitter.github.com/bootstrap/">twitter-bootstrap</a> sentry也是用bootstrap作为前端框架。因为有对bootstrap做过一些调整，所以UI不至于太过bootstrap。</li>
<li>celery、nose、gunicorn……</li>
</ul>
]]></content:encoded>
					
					<wfw:commentRss>https://haoluobo.com/2012/07/sentry%e5%bc%82%e5%b8%b8%e8%ae%b0%e5%bd%95%e7%9a%84%e4%ba%91%e6%89%98%e7%ae%a1%e5%b9%b3%e5%8f%b0/feed/</wfw:commentRss>
			<slash:comments>1</slash:comments>
		
		
			</item>
	</channel>
</rss>
