Skip to content

Commit

Permalink
fix: stop sending network breadcrumbs to bugsnag (#1343)
Browse files Browse the repository at this point in the history
  • Loading branch information
saikumarrs authored Aug 28, 2023
1 parent 48bc582 commit 6c4efc8
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -200,6 +200,7 @@ class BugsnagProvider {
enabledBreadcrumbTypes: ['error', 'log', 'user'],
maxEvents: 100,
releaseStage: getReleaseStage(),
networkBreadcrumbsEnabled: false,
});

this.onClientReady();
Expand Down

0 comments on commit 6c4efc8

Please sign in to comment.