Commit 9a066d0
committed
fix: use tokenProvider for TRUSTIFY_DA_TOKEN in stack analysis
The existing stack analysis was incorrectly using globalConfig.telemetryId
as the auth token. Use tokenProvider.getToken() consistently with batch
analysis.
Implements TC-3864
Assisted-by: Claude Code1 parent abe4501 commit 9a066d0
1 file changed
+1
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
7 | | - | |
8 | 7 | | |
9 | 8 | | |
10 | 9 | | |
| |||
21 | 20 | | |
22 | 21 | | |
23 | 22 | | |
24 | | - | |
| 23 | + | |
25 | 24 | | |
26 | 25 | | |
27 | 26 | | |
| |||
0 commit comments