86
86
NODE_OPTIONS : ' --max-old-space-size=5120'
87
87
OT_PD_MIXPANEL_ID : ${{ secrets.OT_PD_MIXPANEL_ID }}
88
88
OT_PD_MIXPANEL_DEV_ID : ${{ secrets.OT_PD_MIXPANEL_DEV_ID }}
89
- # ToDo(kk:04/23/2025) need to setup sentry org account and project
90
- # OT_PD_SENTRY_DSN: ${{ secrets.OT_PD_SENTRY_DNS }}
91
- # OT_PD_SENTRY_DEV_DSN: ${{ secrets.OT_PD_SENTRY_DEV_DSN }}
89
+ OT_PD_SENTRY_DSN : ${{ secrets.OT_PD_SENTRY_DSN }}
90
+ OT_PD_SENTRY_DEV_DSN : ${{ secrets.OT_PD_SENTRY_DEV_DSN }}
92
91
run : |
93
92
make -C protocol-designer NODE_ENV=development
94
93
- name : ' upload github artifact'
@@ -97,22 +96,21 @@ jobs:
97
96
name : ' pd-artifact'
98
97
path : protocol-designer/dist
99
98
100
- # ToDo(kk:04/23/2025) need to setup sentry org account and project
101
- # upload-sourcemaps-pd:
102
- # timeout-minutes: 10
103
- # name: 'upload protocol designer source maps'
104
- # needs: ['build-pd']
105
- # runs-on: 'ubuntu-24.04'
106
- # if: github.event_name != 'pull_request'
99
+ upload-sourcemaps-pd :
100
+ timeout-minutes : 10
101
+ name : ' upload protocol designer source maps'
102
+ needs : ['build-pd']
103
+ runs-on : ' ubuntu-24.04'
104
+ if : github.event_name != 'pull_request'
107
105
108
- # uses: getsentry/action-release@v3
109
- # env:
110
- # SENTRY_AUTH_TOKEN: ${{ secrets.SENTRY_AUTH_TOKEN }}
111
- # SENTRY_ORG: ${{ secrets.SENTRY_ORG }}
112
- # SENTRY_PROJECT: ${{ secrets.SENTRY_PROJECT }}
113
- # with:
114
- # name: pd-artifact
115
- # sourcemaps: ./dist
106
+ uses : getsentry/action-release@v3
107
+ env :
108
+ SENTRY_AUTH_TOKEN : ${{ secrets.SENTRY_AUTH_TOKEN }}
109
+ SENTRY_ORG : ${{ secrets.SENTRY_ORG }}
110
+ SENTRY_PROJECT : ${{ secrets.SENTRY_PROJECT }}
111
+ with :
112
+ name : pd-artifact
113
+ sourcemaps : ./dist
116
114
117
115
deploy-pd :
118
116
timeout-minutes : 10
0 commit comments