Skip to content

Commit

Permalink
Check sentry
Browse files Browse the repository at this point in the history
  • Loading branch information
SmartGecko44 committed Aug 9, 2024
1 parent 6f9398a commit 8bd7ba8
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions gxcko.me/scripts/sentry.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ import { init, browserTracingIntegration } from "@sentry/browser";


window.sentryOnLoad = function () {
console.log('sentryOnLoad');
console.error('Sentry loaded');
init({
dsn: 'https://028f532367f52ee276cc72cc87c08951@o4506786880028672.ingest.sentry.io/4506786933899264',

Expand All @@ -11,8 +11,4 @@ window.sentryOnLoad = function () {
],
tracePropagationTargets: ['https://gxcko.me'],
});
};

window.onload = function () {
console.error('Sentry loaded');
}
};

0 comments on commit 8bd7ba8

Please sign in to comment.