@sentry/junior-datadog 0.42.0 → 0.43.0
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.
package/package.json
CHANGED
package/plugin.yaml
CHANGED
|
@@ -12,7 +12,7 @@ Use this reference when Pup commands fail or return unexpected results.
|
|
|
12
12
|
## Authentication errors
|
|
13
13
|
|
|
14
14
|
- A `401 Unauthorized`, `missing API key`, or `missing application key` error usually means `DATADOG_API_KEY` or `DATADOG_APP_KEY` is missing from the Junior deployment env, or the key was revoked.
|
|
15
|
-
- Pup receives placeholder env values in the sandbox so it will make HTTP requests; the host injects the real `DD-API-KEY` and `DD-APPLICATION-KEY` headers for Datadog
|
|
15
|
+
- Pup receives placeholder env values in the sandbox so it will make HTTP requests; the host injects the real `DD-API-KEY` and `DD-APPLICATION-KEY` headers for Datadog provider domains.
|
|
16
16
|
- Do not ask the user to paste keys into Slack or the sandbox. Tell the operator to fix the deployment env and retry.
|
|
17
17
|
|
|
18
18
|
## Rate limits
|