Skip to content

Commit 032ff91

Browse files
committed
cleanup
1 parent 1138c54 commit 032ff91

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

dev-packages/node-integration-tests/suites/tracing/httpIntegration/server-ignoreOutgoingRequests.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,6 @@ Sentry.init({
1111
integrations: [
1212
Sentry.httpIntegration({
1313
ignoreOutgoingRequests: (url, request) => {
14-
console.log('ignoreOutgoingRequests', url, request);
1514
if (url === 'http://example.com/blockUrl') {
1615
return true;
1716
}

0 commit comments

Comments
 (0)