datadog-frontend-toolkit 1.0.45 → 1.0.46

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/README.md +3 -0
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -321,6 +321,9 @@ init({
321
321
  The CLI provisions Datadog resources (dashboards, monitors, SLOs, and burn rate alerts) for your service automatically with an **interactive wizard**.
322
322
 
323
323
  > **Note:** This uses Datadog API/App keys and runs server-side only. Never expose these keys in the browser.
324
+ >
325
+ > - **API Key:** [Organization Settings → API Keys](https://app.datadoghq.com/organization-settings/api-keys)
326
+ > - **Application Key:** [Organization Settings → Application Keys](https://app.datadoghq.com/organization-settings/application-keys)
324
327
 
325
328
  ### Setup Resources
326
329
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "datadog-frontend-toolkit",
3
- "version": "1.0.45",
3
+ "version": "1.0.46",
4
4
  "description": "Enterprise-grade, framework-agnostic frontend observability toolkit for Datadog. Auto-instruments RUM, Logs, Error Tracking, Performance Monitoring, and provisions Dashboards, Monitors & SLOs.",
5
5
  "main": "dist/cjs/index.js",
6
6
  "module": "dist/esm/index.js",