Skip to content

Commit

Permalink
decrease traces sample rate
Browse files Browse the repository at this point in the history
  • Loading branch information
blarfoon committed Jan 2, 2022
1 parent aad4267 commit 22d0193
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ ipcRenderer
}
})
],
tracesSampleRate: 1.0,
tracesSampleRate: 0.5,
release: version,
dist: `${process.env.REACT_APP_RELEASE_TYPE}-${os.platform()}`
});
Expand Down

0 comments on commit 22d0193

Please sign in to comment.