-
-
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
Missing request interface in event #841
Comments
Thanks, @ainopara for reporting this. You are right that this property is missing. We have adding this on our backlog, but I can't give you an ETA. Please upvote if you want this feature, so we can give this a higher prior if needed. Of course, your help or the help of any motivated engineer to open up a PR for this would be highly appreciated. |
This issue has gone three weeks without activity. In another week, I will close it. But! If you comment or otherwise update it, I will reset the clock, and if you label it "A weed is but an unloved flower." ― Ella Wheeler Wilcox 🥀 |
Checkout the implementation in Java for reference. |
Platform:
Swift:
sentry-cocoa installed with:
Version of sentry-cocoa:
6.0.6
I have the following issue:
From the documentation, the event can carry information related to a request url.
The related property seems missing in
SentryEvent
.This feature is useful when reporting events related to a network request, for example, a decode failure.
Please consider adding support to this feature. Thank you.
The text was updated successfully, but these errors were encountered: