@sentry/junior-datadog 0.41.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
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@sentry/junior-datadog",
3
- "version": "0.41.0",
3
+ "version": "0.43.0",
4
4
  "private": false,
5
5
  "publishConfig": {
6
6
  "access": "public"
package/plugin.yaml CHANGED
@@ -19,7 +19,7 @@ env-vars:
19
19
  DATADOG_SITE:
20
20
  default: datadoghq.com
21
21
 
22
- api-domains:
22
+ domains:
23
23
  - api.datadoghq.com
24
24
  - api.us3.datadoghq.com
25
25
  - api.us5.datadoghq.com
@@ -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 API domains.
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