Commit 0e9ca6f
committed
fix(metrics): Use OAuthNativeServices for 'isFirefoxService' check
Because:
* service=vpn was not being passed up in metrics context since it was missing from the isFirefoxService list
This commit:
* Removes the list and checks against OAuthNativeServices instead which is our source of truth for Fx services
closes FXA-133251 parent 28c9850 commit 0e9ca6f
1 file changed
Lines changed: 3 additions & 5 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
| 7 | + | |
| 8 | + | |
7 | 9 | | |
8 | | - | |
9 | | - | |
10 | | - | |
11 | | - | |
12 | | - | |
| 10 | + | |
13 | 11 | | |
14 | 12 | | |
15 | 13 | | |
| |||
0 commit comments