-
Notifications
You must be signed in to change notification settings - Fork 1.1k
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
DOCS-8450: Adding Flutter API #25500
Conversation
Preview links (active after the
|
content/en/real_user_monitoring/mobile_and_tv_monitoring/advanced_configuration/flutter.md
Outdated
Show resolved
Hide resolved
content/en/real_user_monitoring/mobile_and_tv_monitoring/advanced_configuration/flutter.md
Outdated
Show resolved
Hide resolved
content/en/real_user_monitoring/mobile_and_tv_monitoring/advanced_configuration/flutter.md
Show resolved
Hide resolved
content/en/real_user_monitoring/mobile_and_tv_monitoring/advanced_configuration/flutter.md
Outdated
Show resolved
Hide resolved
## Automatic view tracking | ||
|
||
If you are using Flutter Navigator v2.0, your setup for automatic view tracking differs depending on your routing middleware. See [Flutter Integrated Libraries][18] for instructions on how to integrate with [go_router][8], [AutoRoute][9], and [Beamer][10]. | ||
|
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.
I'm wondering if this makes more sense below the initialization parameters?
content/en/real_user_monitoring/mobile_and_tv_monitoring/advanced_configuration/flutter.md
Show resolved
Hide resolved
content/en/real_user_monitoring/mobile_and_tv_monitoring/advanced_configuration/flutter.md
Show resolved
Hide resolved
|
||
`firstPartyHosts` | ||
: Optional<br/> | ||
**Type**: [String]<br/> |
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.
**Type**: [String]<br/> | |
**Type**: List<String><br/> |
List<String>
is going to be more correct than [String]
for Dart, though we may need to escape the angled brackets.
|
||
`firstPartyHostsWithTracingHeaders` | ||
: Optional<br/> | ||
**Type**: Map<br/> |
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.
**Type**: Map<br/> | |
**Type**: Map<String, Set<TracingHeaderType>><br/> |
Co-authored-by: Sandra (neko) <[email protected]> Co-authored-by: Jeff Ward <[email protected]>
What does this PR do? What is the motivation?
Adds some undocumented things from the Flutter SDK
Merge instructions
Additional notes