-
-
Notifications
You must be signed in to change notification settings - Fork 1.7k
docs(dart): Document stream mode in configuration pages #18609
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
base: buenaflor/docs/dart-span-streaming-new-spans
Are you sure you want to change the base?
Changes from 3 commits
9d95ee4
f1469e2
ad6539b
bc30c88
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -17,6 +17,12 @@ Flutter Profiling is currently in Alpha and available only for **iOS** and **mac | |
|
|
||
| </Alert> | ||
|
|
||
| <Alert level="warning"> | ||
|
|
||
| Profiling isn't available in stream mode. It works only with the default transaction mode (`SentryTraceLifecycle.static`). | ||
|
Collaborator
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Does it make sense to you to also add this to the main page (New Spans) and display it only for Flutter?
Contributor
Author
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Actually, I think we should remove this. the profiling we have in Flutter is only Alpha and might be removed soon
Collaborator
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Okay, then I'll remove this warning |
||
|
|
||
| </Alert> | ||
|
|
||
| ## Enable Tracing | ||
|
|
||
| Profiling depends on Sentry’s Tracing product being enabled beforehand. To enable tracing in the 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.
"The options above apply to transactions."
Does this also apply to the "Using tracesSampler" section?
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.
tracesSampleralso works for span streaming. I guess this is confusingly worded