Commit 7c74848
authored
Remove agent check in client-side-stats (#8503)
## Summary of changes
Removes the minimum-agent version check from the client-side-stats check
## Reason for change
We didn't have it before, which means people who previously had stats,
suddenly won't have them. Also other agents (like bottlecap etc) don't
have the version. And we haven't figured out how to handle that yet.
While CSS is off by default, this seems like the best option to take.
## Implementation details
Remove the code that is checking for CSS support.
## Test coverage
Covered by existing (and removed a test for the behaviour)
## Other details
Follows on from
- #8417
- #8418
- #8420
- #8435
- #8436
- #8444
- #84451 parent b0f41b6 commit 7c74848
2 files changed
Lines changed: 2 additions & 36 deletions
File tree
- tracer
- src/Datadog.Trace/Agent
- test/Datadog.Trace.Tests/Agent
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
552 | 552 | | |
553 | 553 | | |
554 | 554 | | |
555 | | - | |
556 | | - | |
557 | | - | |
558 | | - | |
559 | 555 | | |
560 | | - | |
561 | | - | |
562 | | - | |
563 | | - | |
564 | | - | |
| 556 | + | |
565 | 557 | | |
566 | 558 | | |
567 | 559 | | |
| |||
Lines changed: 1 addition & 27 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
77 | 77 | | |
78 | 78 | | |
79 | 79 | | |
80 | | - | |
81 | | - | |
82 | | - | |
83 | | - | |
84 | | - | |
85 | | - | |
86 | | - | |
87 | | - | |
88 | | - | |
89 | | - | |
90 | | - | |
91 | | - | |
92 | | - | |
93 | | - | |
94 | | - | |
95 | | - | |
96 | | - | |
97 | | - | |
98 | | - | |
99 | | - | |
100 | | - | |
101 | | - | |
102 | | - | |
103 | | - | |
104 | | - | |
105 | 80 | | |
106 | 81 | | |
107 | 82 | | |
| |||
1367 | 1342 | | |
1368 | 1343 | | |
1369 | 1344 | | |
1370 | | - | |
1371 | 1345 | | |
1372 | 1346 | | |
1373 | 1347 | | |
| |||
1379 | 1353 | | |
1380 | 1354 | | |
1381 | 1355 | | |
1382 | | - | |
| 1356 | + | |
1383 | 1357 | | |
1384 | 1358 | | |
1385 | 1359 | | |
| |||
0 commit comments