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
We can't use the Heroku instance ID because it can cause conflicting
metrics to be sent with the same instance ID if the app uses clustering.
This is the safest thing to do and it's what EDO are suggesting.
Copy file name to clipboardExpand all lines: packages/app-info/README.md
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -103,7 +103,7 @@ This is derived from the dyno metadata
103
103
104
104
### `appInfo.instanceId`
105
105
106
-
Get the ID of the instance that's running the application. This is derived from `process.env.HEROKU_DYNO_ID` if present, otherwise it will be set to a random UUID that identifies the currently running process.
106
+
Get the unique identifier for the instance that's running the application. This will be a different UUID for each running process, including cluster workers.
0 commit comments