Skip to content

Commit

Permalink
add sponsor sentry
Browse files Browse the repository at this point in the history
  • Loading branch information
obfuscurity committed Apr 30, 2024
1 parent e63df2b commit 16bfb12
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions 2024/javascripts/supporters.js
Original file line number Diff line number Diff line change
Expand Up @@ -65,9 +65,9 @@ var sponsors = {
},
{
name: "sentry",
enabled: false,
enabled: true,
url: "https://sentry.io/",
width: 175,
width: 200,
bio: "<p>Sentry is the application monitoring platform for development teams to holistically monitor their code health from the frontend to the backend to see clearer, solve quicker, and learn continuously.</p>",
},
{
Expand Down
2 changes: 1 addition & 1 deletion 2024/pdx.html
Original file line number Diff line number Diff line change
Expand Up @@ -617,7 +617,7 @@ <h5 id="speakerName"></h5>
<script type="text/javascript" src="https://cdnjs.cloudflare.com/ajax/libs/flipclock/0.7.8/flipclock.min.js"></script>
<script type="text/javascript" src="javascripts/bootstrap.min.js"></script>
<script type="text/javascript" src="javascripts/speakers.js?v=8"></script>
<script type="text/javascript" src="javascripts/supporters.js?v=9"></script>
<script type="text/javascript" src="javascripts/supporters.js?v=10"></script>
<script type="text/javascript" src="javascripts/main.js?v=2"></script>
<script type="text/javascript">
var currentDate = new Date();
Expand Down

0 comments on commit 16bfb12

Please sign in to comment.