Skip to content

Commit e046536

Browse files
updated social proof tweets to be more recent
1 parent 2573e14 commit e046536

File tree

2 files changed

+6
-4
lines changed

2 files changed

+6
-4
lines changed

content/index.html

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -84,20 +84,20 @@ <h4>3. See your exceptions</h4>
8484
<div style="clear: both;"></div>
8585
</div>
8686
<div class="signup center"><a class="btn btn-large btn-primary" href="https://be.exceptionless.io/signup?domain=exceptionless.com&amp;type=organic">Sign Up For <strong>FREE</strong> Now!</a></div>
87-
<h2>What Our Customers Say</h2>
87+
<h2>What People Are Saying About Us</h2>
8888
<div class="tweet">
8989
<div class="entry-content-asset">
90-
<blockquote class="twitter-tweet" data-cards="hidden"><p lang="en" dir="ltr">This week <a href="https://twitter.com/EventDay?ref_src=twsrc%5Etfw">@EventDay</a> is better w/ the help of <a href="https://twitter.com/Exceptionless?ref_src=twsrc%5Etfw">@Exceptionless</a> - Error Visualizers or Log Files, I pick <a href="https://twitter.com/Exceptionless?ref_src=twsrc%5Etfw">@Exceptionless</a> - You should too!</p>&mdash; Scott Cate (@ScottCate) <a href="https://twitter.com/ScottCate/status/370954480088408064?ref_src=twsrc%5Etfw">August 23, 2013</a></blockquote>
90+
<blockquote class="twitter-tweet" data-cards="hidden"><p lang="en" dir="ltr">You Rock! <a href="https://twitter.com/anthonygiretti/status/1309146054709981187?s=20">September 24, 2020</a></blockquote>
9191
</div>
9292
</div>
9393
<div class="tweet">
9494
<div class="entry-content-asset">
95-
<blockquote class="twitter-tweet" data-cards="hidden"><p lang="en" dir="ltr"><a href="https://twitter.com/Exceptionless?ref_src=twsrc%5Etfw">@exceptionless</a> is <a href="https://twitter.com/hashtag/awesome?src=hash&amp;ref_src=twsrc%5Etfw">#awesome</a>. I&#39;ve STOPPED worrying about whether I&#39;m losing customers to bugs I don&#39;t know about. <a href="http://t.co/mDtGl8Ulsa">http://t.co/mDtGl8Ulsa</a></p>&mdash; Eric Burcham (@eric_burcham) <a href="https://twitter.com/eric_burcham/status/332176856784723968?ref_src=twsrc%5Etfw">May 8, 2013</a></blockquote>
95+
<blockquote class="twitter-tweet" data-cards="hidden"><p lang="en" dir="ltr">Congrats! Can't imagine writing an app without you guys.<a href="https://twitter.com/danmiser/status/1306373144924614657">September 16, 2020</a></blockquote>
9696
</div>
9797
</div>
9898
<div class="tweet">
9999
<div class="entry-content-asset">
100-
<blockquote class="twitter-tweet" data-cards="hidden"><p lang="en" dir="ltr"><a href="https://twitter.com/Exceptionless?ref_src=twsrc%5Etfw">@Exceptionless</a> allows us to prioritize fixes smarter with by showing frequently occurring errors. In real time! <a href="http://t.co/flLEGB95lK">http://t.co/flLEGB95lK</a></p>&mdash; Ryan Hoffman (@tekmaven) <a href="https://twitter.com/tekmaven/status/332173840220303361?ref_src=twsrc%5Etfw">May 8, 2013</a></blockquote>
100+
<blockquote class="twitter-tweet" data-cards="hidden"><p lang="en" dir="ltr"><a href="https://twitter.com/Exceptionless?ref_src=twsrc%5Etfw">@Exceptionless</a> I've been working with this product for 3 years. It's awesome!<a href="https://twitter.com/dorm79/status/1303641533137158144?s=20">September 9, 2020</a></blockquote>
101101
</div>
102102
</div>
103103
</div>

content/news/2021/2021-01-05-debugging-a-.net-serverless-app.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -168,6 +168,8 @@ finally
168168

169169
Here we are sending a feature usage event to Exceptionless as soon as the serverless function is triggered and we're sure the input is not null. The nice thing about this is that it doesn't rely on any errors being thrown and the rest of your function can continue to execute.
170170

171+
Let's run our tests again. We should get the feature usage event as well as an additional error because, remember, one of our tests forces a null exception.
172+
171173
In our dashboard, if we look at all event, we will see our feature usage event logged.
172174

173175
![Feature usage event example](featureUsage.png)

0 commit comments

Comments
 (0)