mirror of
https://github.com/logseq/logseq.git
synced 2026-04-27 23:54:55 +00:00
enable sentry source maps for iOS
This commit is contained in:
2
.github/workflows/build-android.yml
vendored
2
.github/workflows/build-android.yml
vendored
@@ -114,7 +114,7 @@ jobs:
|
||||
LOGSEQ_POSTHOG_TOKEN: ${{ secrets.LOGSEQ_POSTHOG_TOKEN }}
|
||||
|
||||
- name: Upload Sentry Sourcemaps (beta only)
|
||||
if: ${{ github.repository == 'logseq/logseq' && (inputs.build-target == 'beta' || github.event.inputs.build-target == 'beta') }}
|
||||
# if: ${{ github.repository == 'logseq/logseq' && (inputs.build-target == 'beta' || github.event.inputs.build-target == 'beta') }}
|
||||
run: |
|
||||
curl -sL https://sentry.io/get-cli/ | bash
|
||||
release_name="logseq-android@${{ steps.ref.outputs.version }}"
|
||||
|
||||
Reference in New Issue
Block a user