getsentry / team-mobile

Meta issues for the Mobile team
4 stars 1 forks source link

Sanitize sensitive data from URLs (span desc, span data, crumbs, client errors) #70

Closed marandaneto closed 1 year ago

marandaneto commented 2 years ago

Related to https://github.com/getsentry/team-webplatform-meta/issues/2 Spec https://github.com/getsentry/develop/pull/773

Rely did some work but SDKs should start sending structured data, RFC

### Tasks
- [ ] https://github.com/getsentry/sentry-java/issues/2365
- [ ] https://github.com/getsentry/sentry-cocoa/issues/2943
- [ ] https://github.com/getsentry/sentry-dotnet/issues/2078
- [ ] https://github.com/getsentry/sentry-dart/issues/1171
- [x] RN/Capacitor (likely inherits from JS unless we have custom instrumentation setting them)
antonpirker commented 1 year ago

@marandaneto please update the link to the spec to this PR: https://github.com/getsentry/develop/pull/773 Thanks!

marandaneto commented 1 year ago

So RN and Capacitor will get for free once the JS SDK fixes it, our auto updater is going to open a PR upgrading the JS SDK and that's all we need, removing the labels from those SDKs that don't need fixes.