-
-
Notifications
You must be signed in to change notification settings - Fork 2
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
Why can't I get the data for @ request #81
Comments
Thanks for reporting this issue. We will get back to you in a while |
I'm not sure if a plugin is registered or if it's possible to get access to the request context so that is why it may not be populated. It would probably help to say what frameworks you are using and also dig into the library and take a look. I'm not familiar as this is a community maintained integration. |
I Create a New Project. I Can't Get the RequestInfo. |
@pc9795 Any ideas? |
Let me have a look |
what's up?bro. |
@pc9795 please look at this. |
Hello @nbgesion and thanks for your patience. I was out of the town for a while 🙇 I looked into the issue and I can see you are using
This particular method just submits an error event with an exception and don't know anything about what request has caused this exception. We can see the code here To get what you want to do we have to do something like this
Let me know if it solves your issue |
Why can't I get the data for @request? RequestInfo is Null
That's how I use it.
client.submitException(e);
The text was updated successfully, but these errors were encountered: