Skip to content

Commit 115e6a4

Browse files
authored
Update develop-docs/sdk/expected-features/setup-wizards/index.mdx
1 parent 4d260e4 commit 115e6a4

File tree

1 file changed

+1
-1
lines changed
  • develop-docs/sdk/expected-features/setup-wizards

1 file changed

+1
-1
lines changed

develop-docs/sdk/expected-features/setup-wizards/index.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ must respect users' decisions.
6161

6262
Some examples:
6363
- We should not enable a feature that users previously declined (e.g. set `tracesSampleRate` if users previously declined to enable tracing)
64-
- We may set additional options, like the `tunnelRoute` option in Next.Js, but we should ask for consent whenever reasonable.
64+
- We may set additional options, like the `tunnelRoute` option in Next.Js, but we should ask for consent whenever reasonable. In this exapmle, consent is important because setting this option potentially increases users' traffic and hence their infrastructure bill.
6565
- We may set additional options like `tracePropagationTargets` or `sendDefaultPii` as comments, if we think that these are options users should be aware of.
6666

6767
### Cater to the 80%

0 commit comments

Comments
 (0)