Skip to content

Commit

Permalink
Turn off sentry profiling.
Browse files Browse the repository at this point in the history
  • Loading branch information
martian0x80 committed Jun 9, 2024
1 parent 08736ad commit 4b9eb06
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions sentry.client.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ Sentry.init({
// Adjust this value in production, or use tracesSampler for greater control
tracesSampleRate: 1,

profilesSampleRate: 1,
// profilesSampleRate: 1,

// Setting this option to true will print useful information to the console while you're setting up Sentry.
debug: false,
Expand All @@ -25,7 +25,7 @@ Sentry.init({

// You can remove this option if you're not planning to use the Sentry Session Replay feature:
integrations: [
new Sentry.BrowserProfilingIntegration(),
// new Sentry.BrowserProfilingIntegration(),
Sentry.replayIntegration({
maskAllText: false,
blockAllMedia: true,
Expand Down
2 changes: 1 addition & 1 deletion sentry.server.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ Sentry.init({

// Adjust this value in production, or use tracesSampler for greater control
tracesSampleRate: 1,
profilesSampleRate: 1,
// profilesSampleRate: 1,

// Setting this option to true will print useful information to the console while you're setting up Sentry.
debug: false,
Expand Down

0 comments on commit 4b9eb06

Please sign in to comment.