Skip to content

Commit

Permalink
πŸ”¨ Fix: ResizeObserver loop λ©”μ‹œμ§€ λ¬΄μ‹œ
Browse files Browse the repository at this point in the history
#
  • Loading branch information
qilip committed Nov 1, 2023
1 parent 2362114 commit 5433fb7
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions plugins/sentry.client.ts
Original file line number Diff line number Diff line change
Expand Up @@ -31,5 +31,9 @@ export default defineNuxtPlugin((nuxtApp) => {
// λˆμ—†μ–΄μ„œ γ…Ž
replaysSessionSampleRate: 0.0, // This sets the sample rate at 10%. You may want to change it to 100% while in development and then sample at a lower rate in production.
replaysOnErrorSampleRate: 1.0, // If you're not already sampling the entire session, change the sample rate to 100% when sampling sessions where errors occur.

ignoreErrors: [
'ResizeObserver loop completed with undelivered notifications.',
],
});
});

0 comments on commit 5433fb7

Please sign in to comment.