Skip to content

Commit 8060dd6

Browse files
committed
Activate sentry on linux CI builds
1 parent ac8afb6 commit 8060dd6

File tree

1 file changed

+10
-10
lines changed

1 file changed

+10
-10
lines changed

.github/workflows/linux.yml

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -81,8 +81,8 @@ jobs:
8181
-D CMAKE_EXPORT_COMPILE_COMMANDS=ON \
8282
-D CMAKE_COMPILE_WARNING_AS_ERROR=ON \
8383
-D LINUXDEPLOY_EXECUTABLE=${{ env.BUILD_ROOT }}/linuxdeploy-x86_64.AppImage
84-
# -D SENTRY_DSN=${{ secrets.SENTRY_DSN }} \
85-
# -D SENTRY_ENV="${APP_ENV}" \
84+
-D SENTRY_DSN=${{ secrets.SENTRY_DSN }} \
85+
-D SENTRY_ENV="${APP_ENV}" \
8686
8787
- name: 📑 Upload dep build logs
8888
uses: actions/upload-artifact@v4
@@ -174,14 +174,14 @@ jobs:
174174
asset_name: ${{ env.ARTIFACT_NAME }}
175175
overwrite: true
176176

177-
# - name: 📮 Upload debug symbols
178-
# if: github.event_name == 'release' && startsWith(github.ref, 'refs/tags/v') && env.ARTIFACT_NAME != null
179-
# env:
180-
# SENTRY_AUTH_TOKEN: ${{ secrets.SENTRY_AUTH_TOKEN }}
181-
# SENTRY_ORG_SLUG: opengisch
182-
# SENTRY_PROJECT_SLUG: qfield
183-
# run: |
184-
# bundle exec fastlane run sentry_debug_files_upload path:build
177+
- name: 📮 Upload debug symbols
178+
if: github.event_name == 'release' && startsWith(github.ref, 'refs/tags/v') && env.ARTIFACT_NAME != null
179+
env:
180+
SENTRY_AUTH_TOKEN: ${{ secrets.SENTRY_AUTH_TOKEN }}
181+
SENTRY_ORG_SLUG: opengisch
182+
SENTRY_PROJECT_SLUG: qfield
183+
run: |
184+
bundle exec fastlane run sentry_debug_files_upload path:build
185185
186186
- name: Perform CodeQL Analysis
187187
uses: github/codeql-action/analyze@v3

0 commit comments

Comments
 (0)