kSentryDSN top-level constant
The DSN for Sentry.
Read from environment variable SENTRY_DSN
at compile time.
Implementation
const kSentryDSN = String.fromEnvironment('SENTRY_DSN');
The DSN for Sentry.
Read from environment variable SENTRY_DSN
at compile time.
const kSentryDSN = String.fromEnvironment('SENTRY_DSN');