Skip to content

Commit 2e061a4

Browse files
committed
Add Sentry allowUrls
1 parent 6d4f3a1 commit 2e061a4

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

1.bootstrap.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/index.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ Sentry.init({
1111
// of transactions for performance monitoring.
1212
// We recommend adjusting this value in production
1313
tracesSampleRate: 1.0,
14+
allowUrls: ['https://sql2builder.github.io/']
1415
});
1516

1617
document.getElementById('convert-button').addEventListener('click', function () {

0 commit comments

Comments
 (0)