Skip to content
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

Events on RaygunClient before entering background thread #297

Closed
gregpakes opened this issue Jun 7, 2016 · 2 comments
Closed

Events on RaygunClient before entering background thread #297

gregpakes opened this issue Jun 7, 2016 · 2 comments

Comments

@gregpakes
Copy link
Contributor

Hi,

I have a requirement where I want to intercept an event on RaygunClient. I have looked at CustomGroupingKey and SendingMessage events, but when used with the HttpModule, these fire on a background thread, after SendInBackground is called.

I have forked and have a working version with a new event called BeforeSendingMessage which makes sure the event is fired before calling the background thread.

Is this something that you would be interested in me creating a PR for?

If so, do I need to go and add all the functionality in all the RaygunClient.cs files for each project?

thanks,

Greg

@QuantumNightmare
Copy link
Contributor

Hi Greg,

Apologies for the late reply. Feel free to create a PR, we can take a look at it when working on the next version. Don't worry about adding this support to all the .NET providers, we could do that.

-Jason Fauchelle

@mduncan26
Copy link
Contributor

Closing this issue for now. If you wish to see this issue addressed please create a new issue or post within our forums (https://raygun.com/forums). Thank you.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants