fix(mobile): avoid double session reporting release health - #4341
#4341Merged
bruno-garcia merged 2 commits intoJul 12, 2025
maingetsentry/sentry-dotnet:mainfrom
cursor/disable-session-tracking-in-sdk-initialization-1e8fgetsentry/sentry-dotnet:cursor/disable-session-tracking-in-sdk-initialization-1e8fCopy head branch name to clipboard
Merged
fix(mobile): avoid double session reporting release health#4341bruno-garcia merged 2 commits intomaingetsentry/sentry-dotnet:mainfrom cursor/disable-session-tracking-in-sdk-initialization-1e8fgetsentry/sentry-dotnet:cursor/disable-session-tracking-in-sdk-initialization-1e8fCopy head branch name to clipboard
bruno-garcia merged 2 commits into
maingetsentry/sentry-dotnet:mainfrom
cursor/disable-session-tracking-in-sdk-initialization-1e8fgetsentry/sentry-dotnet:cursor/disable-session-tracking-in-sdk-initialization-1e8fCopy head branch name to clipboard
Conversation
Co-authored-by: bruno <bruno@sentry.io>
Co-authored-by: bruno <bruno@sentry.io>
bruno-garcia
marked this pull request as ready for review
July 12, 2025 15:42
bruno-garcia
enabled auto-merge (squash)
July 12, 2025 16:35
jamescrosswell
approved these changes
Jul 12, 2025
bruno-garcia
deleted the
cursor/disable-session-tracking-in-sdk-initialization-1e8f
branch
July 12, 2025 22:57
This was referenced Jul 28, 2025
This was referenced Aug 15, 2025
This was referenced Aug 27, 2025
This was referenced Sep 8, 2025
This was referenced Sep 15, 2025
This was referenced May 12, 2026
This was referenced May 25, 2026
This was referenced Jun 2, 2026
This was referenced Jun 19, 2026
This was referenced Jun 29, 2026
This was referenced Jul 10, 2026
This was referenced Jul 18, 2026
This was referenced Jul 27, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Hardcode
AutoSessionTrackingtofalsefor native iOS and Android SDKs to prevent double session counting (fixes #4334).Slack Thread