Raygun API | Send method

Stefan Kip

Posted on
Mar 11 2013

These are all the Send methods of the RaygunClient:

public void Send(Exception exception);
public void Send(RaygunMessage raygunMessage);
public void Send(Exception exception, IList<string> tags);
public void Send(Exception exception, IList<string> tags, IDictionary userCustomData);
public void Send(Exception exception, IList<string> tags, IDictionary userCustomData, string version);

I'm missing a method here, what if I'd like to send 'userCustomData' without tags? So I think a method should be added:

public void Send(Exception exception, IDictionary userCustomData);

John-Daniel Trask

Raygun

Posted on
Mar 15 2013

Good idea Stefan, we'll look at adding an overload for that.


Reply