File tree Expand file tree Collapse file tree 2 files changed +10
-1
lines changed
Expand file tree Collapse file tree 2 files changed +10
-1
lines changed Original file line number Diff line number Diff line change 1616
1717 - name : Build project
1818 run : npm run build
19+
20+ - name : Extract version from build/version.js
21+ id : get_version
22+ run : echo "MCP_VERSION=$(grep -oE "'[0-9]+\.[0-9]+\.[0-9]+'" build/version.js | tr -d "'")" >> $GITHUB_OUTPUT
23+
1924 - name : Create Sentry release
2025 uses : getsentry/action-release@v3
2126 env :
2429 SENTRY_PROJECT : ${{ secrets.SENTRY_PROJECT }}
2530 with :
2631 environment : production
27- sourcemaps : " ./build"
32+ sourcemaps : " ./build"
33+ version : ${{ steps.get_version.outputs.MCP_VERSION }}
Original file line number Diff line number Diff line change 11# Changelog
22
3+ ## [ v1.3.3] - 2025-05-04
4+ - Added Sentry opt-out functionality
5+
36## [ v1.3.1] - 2025-05-03
47- Added Sentry integration for error reporting
58
You can’t perform that action at this time.
0 commit comments