sentry-cocoa
sentry-cocoa copied to clipboard
Integration `enableNetworkBreadcrumbs` causes requests to fail
Description
I've got a repro that I shared with @brustolin.
In a Unity game, subsequent requests fail with error 404
. The request URL gets modified by having it appended and separated by a ,
. I.e. example.com,example.com
See original issue https://github.com/getsentry/sentry-unity/issues/1658
Setting enableNetworkBreadcrumbs = NO
"fixes" the issue.