You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* DRAFT: Add urlChanged to WebTelemetry
Uses JK's suggestion to get at the event type.
If I add this to `urlChanged` (in web-telemetry.js) I see that neither of these are true, which confuses me. It may be that we need a check here, or perhaps this is working because the WebTelemetry feature is enabled and that's by design.
```js
console.log('WebTelemetry: URL changed', navigationType, this.getFeatureSettingEnabled('urlChanged'), this.getFeatureSettingEnabled('listenForUrlChanges'));
```
* Apply suggestions from code review
Co-authored-by: Jonathan Kingston <[email protected]>
* Apply suggestions from code review
Co-authored-by: Jonathan Kingston <[email protected]>
* Update injected/src/url-change.js
* lint-fix
---------
Co-authored-by: Jonathan Kingston <[email protected]>
0 commit comments