![Oracle Drags Its Feet in the JavaScript Trademark Dispute](https://cdn.sanity.io/images/cgdhsj6q/production/919c3b22c24f93884c548d60cbb338e819ff2435-1024x1024.webp?w=400&fit=max&auto=format)
Security News
Oracle Drags Its Feet in the JavaScript Trademark Dispute
Oracle seeks to dismiss fraud claims in the JavaScript trademark dispute, delaying the case and avoiding questions about its right to the name.
netlify-build-plugin-dareboost
Advanced tools
[![npm version](https://badge.fury.io/js/netlify-build-plugin-dareboost.svg)](https://badge.fury.io/js/netlify-build-plugin-dareboost)
You need a Dareboost plan to enjoy this plugin
This plugin use the Dareboost API to react to a successful build.
If your plan contains monitoring: adds a Dareboost event on the page and/or User Journey monitors you have defined
If your plan contains API credits: launches analysis you have configured in your netlify.toml
file.
Install the plugin:
npm i netlify-build-plugin-dareboost
Add the plugin declaration to your netlify.toml configuration file.
[[plugins]]
package = "netlify-build-plugin-dareboost"
Get your Dareboost API authentication token and save it in an environment variable called DAREBOOST_API_TOKEN (under Settings > Build & deploy > Environment > Environment variables). Please read Netlify's documentation about environment variables. Your API token must be kept private.
If you want your Dareboost event to be related to specific monitors, you can add some configuration using the Netlify Plugins inputs:
monitoringIds
: The ids of the page monitors relevant to the build, separated by a coma.scenarioIds
: The ids of the User Journey monitors relevant to the build, separated by a coma.Example:
[[plugins]]
package = "netlify-build-plugin-dareboost"
[plugins.inputs]
monitoringIds = "7134"
scenarioIds = "121, 122"
If neither monitoringIds
nor scenarioIds
are defined, the event will be considered global.
If you want the plugin to automatically launch analyses when the build is successful, you can define multiple analyses configurations.
Beware: the analyses will be launched simultaneously. Make sure that your subscription supports this, otherwise just define one configuration.
Example (will consume 2 API credits):
[[plugins]]
package = "netlify-build-plugin-dareboost"
[plugins.inputs]
[[plugins.inputs.configurations]]
url = "https://boris.schapira.dev"
lang = "en"
location = "San Jose"
isPrivate = "true"
visualMetrics = "true"
[plugins.inputs.configurations.browser]
name = "Chrome"
Find more information on the multiple parameters and the API quotas in the Dareboost API documentation (route "/analysis/launch").
FAQs
[![npm version](https://badge.fury.io/js/netlify-build-plugin-dareboost.svg)](https://badge.fury.io/js/netlify-build-plugin-dareboost)
The npm package netlify-build-plugin-dareboost receives a total of 0 weekly downloads. As such, netlify-build-plugin-dareboost popularity was classified as not popular.
We found that netlify-build-plugin-dareboost demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 1 open source maintainer 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
Oracle seeks to dismiss fraud claims in the JavaScript trademark dispute, delaying the case and avoiding questions about its right to the name.
Security News
The Linux Foundation is warning open source developers that compliance with global sanctions is mandatory, highlighting legal risks and restrictions on contributions.
Security News
Maven Central now validates Sigstore signatures, making it easier for developers to verify the provenance of Java packages.