BugsnagEndpointConfiguration class

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.

Constructors

BugsnagEndpointConfiguration(String notify, String sessions)
const

Properties

hashCode int
The hash code for this object.
no setterinherited
notify String
Configures the endpoint to which events should be sent
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
sessions String
Configures the endpoint to which sessions should be sent
final

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toJson() → dynamic
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited

Constants

bugsnag → const BugsnagEndpointConfiguration
Default Bugsnag EndpointConfiguration