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
* feat: Implement strict trace continuation
Expose `strictTraceContinuation` and `orgId` options in the Capacitor SDK.
These options pass through to @sentry/core which handles the actual trace
continuation validation logic.
Spec: https://develop.sentry.dev/sdk/foundations/trace-propagation/#strict-trace-continuation
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
* chore: Add changelog entry for strict trace continuation
* fix: Add strictTraceContinuation and orgId to FilterNativeOptions
Address Cursor Bugbot feedback: the options were not included in the
FilterNativeOptions whitelist, so they would be silently dropped on
native platforms.
* feat: Map strictTraceContinuation and orgId to native SDKs
The options were being passed through FilterNativeOptions to the bridge
but not mapped to the native SDK options on Android and iOS.
Aligned with sentry-react-native implementation (PR #5829).
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
* test: Add wrapper tests for strictTraceContinuation and orgId
Verify that strictTraceContinuation and orgId options pass through
the native bridge via initNativeSdk, aligned with RN wrapper tests.
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
---------
Co-authored-by: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
0 commit comments