From e45cfc99d03cc7edbde64adacded2477a2879de5 Mon Sep 17 00:00:00 2001 From: Philipp Suess Date: Tue, 7 Jul 2026 06:26:16 +0200 Subject: [PATCH 1/3] feat(apple): Troubleshooting Rate Limit Bug Add an entry about a recent rate limit bug of the Cocoa SDK. --- docs/platforms/apple/common/troubleshooting/index.mdx | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/docs/platforms/apple/common/troubleshooting/index.mdx b/docs/platforms/apple/common/troubleshooting/index.mdx index 3293381464b82..41c89e471646c 100644 --- a/docs/platforms/apple/common/troubleshooting/index.mdx +++ b/docs/platforms/apple/common/troubleshooting/index.mdx @@ -243,6 +243,12 @@ This means the SDK received an invalid or empty DSN string. Common causes: Verify that the DSN you pass to `options.dsn` is a valid Sentry DSN URL starting with `https://`. +## Too Much Rate Limited Data + +Cocoa SDK versions before [9.20.0](https://github.com/getsentry/sentry-cocoa/releases/tag/9.20.0) and [8.58.4](https://github.com/getsentry/ +sentry-cocoa/releases/tag/8.58.4) have a bug where, when one data type was rate limited (for example, user feedback), the SDK could also drop unrelated data such as errors, spans, and sessions. Please update the Cocoa SDK to version [9.20.0](https://github.com/getsentry/sentry-cocoa/releases/tag/9.20.0) or [8.58.4](https://github.com/get +sentry/sentry-cocoa/releases/tag/8.58.4) or above to fix this problem. + ## Troubleshooting Session Replay See [Session Replay - Troubleshooting](/platforms/apple/guides/ios/session-replay/troubleshooting) for more information. From 6eeb74bc60bc88853fbf75a5771ef9cbec9a1a7a Mon Sep 17 00:00:00 2001 From: Philipp Suess Date: Wed, 8 Jul 2026 05:28:52 +0200 Subject: [PATCH 2/3] fix --- docs/platforms/apple/common/troubleshooting/index.mdx | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/docs/platforms/apple/common/troubleshooting/index.mdx b/docs/platforms/apple/common/troubleshooting/index.mdx index 41c89e471646c..2132ca737c9d1 100644 --- a/docs/platforms/apple/common/troubleshooting/index.mdx +++ b/docs/platforms/apple/common/troubleshooting/index.mdx @@ -246,8 +246,7 @@ Verify that the DSN you pass to `options.dsn` is a valid Sentry DSN URL starting ## Too Much Rate Limited Data Cocoa SDK versions before [9.20.0](https://github.com/getsentry/sentry-cocoa/releases/tag/9.20.0) and [8.58.4](https://github.com/getsentry/ -sentry-cocoa/releases/tag/8.58.4) have a bug where, when one data type was rate limited (for example, user feedback), the SDK could also drop unrelated data such as errors, spans, and sessions. Please update the Cocoa SDK to version [9.20.0](https://github.com/getsentry/sentry-cocoa/releases/tag/9.20.0) or [8.58.4](https://github.com/get -sentry/sentry-cocoa/releases/tag/8.58.4) or above to fix this problem. +sentry-cocoa/releases/tag/8.58.4) have a bug where, when one data type was rate limited (for example, user feedback), the SDK could also drop unrelated data such as errors, spans, and sessions. Please update the Cocoa SDK to version [9.20.0](https://github.com/getsentry/sentry-cocoa/releases/tag/9.20.0) or [8.58.4](https://github.com/getsentry/sentry-cocoa/releases/tag/8.58.4) or above to fix this problem. ## Troubleshooting Session Replay From cdcce74e2c246d400ff9d9bbc5fe3a693c6b096c Mon Sep 17 00:00:00 2001 From: Philipp Suess Date: Wed, 8 Jul 2026 05:29:21 +0200 Subject: [PATCH 3/3] fix --- docs/platforms/apple/common/troubleshooting/index.mdx | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/docs/platforms/apple/common/troubleshooting/index.mdx b/docs/platforms/apple/common/troubleshooting/index.mdx index 2132ca737c9d1..1bb8dd8243281 100644 --- a/docs/platforms/apple/common/troubleshooting/index.mdx +++ b/docs/platforms/apple/common/troubleshooting/index.mdx @@ -245,8 +245,7 @@ Verify that the DSN you pass to `options.dsn` is a valid Sentry DSN URL starting ## Too Much Rate Limited Data -Cocoa SDK versions before [9.20.0](https://github.com/getsentry/sentry-cocoa/releases/tag/9.20.0) and [8.58.4](https://github.com/getsentry/ -sentry-cocoa/releases/tag/8.58.4) have a bug where, when one data type was rate limited (for example, user feedback), the SDK could also drop unrelated data such as errors, spans, and sessions. Please update the Cocoa SDK to version [9.20.0](https://github.com/getsentry/sentry-cocoa/releases/tag/9.20.0) or [8.58.4](https://github.com/getsentry/sentry-cocoa/releases/tag/8.58.4) or above to fix this problem. +Cocoa SDK versions before [9.20.0](https://github.com/getsentry/sentry-cocoa/releases/tag/9.20.0) and [8.58.4](https://github.com/getsentry/sentry-cocoa/releases/tag/8.58.4) have a bug where, when one data type was rate limited (for example, user feedback), the SDK could also drop unrelated data such as errors, spans, and sessions. Please update the Cocoa SDK to version [9.20.0](https://github.com/getsentry/sentry-cocoa/releases/tag/9.20.0) or [8.58.4](https://github.com/getsentry/sentry-cocoa/releases/tag/8.58.4) or above to fix this problem. ## Troubleshooting Session Replay