This repository has no description
0

Configure Feed

Select the types of activity you want to include in your feed.

feat: add environment and version to sentry

+3 -1
+3 -1
src/index.ts
··· 2 2 3 3 import * as features from "./features/index"; 4 4 5 - import { t, t_fetch } from "./libs/template"; 5 + import { t } from "./libs/template"; 6 6 import { blog } from "./libs/Logger"; 7 7 import { version, name } from "../package.json"; 8 8 import { getVideo } from "./features/video"; ··· 29 29 30 30 Sentry.init({ 31 31 dsn: process.env.SENTRY_DSN, 32 + environment, 33 + release: version, 32 34 }); 33 35 34 36 console.log(