• 云途科技成立于2010年 - 专注全球跨境电商服务器租赁托管!
  • 帮助中心

    您可以通过下方搜索框快速查找您想知道的问题

    sentry-cli 上传 sourcemap

      in  unix      Tags: 

    Source map就是一个信息文件,里面储存着位置信息。也就是说,转换后的代码的每一个位置,所对应的转换前的位置。

    有了它,出错的时候,除错工具将直接显示原始代码,而不是转换后的代码。这无疑给开发者带来了很大方便。

    1,安装sentry-cli

    # npm install -g sentry-cli

    2,sentry服务端找到token

    直接方式,http://sentry.xxxx.com/api/,下面有token

    也可以在主页面的下方去找,不是在左下导行,就在右下。

    3,sentry-cli登录

    # sentry-cli --url http://sentry.xxxxx.com/ login
    This helps you signing in your sentry-cli with an authentication token.
    If you do not yet have a token ready we can bring up a browser for you
    to create a token now.
    
    Sentry server: sentry.xxxxx.com
    Open browser now? [y/n] n
    Enter your token:
    Enter your token: f6*************************b1
    Valid token for user Tank.zhangying@xxxxx.com
    
    Stored token in /root/.sentryclirc

    4,上传sourcemap

    # sentry-cli releases -o myterm -p electron files staging@1.0.0 upload-sourcemaps /home/test/map
    > Analyzing 10 sources
    > Adding source map references
    > Uploading source maps for release staging@1.0.0
    
    Source Map Upload Report
     Minified Scripts
     ~/index.js (sourcemap at index.js.map)
     ~/playback.js (sourcemap at playback.js.map)
     ~/ppt.js (sourcemap at ppt.js.map)
     ~/tindex.js (sourcemap at tindex.js.map)
     ~/tindexv5.js (sourcemap at tindexv5.js.map)
     Source Maps
     ~/index.js.map
     ~/playback.js.map
     ~/ppt.js.map
     ~/tindex.js.map
     ~/tindexv5.js.map

    如果报413错误,配置Nginx.conf在http中加上
    client_max_body_size 50m;



    • 外贸虚拟主机

      1GB硬盘

      2个独立站点

      1000M带宽

      不限制流量

      美国外贸专用虚拟主机,cPanel面板,每天远程备份.
      服务器配置:2*E5 32核,96GB 内存,4*2TB 硬盘 RAID10 阵列.

      ¥180/年

    • 美国/荷兰外贸VPS

      2核CPU

      1G内存

      30硬盘

      10M带宽

      美国/荷兰外贸云服务器,专注外贸服务器行业12年.
      服务器配置:2*E5 32核,96GB 内存,4*2TB 硬盘 RAID10 阵列.

      ¥99/月

    • 全球外贸服务器

      8核CPU

      32G内存

      1TB硬盘

      1000M带宽

      已部署数据中心:美国洛杉矶/亚特兰大、荷兰、加拿大、英国伦敦、德国、拉脱维亚、瑞典、爱沙尼亚
      自有机柜(全球九大数据中心),稳定在线率:99.9%

      ¥999/月 原价1380

    7*24小时 在线提交工单

    如果您的问题没有得到解决,推荐您在线提交工单,我们的客服人员会第一时间为您解决问题

    展开