feat(app): add Mixpanel track event for sizes #20633
Merged
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Overview
add Mixpanel track event for sizes
close AUTH-2527
{ "event": "notificationProtocolVisualizationViewportSizes", "properties": { "time": 1768693194.291, "distinct_id": "distinct_id", "$browser": "Chrome", "$browser_version": 142, "$city": "Queens", "$current_url": "http://localhost:5173/#/labware", "$initial_referrer": "$direct", "$initial_referring_domain": "$direct", "$insert_id": "insert_id", "$lib_version": "2.22.1", "$mp_api_endpoint": "api.mixpanel.com", "$mp_api_timestamp_ms": 1768693194291, "$mp_event_size": 832, "$os": "Mac OS X", "$region": "New York", "$screen_height": 1600, "$screen_width": 2560, "Left Column Width": 590, // this pr adds "Right Column Width": 429, // this pr adds "U2E Device Name": "USB 10/100/1000 LAN", "U2E IPv4 Address": false, "U2E Manufacturer": "Realtek", "U2E Product ID": 33107, "U2E Serial Number": "000001", "U2E Vendor ID": 3034, "Window Height": 768, // this pr adds "Window Width": 1548, // this pr adds "appId": "appid", "appMode": "Desktop", "appVersion": "version", "customLabwareCount": 12, "mp_country_code": "US", "mp_lib": "web", "mp_processing_time_ms": 1768693197273 } }Test Plan and Hands on Testing
Changelog
Review requests
Risk assessment
low