Raygun Feature Request

Feature Request

Include parameters to functions in stack trace?

Current Status:

Will not add

Votes:

8


Avatar

KendallB

I have no idea if this is possible, but is there any way for RayGun to work out what the parameters to each function call in the stack trace were? Many times when trying to reproduce an odd error on a production system, it helps a ton if we know what the parameters to the functions were, as that may be all we need to be able to reproduce it.


Avatar

Raygun

Zheng Li

Posted on
Oct 27 2016

Hi KendallB,

This may or may not be possible, depending on the language. Which provider are you wanting this for?

We currently do this for Python only.

Thanks

Zheng

Avatar

KendallB

Posted on
Oct 27 2016

We are using the .net provider with C# and ASP.NET.

Avatar

Raygun

Deleted User

Posted on
Oct 27 2016

Hi Kendall,

While I agree this would be super useful, .NET Exceptions don't provide this information so it is not something we can surface. What you can do is manually log state in the CustomData of the Raygun message or into the Data property of the exception object and we will log that.

Regards, Jeremy.

Avatar

Laurent

Posted on
Apr 20 2017

What about PHP and Javascript, is it possible to report arguments?