Skip to content

Commit

Permalink
DOC-206: Remove docusaurus-plugin-sentry from config and package.js…
Browse files Browse the repository at this point in the history
…on (#779)
  • Loading branch information
Ekwuno authored Aug 20, 2024
1 parent ae978ce commit 33cc51b
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 44 deletions.
27 changes: 0 additions & 27 deletions docusaurus.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -196,33 +196,6 @@ const config = {
],
'docusaurus-plugin-sass',
...(isProd ? [
[
'docusaurus-plugin-sentry',
{
DSN: "7494265ecc6f4f0d2a2d26c9cbae3262",
sentry: {
init: {
ignoreErrors: [
'Non-Error promise rejection captured with value',
],
// Enable session replay
// integrations: [
// Sentry.replayIntegration({
// maskAllText: false,
// blockAllMedia: false,
// workerUrl: "/assets/replay-worker.js",
// }),
// ],
// Monitor performance for 100% of sessions
tracesSampleRate: 1.0,
// Enable session replays for 10% of all sessions
replaysSessionSampleRate: 0.1,
// Enable session replays for 100% of all sessions with errors
replaysOnErrorSampleRate: 1.0,
}
}
},
],
[
'@docusaurus/plugin-google-gtag',
{
Expand Down
1 change: 0 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,6 @@
"clsx": "^1.2.1",
"copy-text-to-clipboard": "^3.2.0",
"docusaurus-plugin-sass": "^0.2.5",
"docusaurus-plugin-sentry": "2.0.0",
"lodash": "^4.17.21",
"prism-react-renderer": "^2.3.1",
"prismjs": "^1.29.0",
Expand Down
16 changes: 0 additions & 16 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 33cc51b

Please sign in to comment.