sentry-cocoa icon indicating copy to clipboard operation
sentry-cocoa copied to clipboard

Integration `enableNetworkBreadcrumbs` causes requests to fail

Open bitsandfoxes opened this issue 8 months ago • 3 comments

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.

bitsandfoxes avatar Jun 21 '24 08:06 bitsandfoxes