-
-
Notifications
You must be signed in to change notification settings - Fork 339
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
Support hints
#2325
Comments
If we add an overload for |
On Java, we have typed hints. I think that would be better than having a |
Yes, it used to be a |
Hints must allow capturing stacktraces only for one event if capture stacktraces is disabled in the options, as requested in #3386. |
Thanks, @philipphofmann! Can you expand a little bit more on how much of a priority this is from Sentry's point of view and what should we expect in terms of timeline? 🙏 |
@marcelofabri We bumped the priority because we have more data points that |
Any updates on this? The (in)ability to add attachments to crash reports may be a deal-breaker for us. |
@sebastienboisvert, no sadly no updates yet. What is your use case for adding attachments to crash reports? Maybe there is already a working solution covering your use case. |
@philipphofmann as mentioned in some of the linked issues, we'd like to include text logs as an attachment as part of the crash report. As an alternative I'm looking to see if there's a way to upload an attachment separately through the REST API (still reading through the docs). |
@sebastienboisvert, if your text logs aren't huge, you could consider adding breadcrumbs in before the SDK sends the crash event. |
Description
This is needed for #1460 and #2650
Also for https://develop.sentry.dev/sdk/features/#http-client-errors -> PR
Hints
are part of the Unified API.Hints are generally a
Map<String, Any>
, on Java leverage the data bag with a typed class with helper methods.The text was updated successfully, but these errors were encountered: