SentryEnvironment constructor
const
SentryEnvironment({})
Implementation
const SentryEnvironment({
required this.project,
required this.org,
required this.authToken,
required this.url,
required this.release,
required this.dist,
});