We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7fbdb6d commit c50e7beCopy full SHA for c50e7be
develop-docs/sdk/philosophy.mdx
@@ -52,7 +52,7 @@ While we generally should try to keep the API surfaces of SDKs reasonable small.
52
Some types of errors cannot be resolved without the data that was given to the program.
53
But make sure that auto instrumentations doesn't attach PII without an explicit opt-in from the user.
54
The server must be aware of parts of the protocol that include PII to scrub them by default.
55
-Please check <Link to="/sdk/data-handling">Data Handling</Link> for more detail.
+Please check <Link to="/sdk/expected-features/data-handling">Data Handling</Link> for more detail.
56
57
## Don’t forget the big picture
58
0 commit comments