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
How did you install the package? (Git-URL, Assetstore)
Manually included Sentry Unreal Plugin in project
Which version of Unreal?
4.27.2
Is this happening in Unreal (editor) or on a player like Android, iOS, Windows?
Android
Steps to Reproduce
Configured custom attachments on the ConfigureScope callback in the GameInstance Init method. Local logs show the file being found and attached but on Sentry the log is not included in the crash event attachments. However, manually calling ConfigureEventWithScope or ConfigureMessageWithScope properly includes the attachment with the same delegate.
I've also tried this in blueprints using your documentation with no success either.
Expected Result
I would expect to see the attachment included in the crash event.
Unfortunately, I don't know how to phrase this in a more favorable light but currently, this is a known limitation of the native SDK.
I'll change this from a bug to a feature request.
Environment
How do you use Sentry?
Sentry SaaS
Which version of the SDK?
0.2.0
How did you install the package? (Git-URL, Assetstore)
Manually included Sentry Unreal Plugin in project
Which version of Unreal?
4.27.2
Is this happening in Unreal (editor) or on a player like Android, iOS, Windows?
Android
Steps to Reproduce
Configured custom attachments on the
ConfigureScope
callback in the GameInstanceInit
method. Local logs show the file being found and attached but on Sentry the log is not included in the crash event attachments. However, manually callingConfigureEventWithScope
orConfigureMessageWithScope
properly includes the attachment with the same delegate.I've also tried this in blueprints using your documentation with no success either.
Expected Result
I would expect to see the attachment included in the crash event.
Actual Result
No attachment is included in the crash event.
Code sample:
The text was updated successfully, but these errors were encountered: