
Security News
PEP 810 Proposes Explicit Lazy Imports for Python 3.15
An opt-in lazy import keyword aims to speed up Python startups, especially CLIs, without the ecosystem-wide risks that sank PEP 690.
@twilio-labs/docusaurus-plugin-for-datadog-rum
Advanced tools
Docusaurus plugin that adds Datadog RUM to your site.
Integrates Datadog RUM with your Docusaurus site.
npm install --save @twilio-labs/docusaurus-plugin-for-datadog-rum
Or, if you prefer Yarn:
yarn add @twilio-labs/docusaurus-plugin-for-datadog-rum
Accepted fields:
Name | Type | Default | Description |
---|---|---|---|
clientToken | string | Required | The client token for your Datadog RUM application |
applicationId | string | Required | The application ID for your Datadog RUM application |
service | string | "docusaurus" | The name your service will show within the Datadog UI |
env | string | process.env.NODE_ENV ?? "dev" | The environment of your deployed application |
To create your application:
clientToken
and applicationId
in the code sample that you can copy into your docusaurus.config.js
.If you already have an existing application created, instead of steps 3-6, click the Edit Application button next to your application and continue at step 7.
plugins: [
[
"@twilio-labs/docusaurus-plugin-for-datadog-rum",
{
clientToken: "3EBOWfRPv8qwertyZXCvbnMAsD2f1g0Hf96",
applicationId: "01234567-89ab-cdef-0123-456789abcdef",
service: "my-docusaurus-site"
},
],
],
FAQs
Docusaurus plugin that adds Datadog RUM to your site.
The npm package @twilio-labs/docusaurus-plugin-for-datadog-rum receives a total of 982 weekly downloads. As such, @twilio-labs/docusaurus-plugin-for-datadog-rum popularity was classified as not popular.
We found that @twilio-labs/docusaurus-plugin-for-datadog-rum demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 2 open source maintainers collaborating on the project.
Did you know?
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.
Security News
An opt-in lazy import keyword aims to speed up Python startups, especially CLIs, without the ecosystem-wide risks that sank PEP 690.
Security News
Socket CEO Feross Aboukhadijeh discusses the recent npm supply chain attacks on PodRocket, covering novel attack vectors and how developers can protect themselves.
Security News
Maintainers back GitHub’s npm security overhaul but raise concerns about CI/CD workflows, enterprise support, and token management.