Skip to content

chore: collecting profile_id for superposition#2

Open
Pradeep-kumar1202 wants to merge 1 commit into
mainfrom
profile_id_support
Open

chore: collecting profile_id for superposition#2
Pradeep-kumar1202 wants to merge 1 commit into
mainfrom
profile_id_support

Conversation

@Pradeep-kumar1202

Copy link
Copy Markdown
  • Making profile_id as a mandatory field for superposition

final responseBody = jsonDecode(response.body) as Map<String, dynamic>;
_hyper.init(HyperConfig(publishableKey: responseBody['publishableKey']));
_hyper.init(
HyperConfig(

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

aren't we going to use the sdkAuthorization if so, we don't need to collect profileId

Copy link
Copy Markdown
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The profileId is needed for prefetching config. checked with Shivam about this.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants