Skip to content

Commit 219402c

Browse files
Update docs/platforms/android/data-management/sensitive-data/index.mdx
Co-authored-by: Liza Mock <[email protected]>
1 parent 1f71c3b commit 219402c

File tree

1 file changed

+1
-1
lines changed
  • docs/platforms/android/data-management/sensitive-data

1 file changed

+1
-1
lines changed

docs/platforms/android/data-management/sensitive-data/index.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ Sensitive data may appear in the following areas:
5454
- User context → Automated behavior is controlled via <PlatformIdentifier name="send-default-pii" />.
5555
- HTTP context → Query strings may be picked up in some frameworks as part of the HTTP request context.
5656
- Transaction Names → In certain situations, transaction names might contain sensitive data. For example, a browser's pageload transaction might have a raw URL like `/users/1234/details` as its name (where `1234` is a user id, which may be considered PII). In most cases, our SDKs can parameterize URLs and routes successfully, that is, turn `/users/1234/details` into `/users/:userid/details`. However, depending on the framework, your routing configuration, race conditions, and a few other factors, the SDKs might not be able to completely parameterize all of your URLs.
57-
- HTTP Spans → Most SDKs will add the HTTP query string and fragment as a data attribute to the span, which may need to be scrubbed.
57+
- HTTP Spans → Most SDKs will include the HTTP query string and fragment as a data attribute, which means the HTTP span may need to be scrubbed.
5858

5959
For more details and data filtering instructions, see <PlatformLink to="/configuration/filtering/">Filtering Events</PlatformLink>.
6060

0 commit comments

Comments
 (0)