Pass raw sentry payload JSON to captureException? #5996
cameronmcefee
started this conversation in
General
Replies: 2 comments
-
As a hacky solution, I imagine I could probably save the contents of |
Beta Was this translation helpful? Give feedback.
0 replies
-
To answer my own questions with something that works as ok as can be expected…
It's ugly, but it is better than no Sentry at all |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hello!
The following question is dumb, but humor me: I'm writing a plugin for Sketch which runs in a JavaScript-like environment that is actually thing JavaScript wrappers around Objective C 🙃 . Needless to say, there is not an out-of-the-box solution for Sentry, because whatever method by which the data is transmitted is not supported.
However, a component of the plugin is a webview which does exist in a JavaScript environment, and I can communicate between the two. I'm thinking that the most practical way for me to actually capture exceptions in the non-supported layer would be to pass the Sentry payload through and then send it from the @sentry/react instance I have running in the webview.
So, I have two questions:
Beta Was this translation helpful? Give feedback.
All reactions