intpp / sentry-release

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

SentryRelease tool

Best tool for create release in sentry and upload all dist files (.js, .map)

Usage

const config = {
    token: 'XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX',
    organization: 'xxxxxxxxx',
    project: 'xxxxxxx',
    releaseVersion: 'xxxxx',
    distPath: '/path_to_dist/',
};

(new SentryRelease(config))
    .release()
    .than(released => ... );

About


Languages

Language:JavaScript 100.0%