We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8a0f4c0 commit 5bfc121Copy full SHA for 5bfc121
packages/common/src/utils/analytics.ts
@@ -37,7 +37,11 @@ export async function initializeSentry(dsn: string) {
37
* Don't send messages from the sandbox, so don't send from eg.
38
* new.codesandbox.io or new.csb.app
39
*/
40
- blacklistUrls: [/.*\.codesandbox\.io/, /.*\.csb\.app/],
+ blacklistUrls: [
41
+ 'codesandbox.editor.main.js',
42
+ /.*\.codesandbox\.io/,
43
+ /.*\.csb\.app/,
44
+ ],
45
beforeSend: event => {
46
if (
47
event.stacktrace.frames[0] &&
0 commit comments