-
-
Notifications
You must be signed in to change notification settings - Fork 329
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add "Is Foreground" to app tags #4559
Comments
github-project-automation
bot
moved this to Needs Discussion
in Mobile & Cross Platform SDK
Nov 20, 2024
Hello @aellett, thanks for the suggestion. |
We have sentry-cocoa/Sources/Sentry/SentryClient.m Lines 675 to 703 in d70a7e8
|
philipphofmann
added a commit
that referenced
this issue
Nov 21, 2024
The SDK already attaches the in_foreground to events, but it didn't for transactions. This is fixed now. Fixes GH-4559
7 tasks
PR is open: #4561 |
philipphofmann
moved this from Needs Discussion
to Needs Review
in Mobile & Cross Platform SDK
Nov 21, 2024
github-project-automation
bot
moved this from Needs Review
to Done
in Mobile & Cross Platform SDK
Nov 22, 2024
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Problem Statement
I was comparing some events between our iOS and Android native apps recently, and I saw that our Android transactions had an automatic tag for
App.In Foreground
, but the iOS transactions didn't seem to have that. I looked around a little bit, but couldn't find the same tag; wondering if that could be surfaced in the cocoa sdk.Looks like Android is using 7.15.0 of sentry.java.android and iOS is currently at 8.36.0 of sentry-cocoa.
Solution Brainstorm
No response
Are you willing to submit a PR?
No response
The text was updated successfully, but these errors were encountered: