Skip to content

Commit

Permalink
install sentry
Browse files Browse the repository at this point in the history
  • Loading branch information
osterman committed Jun 25, 2024
1 parent e59f9f4 commit 09c68ee
Show file tree
Hide file tree
Showing 3 changed files with 21 additions and 0 deletions.
6 changes: 6 additions & 0 deletions website/docusaurus.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -77,6 +77,12 @@ const config = {
enableInDevelopment: false, // optional
},
],
[
'docusaurus-plugin-sentry',
{
DSN: '[email protected]/4507472203087872',
},
],
[
path.resolve(__dirname, 'plugins', 'fetch-latest-release'), {}
]
Expand Down
14 changes: 14 additions & 0 deletions website/package-lock.json

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

1 change: 1 addition & 0 deletions website/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@
"clsx": "^2.1.1",
"custom-loaders": "file:plugins/custom-loaders",
"docusaurus-plugin-image-zoom": "^2.0.0",
"docusaurus-plugin-sentry": "^2.0.0",
"html-loader": "^5.0.0",
"marked": "^13.0.0",
"node-fetch": "^3.3.2",
Expand Down

0 comments on commit 09c68ee

Please sign in to comment.