mirror of
https://github.com/DIYgod/RSSHub.git
synced 2025-12-05 04:11:26 +08:00
test: add SENTRY env
This commit is contained in:
@@ -11,6 +11,8 @@ if (config.sentry) {
|
||||
Sentry.configureScope((scope) => {
|
||||
scope.setTag('node_name', config.nodeName);
|
||||
});
|
||||
|
||||
logger.info('Sentry inited.');
|
||||
}
|
||||
|
||||
module.exports = async (ctx, next) => {
|
||||
|
||||
Reference in New Issue
Block a user