Commit 3d63621
authored
profiling: add platform to chunk envelope (#15758)
We need to send the platform as part of envelope headers as this is the
item that relay is checking to manage rate limiting. We only care about
backend (node) and in the future frontend.
@AbhiPrasad please correct me here to use the correct convention, would
`javascript.node` be more appropriate? The only requirement really is to
have all nodejs platform types be of a single platform type, so we dont
need to maintain the ever growing list in relay1 parent 4bc89bd commit 3d63621
File tree
3 files changed
+6
-2
lines changed- packages/profiling-node
- src
- test
3 files changed
+6
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
516 | 516 | | |
517 | 517 | | |
518 | 518 | | |
519 | | - | |
| 519 | + | |
520 | 520 | | |
521 | 521 | | |
522 | 522 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
400 | 400 | | |
401 | 401 | | |
402 | 402 | | |
| 403 | + | |
403 | 404 | | |
404 | 405 | | |
405 | 406 | | |
406 | 407 | | |
407 | 408 | | |
408 | 409 | | |
409 | 410 | | |
| 411 | + | |
410 | 412 | | |
411 | 413 | | |
412 | 414 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
643 | 643 | | |
644 | 644 | | |
645 | 645 | | |
646 | | - | |
| 646 | + | |
| 647 | + | |
| 648 | + | |
647 | 649 | | |
648 | 650 | | |
649 | 651 | | |
| |||
0 commit comments