Commit 6fdd36b
fix: correct CaptureIntegrationSpecificIdsV2 feature flag key to match server
The server sends the V2 feature flag as `captureIntegrationSpecificIds.V2`
(with a dot), but the SDK was looking up `captureIntegrationSpecificIdsV2`
(no dot). This caused the V2 value to silently fall back to 'none',
preventing IntegrationCapture from initializing for customers whose
legacy V1 flag is set to False.
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>1 parent 510882b commit 6fdd36b
5 files changed
Lines changed: 5 additions & 5 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
382 | 382 | | |
383 | 383 | | |
384 | 384 | | |
385 | | - | |
| 385 | + | |
386 | 386 | | |
387 | 387 | | |
388 | 388 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
165 | 165 | | |
166 | 166 | | |
167 | 167 | | |
168 | | - | |
| 168 | + | |
169 | 169 | | |
170 | 170 | | |
171 | 171 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
193 | 193 | | |
194 | 194 | | |
195 | 195 | | |
196 | | - | |
| 196 | + | |
197 | 197 | | |
198 | 198 | | |
199 | 199 | | |
| |||
0 commit comments