Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

docusaurus-plugin-sentry

Package Overview
Dependencies
Maintainers
1
Versions
3
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

docusaurus-plugin-sentry

Sentry SDK plugin for Docusaurus

  • 2.0.0
  • latest
  • Source
  • npm
  • Socket score

Version published
Weekly downloads
515
decreased by-3.92%
Maintainers
1
Weekly downloads
 
Created
Source

Docusaurus-plugin-sentry

Lazy initializes Sentry without performance impact in your Docusaurus website.

Installation

yarn add docusaurus-plugin-sentry

Configuration

docusaurus.config.js:

module.exports = {
  plugins: [
    [
      'docusaurus-plugin-sentry',
      {
        DSN: 'YOUR_SENTRY_DSN',
      },
    ],
  ],
};

Read more about how Sentry uses lazy loading to don't impact the performance https://docs.sentry.io/platforms/javascript/install/lazy-load-sentry/

FAQs

Package last updated on 22 Jan 2024

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc