-
Notifications
You must be signed in to change notification settings - Fork 18
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Wrong page name is logged #194
Comments
We have the same issue. We are using the native Angular version: 18.2.4
Example of route:
|
The main SDK (which knows nothing about angular or any other framework) reads the page title from the So if the |
That makes sense. Then anyone running into this should probably add an event handler of sorts and call The sample project has a similar approach by subscribing to the router events: Lines 20 to 34 in 643ffcb
Perhaps it would prevent confusion to touch upon this behaviour somewhere in the documentation. I can imagine people might expect the 'correct' page title to be logged when using the Angular plugin—at least when using the native title strategy Angular provides. |
Agree, I've tagged as a documentation issue |
I’m using the basic configuration and I noticed that the although the correct URL is saved, the previous page name is saved. I'm using a title resolver to update the page title. Any idea how to workaround this issue?
The text was updated successfully, but these errors were encountered: