-
-
Notifications
You must be signed in to change notification settings - Fork 1.6k
feat(native): add data collected page #13483
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
Merged
Merged
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
|
The latest updates on your projects. Learn more about Vercel for Git ↗︎
2 Skipped Deployments
|
Bundle ReportChanges will increase total bundle size by 219 bytes (0.0%) ⬆️. This is within the configured threshold ✅ Detailed changes
Affected Assets, Files, and Routes:view changes for bundle: sentry-docs-client-array-pushAssets Changed:
view changes for bundle: sentry-docs-server-cjsAssets Changed:
|
supervacuus
approved these changes
Apr 23, 2025
Collaborator
supervacuus
left a comment
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.
LGTM, only minor corrections to highlight differences in the implementation.
docs/platforms/native/common/data-management/data-collected.mdx
Outdated
Show resolved
Hide resolved
Co-authored-by: Mischan Toosarani-Hausberger <mischan@abovevacant.com>
bitsandfoxes
pushed a commit
that referenced
this pull request
Apr 24, 2025
[Vercel Preview](https://sentry-docs-git-feat-nativedatacollectiondocs.sentry.dev/platforms/native/data-management/data-collected/) ## DESCRIBE YOUR PR As part of the initiative to have this information visible for each SDK, we also add this page for the native one. We can take inspiration from the [Python](https://docs.sentry.io/platforms/python/data-management/data-collected/) or [Android ](https://docs.sentry.io/platforms/android/data-management/data-collected/) versions of this page, adapting it to what exists in Native. We don't have `send_default_pii` as an option yet, so we should just document the PII that gets sent automatically by using the native SDK. ### ToDo - [x] add the data we collect to the page ## IS YOUR CHANGE URGENT? Help us prioritize incoming PRs by letting us know when the change needs to go live. - [ ] Urgent deadline (GA date, etc.): <!-- ENTER DATE HERE --> - [ ] Other deadline: <!-- ENTER DATE HERE --> - [x] None: Not urgent, can wait up to 1 week+ ## SLA - Teamwork makes the dream work, so please add a reviewer to your PRs. - Please give the docs team up to 1 week to review your PR unless you've added an urgent due date to it. Thanks in advance for your help! ## PRE-MERGE CHECKLIST *Make sure you've checked the following before merging your changes:* - [ ] Checked Vercel preview for correctness, including links - [ ] PR was reviewed and approved by any necessary SMEs (subject matter experts) - [ ] PR was reviewed and approved by a member of the [Sentry docs team](https://github.com/orgs/getsentry/teams/docs) --------- Co-authored-by: Mischan Toosarani-Hausberger <mischan@abovevacant.com>
codyde
added a commit
that referenced
this pull request
Apr 26, 2025
* 'master' of https://github.com/getsentry/sentry-docs: (49 commits) Bump API schema to f203c35d (#13523) Update index.mdx (#13345) feat(toggle): Adding docs for the toggle command (#13487) feat(Unity): Added `trace ID` connecting error explainer (#13516) feat(Unity): Editor Facelift (#13514) feat(Unity): Updated `options` and error capture explainer (#12904) Add data collected page for KMP (#13485) adjust language to be clear on developer privacy responsability (#13502) Factory and Teamcamp integrations (#13365) feat: More clearly document log envelope item in logs spec (#13501) Small improvements to `traces_sampler` configuration. (#13470) docs(js): Further clarify `denyUrls` (#13481) fix(js): Update `denyUrls` text in filtering page (#13494) docs(js): Fix uglify example command (#13329) chore(legal): Add note about how users are identified on Mobile (#13465) feat(native): add data collected page (#13483) ref(sourcemaps): Add faulty community-maintained packages to troubleshooting doc (#12915) feat(changelog): Add missing form-textarea class to editor (#12893) Remove 'Set Up' prefix from sidebar titles across all platforms (#13392) Bump API schema to 7028abc0 (#13490) ...
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Vercel Preview
DESCRIBE YOUR PR
As part of the initiative to have this information visible for each SDK, we also add this page for the native one.
We can take inspiration from the Python or Android versions of this page, adapting it to what exists in Native.
We don't have
send_default_piias an option yet, so we should just document the PII that gets sent automatically by using the native SDK.ToDo
IS YOUR CHANGE URGENT?
Help us prioritize incoming PRs by letting us know when the change needs to go live.
SLA
Thanks in advance for your help!
PRE-MERGE CHECKLIST
Make sure you've checked the following before merging your changes: