Skip to content

Commit

Permalink
fix: Implementation of new crash reporting SDK
Browse files Browse the repository at this point in the history
  • Loading branch information
steilerDev committed Aug 28, 2023
1 parent 46b6c72 commit b1c429d
Show file tree
Hide file tree
Showing 21 changed files with 1,306 additions and 244 deletions.
4 changes: 4 additions & 0 deletions .github/actions/release/app-setup/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,4 +25,8 @@ runs:
- id: setup-app-artifact
shell: bash
run: (cd ${{ inputs.release-dir }}/app; tar --strip-components 1 -xf *.tgz package/; rm -f *.tgz;)
- id: generate-source-map
shell: bash
run: (cd ${{ inputs.release-dir }}; npx backtrace-js process app/bin/)


0 comments on commit b1c429d

Please sign in to comment.