chore: add env flag to enable session recorder conditionally (#822)

This commit is contained in:
Aaryan Khandelwal
2023-04-14 15:17:35 +05:30
committed by GitHub
parent 81da8715d5
commit c7d930f89b
3 changed files with 17 additions and 8 deletions

View File

@@ -13,7 +13,8 @@
"NEXT_PUBLIC_UNSPLASH_ACCESS",
"NEXT_PUBLIC_TRACK_EVENTS",
"TRACKER_ACCESS_KEY",
"NEXT_PUBLIC_CRISP_ID"
"NEXT_PUBLIC_CRISP_ID",
"NEXT_PUBLIC_ENABLE_SESSION_RECORDER"
],
"pipeline": {
"build": {