-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
114471f
commit d796d10
Showing
14 changed files
with
25 additions
and
26 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
../common.js |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -5,8 +5,8 @@ | |
{ | ||
"imports": { | ||
"@sentry/browser": "https://esm.sh/@sentry/[email protected]", | ||
"@supabase/supabase-js": "https://esm.sh/@supabase/supabase-js@2.43.2", | ||
"@supabase/sentry-js-integration": "./integration.js" | ||
"@supabase/supabase-js": "https://esm.sh/@supabase/supabase-js@2.45.2", | ||
"@supabase/sentry-js-integration": "./v7.js" | ||
} | ||
} | ||
</script> | ||
|
@@ -32,11 +32,11 @@ | |
}), | ||
], | ||
beforeSend(event) { | ||
console.log("Captured exception:", event); | ||
console.log("Captured exception:\n", event); | ||
return null; // Do not send captured exception | ||
}, | ||
beforeSendTransaction(event) { | ||
console.log("Captured transaction:", event); | ||
console.log("Captured transaction:\n", event); | ||
return null; // Do not send transaction | ||
}, | ||
}); | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -5,8 +5,8 @@ | |
{ | ||
"imports": { | ||
"@sentry/browser": "https://esm.sh/@sentry/[email protected]", | ||
"@supabase/supabase-js": "https://esm.sh/@supabase/supabase-js@2.43.2", | ||
"@supabase/sentry-js-integration": "./integration.js" | ||
"@supabase/supabase-js": "https://esm.sh/@supabase/supabase-js@2.45.2", | ||
"@supabase/sentry-js-integration": "./v8.js" | ||
} | ||
} | ||
</script> | ||
|
@@ -32,11 +32,11 @@ | |
}), | ||
], | ||
beforeSend(event) { | ||
console.log("Captured exception:", event); | ||
console.log("Captured exception:\n", event); | ||
return null; // Do not send captured exception | ||
}, | ||
beforeSendTransaction(event) { | ||
console.log("Captured transaction:", event); | ||
console.log("Captured transaction:\n", event); | ||
return null; // Do not send transaction | ||
}, | ||
}); | ||
|
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
../v7.js |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
../v8.js |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters