Exemplo n.º 1
0
 public RUMService(RaygunSettings settings)
 {
     _settings = settings;
 }
Exemplo n.º 2
0
 /// <summary>
 /// Creates a new instance of the <see cref="RaygunClient" /> class.
 /// </summary>
 /// <param name="apiKey">The API key.</param>
 public RaygunClient(string apiKey)
 {
     Settings    = new RaygunSettings(apiKey);
     _rumService = new RUMService(Settings);
 }