Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions docs/platforms/dart/guides/flutter/index.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ Future<void> main() async {
(options) {
options.dsn = '___PUBLIC_DSN___';
// Adds request headers and IP for users, for more info visit:
// visit: https://docs.sentry.io/platforms/dart/guides/flutter/data-management/data-collected/ for more info
// https://docs.sentry.io/platforms/dart/guides/flutter/data-management/data-collected/ for more info
options.sendDefaultPii = true;
// ___PRODUCT_OPTION_START___ performance
// Set tracesSampleRate to 1.0 to capture 100% of transactions for tracing.
Expand Down Expand Up @@ -113,7 +113,7 @@ Future<void> main() async {
(options) {
options.dsn = '___PUBLIC_DSN___';
// Adds request headers and IP for users, for more info visit:
// visit: https://docs.sentry.io/platforms/dart/guides/flutter/data-management/data-collected/ for more info
// https://docs.sentry.io/platforms/dart/guides/flutter/data-management/data-collected/ for more info
options.sendDefaultPii = true;
// ___PRODUCT_OPTION_START___ performance
// Set tracesSampleRate to 1.0 to capture 100% of transactions for tracing.
Expand Down
2 changes: 1 addition & 1 deletion docs/platforms/dart/guides/flutter/manual-setup.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ Future<void> main() async {
(options) {
options.dsn = '___PUBLIC_DSN___';
// Adds request headers and IP for users, for more info visit:
// visit: https://docs.sentry.io/platforms/dart/guides//data-management/data-collected/ for more info
// https://docs.sentry.io/platforms/dart/data-management/data-collected/
options.sendDefaultPii = true;
// ___PRODUCT_OPTION_START___ performance
// Set tracesSampleRate to 1.0 to capture 100% of transactions for tracing.
Expand Down