dsn property

String? dsn
getter/setter pair

The DSN tells the SDK where to send the events to. If an empty string is used, the SDK will not send any events.

Implementation

String? dsn;