[mono/monodevelop] 9cd4ff6f: [Core] Get the Raygun API key through branding service rather than environment.
| Newsgroups | gmane.comp.gnome.mono.patches |
|---|---|
| Message-ID | <00000141a3fdab3b-ae0996d9-07cb-425a-8248-e9fcedbec276-000000@email.amazonses.com> |
Branch: refs/heads/master
Home: https://github.com/mono/monodevelop
Compare: https://github.com/mono/monodevelop/compare/4ada0d87927b...9cd4ff6f2568
Commit: 9cd4ff6f2568585c54f091c85261128ea0cf96d5
Author: Cody Russell <[email protected]> (bratsche)
Date: 2013-10-10 20:08:40 GMT
URL: https://github.com/mono/monodevelop/commit/9cd4ff6f2568585c54f091c85261128ea0cf96d5
[Core] Get the Raygun API key through branding service rather than environment.
Changed paths:
M main/src/core/MonoDevelop.Core/MonoDevelop.Core/LoggingService.cs
Modified: main/src/core/MonoDevelop.Core/MonoDevelop.Core/LoggingService.cs
===================================================================
@@ -100,7 +100,7 @@ static LoggingService ()
timestamp = DateTime.Now;
- string raygunKey = Environment.GetEnvironmentVariable ("MONODEVELOP_RAYGUN_KEY");
+ string raygunKey = BrandingService.GetString ("RaygunApiKey");
if (raygunKey != null) {
raygunClient = new RaygunClient (raygunKey);
}
_______________________________________________
Mono-patches maillist - [email protected]
http://lists.ximian.com/mailman/listinfo/mono-patches