Package 

Class EndpointConfiguration


  • 
    public final class EndpointConfiguration
    
                        

    Set the endpoints to send data to. By default we'll send error reports to https://notify.bugsnag.com, and sessions to https://sessions.bugsnag.com, but you can override this if you are using Bugsnag Enterprise to point to your own Bugsnag endpoints.

    • Method Summary

      Modifier and Type Method Description
      final String getNotify() Configures the endpoint to which events should be sent
      final String getSessions() Configures the endpoint to which sessions should be sent
      Boolean equals(Object other)
      Integer hashCode()
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait