Release Notes
production, and you can modify it through the env parameter.new Aegis({id: '',env: Aegis.environment.gray})
Aegis.environment:export enum Environment {production = 'production', // Production environmentgray = 'gray', // Beta test environmentpre = 'pre', // Prerelease environmentdaily = 'daily', // Daily release environmentlocal = 'local', // Local environmenttest = 'test', // Test environmentothers = 'others' // Other environments}
env parameter, the data reported by Aegis will carry it to help you distinguish between the data from different environments. However, only data in the production environment can participate in the calculation of the project score.피드백