Replies: 1 comment 2 replies
-
@bagusnl it doesn't look like there are any clues in either your code or the debug log. Are you able to describe how we can reproduce this? |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi, I'm working on SentrySDK integration for our project, and when trying to upload the application log to the Sentry-compatible self-hosted DSN (tried both bugsink and glitchtip) but the attachment length seems to be always 0. This leads to the attachment not shown in the dashboard and in the case for GlitchTip, a BadRequest error.
Tried to use both global scope, local scope, copying the log file to temporary folder, using StreamReader, etc but it seems to always do the same thing.
Sender snippet example
where LogPath contains the path to the current log where the app is using. I do believe that this is correct since Sentry debug console does not show any errors before sending the envelope.
Debug message
Link to the Sentry handler code
https://github.com/CollapseLauncher/Collapse/blob/325e4d73d25d70a87b4f42b59848240f01d4bd28/Hi3Helper.Core/Classes/SentryHelper/SentryHelper.cs
Beta Was this translation helpful? Give feedback.
All reactions