kSentryDSN top-level constant

String const kSentryDSN

The DSN for Sentry.

Read from environment variable SENTRY_DSN at compile time.

Implementation

const kSentryDSN = String.fromEnvironment('SENTRY_DSN');