-
Notifications
You must be signed in to change notification settings - Fork 38
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
DCXY-20504: Don't pre-render dropzone when l2 limit is hit and upsell is shown #489
Conversation
Co-authored-by: Adam Peller <[email protected]>
…nd returning user check anymore
Co-authored-by: Adam Peller <[email protected]>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
We will want to make sure we get cookie support in the widget before deploying this PR to a.com prod. At the earliest that would be Dec 11
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks fine
… potentially adding exh cookie that acom reads. This should be retired once both of their app ids are unified.
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## stage #489 +/- ##
=======================================
Coverage 99.44% 99.44%
=======================================
Files 26 26
Lines 2878 2895 +17
=======================================
+ Hits 2862 2879 +17
Misses 16 16 ☔ View full report in Codecov by Sentry. |
Thank you both for the review. |
'to-pdf': 'p_ac_cr_p_c', | ||
'pdf-to': 'p_ac_ex_p_c', | ||
'compress-pdf': 'p_ac_cm_p_ops', | ||
'rotate-pages': 'p_ac_or_p_c', | ||
createpdf: 'p_ac_cr_p_c', |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
hate to add more logic but we should use p_ s_ and d_ for prod, stage and dev, respectively. Perhaps remove the p_ from this map and prepend the right prefix to limitCookie
at L220
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
No worries, makes sense. Updated
Co-authored-by: Adam Peller <[email protected]>
…is shown.