[mono/monodevelop] d2dff020: [Core] Specify the version to Raygun rather than let it use the assembly version.

"Cody Russell ([email protected])" <[email protected]>
Newsgroups gmane.comp.gnome.mono.patches
Message-ID <00000141cbf26ccc-3f3ac5a9-1900-41b3-afce-35a6eea9e3ea-000000@email.amazonses.com>
   Branch: refs/heads/master
     Home: https://github.com/mono/monodevelop
  Compare: https://github.com/mono/monodevelop/compare/9a3ec099158c...d2dff0202372

   Commit: d2dff0202372fea239cc0e4b1db72410545cfb88
   Author: Cody Russell <[email protected]> (bratsche)
     Date: 2013-10-18 14:21:08 GMT
      URL: https://github.com/mono/monodevelop/commit/d2dff0202372fea239cc0e4b1db72410545cfb88

[Core] Specify the version to Raygun rather than let it use the assembly version.

Changed paths:
  M main/src/core/MonoDevelop.Core/MonoDevelop.Core/LoggingService.cs

Modified: main/src/core/MonoDevelop.Core/MonoDevelop.Core/LoggingService.cs
===================================================================
@@ -196,7 +196,7 @@ internal static void ReportUnhandledException (Exception ex, bool willShutDown,
 
 				if (raygunClient != null) {
 					ThreadPool.QueueUserWorkItem (delegate {
-						raygunClient.Send (ex, tags);
+						raygunClient.Send (ex, tags, BuildInfo.Version);
 					});
 				}
 


_______________________________________________
Mono-patches maillist  -  [email protected]
http://lists.ximian.com/mailman/listinfo/mono-patches
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.