Is there a way to send raygun custom logs
guy
                                        Posted on
                                        
                                        Sep 10 2015
                                    
Is there a way to send raygun custom logs ?
Jamie Penney
                                        Posted on
                                        
                                        Sep 11 2015
                                    
Hi,
Raygun doesn't handle general logging at the moment, just crash reporting. We recommend people combine Raygun with a logging provider like LogEntries if they need that data - Raygun does not provide a good interface for displaying and searching through general log messages so you probably won't get any value from trying to shoehorn them in.
If you've got custom data about a crash that you'd like to send along, you can use the User Custom Data feature or the Tags feature to attach extra data to a crash report.
Thanks,
Jamie
jgentes
                                        Posted on
                                        
                                        Jan 05 2016
                                    
In an ideal world, it would be great if Raygun monitored the log feed and simply discarded the logs unless an exception occurs, after which it would grab the previous ~500 lines of log data and include that in the error report.