You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
URLs sent to Sentry should have authority filtered correctly. While this is implemented already, filtering of emails from other parts of the URL is not desired. This has come up in the following issues: getsentry/sentry-java#2690 getsentry/sentry-dart#1418
The goal of this issue is to ensure that all our SDKs
Thanks for checking! I don't see a test for the first case though - with email outside of the authority part, e.g. https://dev.sentry.io/api/v4/reset/[email protected] -> https://dev.sentry.io/api/v4/reset/[email protected]
Description
URLs sent to Sentry should have authority filtered correctly. While this is implemented already, filtering of emails from other parts of the URL is not desired. This has come up in the following issues:
getsentry/sentry-java#2690
getsentry/sentry-dart#1418
The goal of this issue is to ensure that all our SDKs
Examples: (for more see e.g. https://github.com/getsentry/sentry-dart/blob/8a10ab719072f65d029985c211471d779ab2a3cb/dart/test/utils/http_sanitizer_test.dart#L9)
Tasks
The text was updated successfully, but these errors were encountered: