-
-
Notifications
You must be signed in to change notification settings - Fork 46
ios log missing #728
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
Comments
@NoCodeBugsFree On iOS, game logs can only be attached to captured events in development (non-shipping) builds. Could you let us know if you have this issue in that configuration as well? Also, there is another related bug with iOS game log attachments (specific to crash events) - #302 |
|
Did you make any changes to the engine related to log file naming/location? Is the missing log issue occurring only for crashes, or does it also affect events that are manually captured? The underlying Sentry Cocoa SDK should always be able to pick up a log file from its default location if the
|
nope, only to produce logs even in shipping builds
|
tested. |
@tustanivsky |
@tustanivsky |
Affecting Supercell too. Can we bump this? |
@NoCodeBugsFree Do you have I couldn't reproduce this issue so far as log files are always saved under |
@NoCodeBugsFree Another reason the log file path might point to the Library directory is if |
Fixed in #873 |
Environment - IOS
How do you use Sentry?
Sentry SaaS (sentry.io) or self-hosted/on-premise (which version?) ( both same result )
Which version of the SDK? 0.21.1
Which version of Unreal? 5.3
Steps to Reproduce
project , configured with attach game logs
https://i.imgur.com/vv2dOsL.png
this one forks fine for me on windows, linux, android , but ios crash report have no log attached.
Expected Result
ios crash have a log like other platforms did
Actual Result
no logs for ios crash https://i.imgur.com/UMXmmxd.png
The text was updated successfully, but these errors were encountered: