Commit 11590f3
Add proxy support to feature flag fetching
Feature flag fetching was also missing proxy support like telemetry
exporter was. Applied the same fix:
- Get HTTP agent from connection provider
- Pass agent to fetch call for proxy support
- Follows same pattern as CloudFetchResultHandler and DBSQLSession
- Supports http/https/socks proxies with authentication
This completes proxy support for all HTTP operations in the telemetry
system (both telemetry export and feature flag fetching).
Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>1 parent 42540bc commit 11590f3
1 file changed
+6
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
127 | 127 | | |
128 | 128 | | |
129 | 129 | | |
130 | | - | |
| 130 | + | |
| 131 | + | |
| 132 | + | |
| 133 | + | |
| 134 | + | |
131 | 135 | | |
132 | 136 | | |
133 | 137 | | |
134 | 138 | | |
135 | 139 | | |
136 | 140 | | |
137 | 141 | | |
| 142 | + | |
138 | 143 | | |
139 | 144 | | |
140 | 145 | | |
| |||
0 commit comments