-
Notifications
You must be signed in to change notification settings - Fork 72
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
PROD-1410: Pass property id when fides.js intializes #5393
Conversation
The latest updates on your projects. Learn more about Vercel for Git ↗︎ 1 Skipped Deployment
|
fides Run #10501
Run Properties:
|
Project |
fides
|
Run status |
Passed #10501
|
Run duration | 00m 39s |
Commit |
032f3675b9 ℹ️: Merge a4546083a69bde0dff5456b9ea3804c4030a73b9 into 60f69d6c12c41cdab612c5d03e96...
|
Committer | Tom Van Dort |
View all properties for this run ↗︎ |
Test results | |
---|---|
Failures |
0
|
Flaky |
0
|
Pending |
0
|
Skipped |
0
|
Passing |
4
|
Upgrade your plan to view test results. |
f85b010
to
2f4de38
Compare
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 may also want to change the interface FetchExperienceOptions
to not make this optional anymore;
From:
propertyId?: string | null;
To:
propertyId: string | null;
Thoughts on: |
Makes sense, totally fine! That's probably why it was marked optional to begin with. I like it being required but potentially |
We want to force callers to think about passing property id in on all callsites but we do not want to have to convert it from null everywhere.
fides Run #10503
Run Properties:
|
Project |
fides
|
Run status |
Passed #10503
|
Run duration | 00m 38s |
Commit |
1551261585: PROD-1410: Pass property id when fides.js intializes (#5393)
|
Committer | Tom Van Dort |
View all properties for this run ↗︎ |
Test results | |
---|---|
Failures |
0
|
Flaky |
0
|
Pending |
0
|
Skipped |
0
|
Passing |
4
|
Upgrade your plan to view test results. |
Closes [PROD-1410]
Description Of Changes
If you call
Fides.init()
it doesn't seem to pass property ids specified in the config. This PR should fix that.Code Changes
Steps to Confirm
Pre-Merge Checklist
CHANGELOG.md
main
downgrade()
migration is correct and works