[FullStory] Add projectId to the context (#166693)

This commit is contained in:
Alejandro Fernández Haro 2023-09-19 12:44:00 +02:00 committed by GitHub
parent 95868c724a
commit ab073a6d3d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -32,6 +32,7 @@ const PAGE_VARS_KEYS = [
'buildNum', // May be useful for Serverless
'cloudId',
'deploymentId',
'projectId', // projectId and deploymentId are mutually exclusive. They shouldn't be sent in the same offering.
'cluster_name',
'cluster_uuid',
'cluster_version',