Skip to content

Commit

Permalink
Updated sentry config
Browse files Browse the repository at this point in the history
  • Loading branch information
devinbaeten committed Apr 12, 2023
1 parent 9c029fe commit 49c1b04
Show file tree
Hide file tree
Showing 10 changed files with 230 additions and 208 deletions.
Binary file removed docs/assets/bootstrap-icons-966620f9.woff2
Binary file not shown.
Binary file not shown.
Binary file added docs/assets/bootstrap-icons-cfe45b98.woff2
Binary file not shown.
66 changes: 0 additions & 66 deletions docs/assets/index-171a2d68.js

This file was deleted.

76 changes: 76 additions & 0 deletions docs/assets/index-ae85be38.js

Large diffs are not rendered by default.

9 changes: 9 additions & 0 deletions docs/assets/index-b1aa258f.css

Large diffs are not rendered by default.

5 changes: 0 additions & 5 deletions docs/assets/index-d1d1ec34.css

This file was deleted.

4 changes: 2 additions & 2 deletions docs/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,8 @@
gtag('config', 'G-9ZECMCE1K5');
</script>
<script src="https://challenges.cloudflare.com/turnstile/v0/api.js" defer></script>
<script type="module" crossorigin src="/assets/index-171a2d68.js"></script>
<link rel="stylesheet" href="/assets/index-d1d1ec34.css">
<script type="module" crossorigin src="/assets/index-ae85be38.js"></script>
<link rel="stylesheet" href="/assets/index-b1aa258f.css">
</head>
<body>
<main>
Expand Down
274 changes: 140 additions & 134 deletions package-lock.json

Large diffs are not rendered by default.

4 changes: 3 additions & 1 deletion src/js/main.js
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,10 @@ import * as bootstrap from 'bootstrap';
import * as Sentry from "@sentry/browser";

Sentry.init({
replaysSessionSampleRate: 0.1,
replaysOnErrorSampleRate: 1.0,
dsn: "https://f7b9cd23b08549d496928e95863a508f@o4504770759229440.ingest.sentry.io/4504990691491840",
integrations: [new Sentry.BrowserTracing()],
integrations: [new Sentry.Replay(), new Sentry.BrowserTracing()],
tracesSampleRate: 1.0,
});

Expand Down

0 comments on commit 49c1b04

Please sign in to comment.