a fun bot for the hc slack

feat: add environment and version to sentry

dunkirk.sh a17b93ff f64a075c

verified
Changed files
+3 -1
src
+3 -1
src/index.ts
···
import * as features from "./features/index";
-
import { t, t_fetch } from "./libs/template";
+
import { t } from "./libs/template";
import { blog } from "./libs/Logger";
import { version, name } from "../package.json";
import { getVideo } from "./features/video";
···
Sentry.init({
dsn: process.env.SENTRY_DSN,
+
environment,
+
release: version,
});
console.log(