Commit be9faa8
committed
docs: clarify re-grant page-view suppression and event race tradeoff
- appinsights-manager.js: add comment explaining no trackPageView() on
consent re-grant within the same page lifetime (initial page view was
already recorded; re-tracking would duplicate the same URL visit)
- trydotnet-module.js: add comment acknowledging the SDK-loading race
window where TryCodeRunner events may be dropped/unpaired (accepted
v1 tradeoff for a low-frequency edge case)1 parent 16f6280 commit be9faa8
2 files changed
Lines changed: 9 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
152 | 152 | | |
153 | 153 | | |
154 | 154 | | |
| 155 | + | |
| 156 | + | |
| 157 | + | |
| 158 | + | |
155 | 159 | | |
156 | 160 | | |
157 | 161 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
34 | 34 | | |
35 | 35 | | |
36 | 36 | | |
| 37 | + | |
| 38 | + | |
| 39 | + | |
| 40 | + | |
| 41 | + | |
37 | 42 | | |
38 | 43 | | |
39 | 44 | | |
| |||
0 commit comments