Skip to content
This repository has been archived by the owner on Jan 1, 2025. It is now read-only.

Commit

Permalink
fix: sentry Net conflict with follow-redirects
Browse files Browse the repository at this point in the history
  • Loading branch information
ItsSim committed Apr 20, 2023
1 parent 1ba5946 commit bbd7946
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/fsolauncher/library/utils.js
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,9 @@ function initSentry() {
if ( ! dsn.startsWith( 'SENTRY' ) ) {
init( {
dsn,
integrations: defaultIntegrations => defaultIntegrations.filter(
integration => integration.name !== 'Net'
),
beforeSend( event ) {
if ( global.isTestMode ) {
return null;
Expand Down

0 comments on commit bbd7946

Please sign in to comment.