sentryDsn property
String
get
sentryDsn
Gets the Sentry DSN from the environment variables.
Returns:
- The Sentry DSN as a string.
Implementation
String get sentryDsn => env["SENTRY_DSN"]!;
Gets the Sentry DSN from the environment variables.
Returns:
String get sentryDsn => env["SENTRY_DSN"]!;