-
Notifications
You must be signed in to change notification settings - Fork 220
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
Add Meta information to Exception Mechanism #965
Comments
What would be your use-case for adding these? |
Same as for #606: Proxying non-golang errors. Since you already added non-golang error interfaces in that PR, I think it's sensible to add the remaining ones and close the gap. Specifically, I want to proxy iOS errors and cannot use the cocoa Sentry SDK for it. |
Sure, this makes sense to me. PRs are welcome; otherwise, I'll try to add this in the next few weeks.
Feel free to drop us an issue on https://github.com/getsentry/sentry-cocoa in case something is missing. |
The use-case for that is supporting telemetry from an iOS Framework (Apple's term for an SDK). But since Sentry-cocoa doesn't support multiple instances, only a global one, you would clash with the potential instance of the Framework's user's code (if they use Sentry that is).
I'd love to add it, but don't know if I'll find the time anytime soon. If you'd want to wait for it, I might find some free time in the next months or so. |
Problem Statement
Pull request #606 already added support for a number of non-golang event interfaces. It is, however, missing the
meta
interface on the exception mechanism. (See Sentry SDK dev docs).Could this also be added?
Solution Brainstorm
The text was updated successfully, but these errors were encountered: