Commit cbd958b
committed
💥 Remove remoteConfigurationId from RUM SDK (breaking change, v7)
BREAKING CHANGE: remoteConfigurationId and remoteConfigurationProxy are
removed from datadogRum.init() options.
Migration guide:
// Before (v6)
datadogRum.init({ remoteConfigurationId: 'xxx', ...options })
// After (v7)
import { fetchRemoteConfiguration } from '@datadog/browser-remote-config'
const result = await fetchRemoteConfiguration({ applicationId, configId, site })
if (result.ok) {
datadogRum.init({ ...result.value.rum })
}
The remote configuration logic now lives in @datadog/browser-remote-config,
giving customers more control: parallel fetching, custom caching, error handling.1 parent ee71250 commit cbd958b
File tree
11 files changed
+4
-1248
lines changed- packages/rum-core/src
- boot
- domain
- configuration
11 files changed
+4
-1248
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
15 | 15 | | |
16 | 16 | | |
17 | 17 | | |
18 | | - | |
19 | 18 | | |
20 | 19 | | |
21 | 20 | | |
| |||
401 | 400 | | |
402 | 401 | | |
403 | 402 | | |
404 | | - | |
405 | | - | |
406 | | - | |
407 | | - | |
408 | | - | |
409 | | - | |
410 | | - | |
411 | | - | |
412 | | - | |
413 | | - | |
414 | | - | |
415 | | - | |
416 | | - | |
417 | | - | |
418 | | - | |
419 | | - | |
420 | | - | |
421 | | - | |
422 | | - | |
423 | | - | |
424 | | - | |
425 | | - | |
426 | | - | |
427 | | - | |
428 | | - | |
429 | | - | |
430 | | - | |
431 | | - | |
432 | | - | |
433 | | - | |
434 | 403 | | |
435 | 404 | | |
436 | 405 | | |
| |||
494 | 463 | | |
495 | 464 | | |
496 | 465 | | |
497 | | - | |
498 | 466 | | |
499 | 467 | | |
500 | | - | |
501 | 468 | | |
502 | 469 | | |
503 | 470 | | |
| |||
525 | 492 | | |
526 | 493 | | |
527 | 494 | | |
528 | | - | |
529 | | - | |
530 | | - | |
531 | | - | |
532 | | - | |
533 | | - | |
534 | | - | |
535 | | - | |
536 | | - | |
537 | | - | |
538 | | - | |
539 | | - | |
540 | | - | |
541 | | - | |
542 | | - | |
543 | | - | |
544 | | - | |
545 | | - | |
546 | | - | |
547 | | - | |
548 | | - | |
549 | | - | |
550 | 495 | | |
551 | 496 | | |
552 | 497 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
23 | 23 | | |
24 | 24 | | |
25 | 25 | | |
26 | | - | |
27 | 26 | | |
28 | 27 | | |
29 | 28 | | |
| |||
32 | 31 | | |
33 | 32 | | |
34 | 33 | | |
35 | | - | |
36 | | - | |
37 | | - | |
38 | | - | |
39 | | - | |
| 34 | + | |
40 | 35 | | |
41 | 36 | | |
42 | 37 | | |
| |||
216 | 211 | | |
217 | 212 | | |
218 | 213 | | |
219 | | - | |
220 | | - | |
221 | | - | |
222 | | - | |
223 | | - | |
224 | | - | |
225 | | - | |
226 | | - | |
227 | | - | |
228 | | - | |
229 | | - | |
| 214 | + | |
230 | 215 | | |
231 | 216 | | |
232 | 217 | | |
| |||
Lines changed: 1 addition & 10 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
624 | 624 | | |
625 | 625 | | |
626 | 626 | | |
627 | | - | |
628 | | - | |
629 | 627 | | |
630 | 628 | | |
631 | 629 | | |
| |||
635 | 633 | | |
636 | 634 | | |
637 | 635 | | |
638 | | - | |
639 | | - | |
640 | | - | |
641 | | - | |
642 | | - | |
643 | | - | |
| 636 | + | |
644 | 637 | | |
645 | 638 | | |
646 | 639 | | |
| |||
684 | 677 | | |
685 | 678 | | |
686 | 679 | | |
687 | | - | |
688 | | - | |
689 | 680 | | |
690 | 681 | | |
691 | 682 | | |
| |||
Lines changed: 0 additions & 18 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
96 | 96 | | |
97 | 97 | | |
98 | 98 | | |
99 | | - | |
100 | | - | |
101 | | - | |
102 | | - | |
103 | | - | |
104 | | - | |
105 | | - | |
106 | | - | |
107 | | - | |
108 | | - | |
109 | | - | |
110 | | - | |
111 | | - | |
112 | | - | |
113 | 99 | | |
114 | 100 | | |
115 | 101 | | |
| |||
126 | 112 | | |
127 | 113 | | |
128 | 114 | | |
129 | | - | |
130 | 115 | | |
131 | 116 | | |
132 | 117 | | |
| |||
164 | 149 | | |
165 | 150 | | |
166 | 151 | | |
167 | | - | |
168 | 152 | | |
169 | 153 | | |
170 | 154 | | |
| |||
553 | 537 | | |
554 | 538 | | |
555 | 539 | | |
556 | | - | |
557 | 540 | | |
558 | | - | |
559 | 541 | | |
560 | 542 | | |
561 | 543 | | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | | - | |
Lines changed: 0 additions & 64 deletions
This file was deleted.
0 commit comments