-
Notifications
You must be signed in to change notification settings - Fork 908
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
Stephenarosaj/headerz #8749
Stephenarosaj/headerz #8749
Conversation
🦋 Changeset detectedLatest commit: 99cced0 The changes in this PR will be included in the next version bump. This PR includes changesets to release 2 packages
Not sure what this means? Click here to learn what changesets are. Click here if you're a maintainer who wants to add another changeset to this PR |
Vertex AI Mock Responses Check
|
Size Report 1Affected Products
Test Logs |
Size Analysis Report 1This report is too large (70,082 characters) to be displayed here in a GitHub comment. Please use the below link to see the full report on Google Cloud Storage.Test Logs |
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.
Could you add a Changset please?
Changeset File Check ✅
|
.changeset/little-news-sniff.md
Outdated
'firebase': minor | ||
--- | ||
|
||
Add custom request headers based on type of SDK calling Core SDK |
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.
This will become release notes shortly. Could you rephrase this with our users in mind. Maybe something like:
Changed: Add custom request headers based on the type of SDK (TanStack, Angular, etc) that's invoking Data Connect requests. This will help us something something.
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.
Done - let me know what you think
Add support for web framework tracking via custom headers
CallerSdkTypeEnum
enum to differentiate between frameworks_callerSdkType
field and_setCallerSdkType()
methods toDataConnect
type, as well asDataConnectTransport
types_isUsingGen
fields and functions (_isUsingGen = false
is now represented byCallerSdkTypeEnum.Base
, while_isUsingGen = true
is represented by any value other thanCallerSdkTypeEnum.Base
)