Skip to content

Commit

Permalink
cache bust
Browse files Browse the repository at this point in the history
  • Loading branch information
otenav committed Apr 20, 2022
1 parent f84a20d commit 8ad3f4d
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion src/api/sentry/sentry.js
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@ export default function initSentry() {
dsn: "https://[email protected]/37",
beforeSend(event, hint) {
const error = hint.originalException;
debugger;
if (error && blockedStatusCodes.includes(error.statusCode)) {
return null; // event will be discarded
} else {
Expand Down
2 changes: 1 addition & 1 deletion views/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,6 @@
</div>
{{> components/footer}}
</div>
<script type="application/javascript" src="/stillinger/js/sok.js?random=1lsdfsdfasdfsad11"></script>
<script type="application/javascript" src="/stillinger/js/sok.js?random=1sdsd11"></script>
</body>
</html>

0 comments on commit 8ad3f4d

Please sign in to comment.