To not mess up our tracking too much and so that we can filter out requests in development (non-packaged versions of the app), it'd be nice to use a slightly different suffix for the user agent.
What changed
Use a separate UA suffix for dev
Test plan
pnpm start
Open console
type window.navigator.userAgent -> should see ReplitDesktop (Development)
Why
To not mess up our tracking too much and so that we can filter out requests in development (non-packaged versions of the app), it'd be nice to use a slightly different suffix for the user agent.
What changed
Use a separate UA suffix for dev
Test plan
pnpm start
window.navigator.userAgent
-> should seeReplitDesktop (Development)