elasticdash-test 0.1.26-alpha-4 → 0.1.26
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.
|
@@ -53,19 +53,6 @@ Also read node_modules/elasticdash-test/docs/agent-integration-guide.md for tech
|
|
|
53
53
|
|
|
54
54
|
**Do not continue until `ELASTICDASH_API_KEY` is set.** The SDK cannot connect to the backend without it.
|
|
55
55
|
|
|
56
|
-
**3. Set default SDK variables**
|
|
57
|
-
|
|
58
|
-
Add these to `.env` if they are not already present:
|
|
59
|
-
|
|
60
|
-
```bash
|
|
61
|
-
ELASTICDASH_DEBUG=1
|
|
62
|
-
ELASTICDASH_CAPTURE_TRACE=0
|
|
63
|
-
ELASTICDASH_ACCEPT_RERUNS=1
|
|
64
|
-
```
|
|
65
|
-
|
|
66
|
-
- `ELASTICDASH_DEBUG=1` — enables SDK debug logging, useful during initial setup
|
|
67
|
-
- `ELASTICDASH_CAPTURE_TRACE=0` — trace capture off by default (set to `1` when recording fixtures)
|
|
68
|
-
- `ELASTICDASH_ACCEPT_RERUNS=1` — allows the backend to push rerun requests to this SDK instance
|
|
69
56
|
|
|
70
57
|
### Phase 2: Scan the codebase
|
|
71
58
|
|
|
@@ -338,9 +338,9 @@ Set in `.env` or CI secrets:
|
|
|
338
338
|
|----------|-------------|----------|
|
|
339
339
|
| `ELASTICDASH_API_URL` | Backend server URL (`https://server.elasticdash.com` for cloud) | For upload/CI |
|
|
340
340
|
| `ELASTICDASH_API_KEY` | Project API key from dashboard | For upload/CI |
|
|
341
|
-
| `ELASTICDASH_DEBUG` | Set to `1` to enable SDK debug logging
|
|
342
|
-
| `ELASTICDASH_CAPTURE_TRACE` | Set to `
|
|
343
|
-
| `ELASTICDASH_ACCEPT_RERUNS` | Set to `
|
|
341
|
+
| `ELASTICDASH_DEBUG` | Set to `1` to enable SDK debug logging (default: off) | Optional |
|
|
342
|
+
| `ELASTICDASH_CAPTURE_TRACE` | Set to `1` to record trace fixtures to disk (default: off) | Optional |
|
|
343
|
+
| `ELASTICDASH_ACCEPT_RERUNS` | Set to `false`/`0` to reject rerun requests (default: on) | Optional |
|
|
344
344
|
| `OPENAI_API_KEY` | OpenAI API key | If using OpenAI |
|
|
345
345
|
| `ANTHROPIC_API_KEY` | Anthropic API key | If using Claude |
|
|
346
346
|
| `GEMINI_API_KEY` | Google Gemini API key | If using Gemini |
|