28 Jan 2025
10:51 PM
- last edited on
29 Jan 2025
09:24 AM
by
MaciejNeumann
Hi,
I'm trying to understand how many users have installed (and are using) my Web Application as PWA on their devices.
Is there an out-of-the-box way to do it using Dynatrace without introducing changes in the source code?
31 Jan 2025 10:48 PM
Unfortunately, not that I can think of. All the methods of tracking this do require a source code change/modifying the manifest:
https://web.dev/learn/pwa/detection
For both the display-mode and the query parameter option, we can grab them if they are present. It would involve using an session property set to look for either the variable (if using display-mode) or the query string if the mode is set in the manifest via start_url