You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Running Xcode build with the following build script phase in a project with changes, or from a clean build:
if which sentry-cli >/dev/null;thenexport SENTRY_ORG=brustolin
export SENTRY_PROJECT=biblia
sentry-cli debug-files upload --include-sources "$DWARF_DSYM_FOLDER_PATH"if [ !$?-eq 0 ];thenecho"sentry-cli did fail"fielseecho"warning: sentry-cli not installed, download from https://github.com/getsentry/sentry-cli/releases"fi
Expected Results
Not freezing the build process.
Actual Results
Sentry-cli freezes and dont upload debug symbols.
It works if I build it again without making any change in the project.
Logs
INFO 2024-10-24 14:59:30.747 +02:00 Loaded config from /Users/brustolin/.sentryclirc
INFO 2024-10-24 14:59:30.747495 +02:00 sentry-cli was invoked with the following command line: "sentry-cli" "debug-files" "upload" "--include-sources" "/Users/brustolin/Library/Developer/Xcode/DerivedData/Bible-fmlnjcrohkrlycaizngqevrrvwvx/Build/Products/Debug-iphoneos" "--log-level=debug"
INFO 2024-10-24 14:59:30.747514 +02:00 Issuing a command for Organization: brustolin Project: biblia
CLI Version
2.37.0
Operating System and Architecture
Operating System Version
macOS 15
Link to reproduction repository
No response
CLI Command
sentry-cli debug-files upload --include-sources "$DWARF_DSYM_FOLDER_PATH"
Exact Reproduction Steps
Running Xcode build with the following build script phase in a project with changes, or from a clean build:
Expected Results
Not freezing the build process.
Actual Results
Sentry-cli freezes and dont upload debug symbols.
It works if I build it again without making any change in the project.
Logs
INFO 2024-10-24 14:59:30.747 +02:00 Loaded config from /Users/brustolin/.sentryclirc
DEBUG 2024-10-24 14:59:30.747158 +02:00 sentry-cli version: 2.37.0, platform: "darwin", architecture: "arm64"
INFO 2024-10-24 14:59:30.747495 +02:00 sentry-cli was invoked with the following command line: "sentry-cli" "debug-files" "upload" "--include-sources" "/Users/brustolin/Library/Developer/Xcode/DerivedData/Bible-fmlnjcrohkrlycaizngqevrrvwvx/Build/Products/Debug-iphoneos" "--log-level=debug"
INFO 2024-10-24 14:59:30.747514 +02:00 Issuing a command for Organization: brustolin Project: biblia
DEBUG 2024-10-24 14:59:30.748269 +02:00 request GET https://sentry.io/api/0/organizations/brustolin/chunk-upload/
DEBUG 2024-10-24 14:59:30.748278 +02:00 using token authentication
DEBUG 2024-10-24 14:59:30.748281 +02:00 retry number 0, max retries: 0
DEBUG 2024-10-24 14:59:30.801331 +02:00 > GET /api/0/organizations/brustolin/chunk-upload/ HTTP/1.1
DEBUG 2024-10-24 14:59:30.801341 +02:00 > Host: sentry.io
DEBUG 2024-10-24 14:59:30.801343 +02:00 > Accept: /
DEBUG 2024-10-24 14:59:30.801344 +02:00 > Connection: TE
DEBUG 2024-10-24 14:59:30.801346 +02:00 > TE: gzip
DEBUG 2024-10-24 14:59:30.801348 +02:00 > User-Agent: sentry-cli/2.37.0
DEBUG 2024-10-24 14:59:30.801660 +02:00 > Authorization: Bearer sntrys_e***
DEBUG 2024-10-24 14:59:31.020926 +02:00 < HTTP/1.1 200 OK
DEBUG 2024-10-24 14:59:31.020957 +02:00 < server: nginx
DEBUG 2024-10-24 14:59:31.020964 +02:00 < date: Thu, 24 Oct 2024 12:59:30 GMT
DEBUG 2024-10-24 14:59:31.020969 +02:00 < content-type: application/json
DEBUG 2024-10-24 14:59:31.020972 +02:00 < vary: Accept-Encoding,Accept-Language, Cookie
DEBUG 2024-10-24 14:59:31.020975 +02:00 < allow: GET, POST, HEAD, OPTIONS
DEBUG 2024-10-24 14:59:31.020979 +02:00 < access-control-allow-methods: GET, POST, HEAD, OPTIONS
DEBUG 2024-10-24 14:59:31.020993 +02:00 < access-control-allow-headers: X-Sentry-Auth, X-Requested-With, Origin, Accept, Content-Type, Authentication, Authorization, Content-Encoding, sentry-trace, baggage, X-CSRFToken
DEBUG 2024-10-24 14:59:31.021003 +02:00 < access-control-expose-headers: X-Sentry-Error, X-Sentry-Direct-Hit, X-Hits, X-Max-Hits, Endpoint, Retry-After, Link
DEBUG 2024-10-24 14:59:31.021007 +02:00 < access-control-allow-origin: *
DEBUG 2024-10-24 14:59:31.021016 +02:00 < x-sentry-rate-limit-remaining: 39
DEBUG 2024-10-24 14:59:31.021019 +02:00 < x-sentry-rate-limit-limit: 40
DEBUG 2024-10-24 14:59:31.021021 +02:00 < x-sentry-rate-limit-reset: 1729774771
DEBUG 2024-10-24 14:59:31.021024 +02:00 < x-sentry-rate-limit-concurrentremaining: 24
DEBUG 2024-10-24 14:59:31.021027 +02:00 < x-sentry-rate-limit-concurrentlimit: 25
DEBUG 2024-10-24 14:59:31.021029 +02:00 < content-language: en
DEBUG 2024-10-24 14:59:31.021031 +02:00 < x-frame-options: deny
DEBUG 2024-10-24 14:59:31.021035 +02:00 < x-content-type-options: nosniff
DEBUG 2024-10-24 14:59:31.021038 +02:00 < x-xss-protection: 1; mode=block
DEBUG 2024-10-24 14:59:31.021041 +02:00 < content-security-policy: font-src * data:; frame-ancestors 'self' *.sentry.io; base-uri 'none'; media-src *; frame-src app.pendo.io demo.arcade.software js.stripe.com sentry.io; object-src 'none'; default-src 'none'; worker-src blob:; img-src * blob: data:; connect-src 'self' *.algolia.net *.algolianet.com *.algolia.io sentry.io *.sentry.io s1.sentry-cdn.com o1.ingest.sentry.io api2.amplitude.com app.pendo.io data.pendo.io reload.getsentry.net t687h3m0nh65.statuspage.io sentry.zendesk.com ekr.zdassets.com maps.googleapis.com; script-src 'self' 'unsafe-inline' 'report-sample' s1.sentry-cdn.com js.sentry-cdn.com browser.sentry-cdn.com statuspage-production.s3.amazonaws.com static.zdassets.com aui-cdn.atlassian.com connect-cdn.atl-paas.net js.stripe.com 'strict-dynamic' cdn.pendo.io data.pendo.io pendo-io-static.storage.googleapis.com pendo-static-5634074999128064.storage.googleapis.com; style-src * 'unsafe-inline'; report-uri https://o1.ingest.sentry.io/api/54785/security/?sentry_key=f724a8a027db45f5b21507e7142ff78e&sentry_release=cd5f5d4a0b85f2d28bc396c88d0b7872f5f46034
DEBUG 2024-10-24 14:59:31.021046 +02:00 < x-envoy-attempt-count: 1
DEBUG 2024-10-24 14:59:31.021048 +02:00 < x-envoy-upstream-service-time: 85
DEBUG 2024-10-24 14:59:31.021051 +02:00 < x-served-by: getsentry-web-rpc-production-7c659bdbf9-fhwwf
DEBUG 2024-10-24 14:59:31.021053 +02:00 < x-sentry-proxy-url: http://10.2.0.67:8999/api/0/organizations/brustolin/chunk-upload/
DEBUG 2024-10-24 14:59:31.021056 +02:00 < x-served-by: getsentry-control-web-default-common-production-c86b86cf6-mdskl
DEBUG 2024-10-24 14:59:31.021058 +02:00 < x-served-by: frontend-default-6d4bf78fd8-ckmf7
DEBUG 2024-10-24 14:59:31.021060 +02:00 < strict-transport-security: max-age=31536000; includeSubDomains; preload
DEBUG 2024-10-24 14:59:31.021063 +02:00 < via: 1.1 google
DEBUG 2024-10-24 14:59:31.021065 +02:00 < Alt-Svc: h3=":443"; ma=2592000,h3-29=":443"; ma=2592000
DEBUG 2024-10-24 14:59:31.021069 +02:00 < Transfer-Encoding: chunked
DEBUG 2024-10-24 14:59:31.021145 +02:00 response status: 200
DEBUG 2024-10-24 14:59:31.021155 +02:00 body: {"url":"https://us.sentry.io/api/0/organizations/brustolin/chunk-upload/","chunkSize":8388608,"chunksPerRequest":64,"maxFileSize":2147483648,"maxRequestSize":33554432,"concurrency":8,"hashAlgorithm":"sha1","compression":["gzip"],"accept":["debug_files","release_files","pdbs","sources","bcsymbolmaps","il2cpp","portablepdbs","artifact_bundles","artifact_bundles_v2"]}
DEBUG 2024-10-24 14:59:31.505233 +02:00 request POST https://sentry.io/api/0/projects/brustolin/biblia/files/difs/assemble/
DEBUG 2024-10-24 14:59:31.505242 +02:00 using token authentication
DEBUG 2024-10-24 14:59:31.505266 +02:00 json body: {"95ba336b8c2765b92d375233ae923bf803cda5e4":{"name":"BibleWidgetExtension.debug.dylib","debug_id":"ab489053-805f-3e71-8a70-ed768ed0fef3","chunks":["95ba336b8c2765b92d375233ae923bf803cda5e4"]},"619ed75d0591d0c5af95b142198f129f07e00566":{"name":"Sentry","debug_id":"ca999fa2-d7e3-373b-bcb0-7b52a96857a5","chunks":["619ed75d0591d0c5af95b142198f129f07e00566"]},"788692cbf915658758dcb18bb75b03c0bb514496":{"name":"Bible","debug_id":"449d827c-9625-3405-a95a-fe0dc5b8f4ff","chunks":["788692cbf915658758dcb18bb75b03c0bb514496"]},"864c807a8f9a08ca041eb25202062b83fe67715f":{"name":"Sentry","debug_id":"ca999fa2-d7e3-373b-bcb0-7b52a96857a5","chunks":["864c807a8f9a08ca041eb25202062b83fe67715f"]},"7f16a6422da15b9feac73ea9dfef417dc190d773":{"name":"Bible","debug_id":"449d827c-9625-3405-a95a-fe0dc5b8f4ff","chunks":["7f16a6422da15b9feac73ea9dfef417dc190d773"]},"fd9690d17556d261c48118ef6d40d93cb3c4a09f":{"name":"Sentry","debug_id":"ba9b9c0c-e230-3c70-b2cf-568eab97d38a","chunks":["fd9690d17556d261c48118ef6d40d93cb3c4a09f"]},"6f3b82070d643dc1c540a8b3349cb3f118a2b096":{"name":"Sentry","debug_id":"ba9b9c0c-e230-3c70-b2cf-568eab97d38a","chunks":["6f3b82070d643dc1c540a8b3349cb3f118a2b096"]},"e18a38d81dd20284bd18195f3124cda3ce4c67cf":{"name":"Sentry","debug_id":"ba9b9c0c-e230-3c70-b2cf-568eab97d38a","chunks":["e18a38d81dd20284bd18195f3124cda3ce4c67cf"]},"55a30f69f1dc958d7683f6816eee6fcf65ae45e5":{"name":"BibleWidgetExtension","debug_id":"bcdbdb18-0b50-3caf-90d3-f331da855928","chunks":["55a30f69f1dc958d7683f6816eee6fcf65ae45e5"]},"eb66fe03afe19c92555a60cbf81405dd082e59dc":{"name":"Bible.debug.dylib","debug_id":"27ea326b-5f8a-3dad-97d1-e126e133e766","chunks":["eb66fe03afe19c92555a60cbf81405dd082e59dc"]},"b1b5488c53cbd4f1285f328fc98682496e36e5a1":{"name":"Sentry","debug_id":"ca999fa2-d7e3-373b-bcb0-7b52a96857a5","chunks":["b1b5488c53cbd4f1285f328fc98682496e36e5a1"]},"cf7358862105bf3b0d861a39ff3b7264f58eb120":{"name":"__preview.dylib","debug_id":"ba3799b1-5fc7-30c9-ad38-d7feb06e5a4e","chunks":["cf7358862105bf3b0d861a39ff3b7264f58eb120"]},"9ca3ef4907ae9cd6ab1a428b67f0b5e9de074c38":{"name":"__preview.dylib","debug_id":"21af6448-5c03-3876-9a84-1fca79329e54","chunks":["9ca3ef4907ae9cd6ab1a428b67f0b5e9de074c38"]},"35e5f16a66afc0d70d04763d0345fcbfe61e908c":{"name":"Bible.debug.dylib","debug_id":"27ea326b-5f8a-3dad-97d1-e126e133e766","chunks":["35e5f16a66afc0d70d04763d0345fcbfe61e908c"]},"1e6a157b633ebebd06248f1ee50db62b78ae7bb4":{"name":"Bible.debug.dylib","debug_id":"27ea326b-5f8a-3dad-97d1-e126e133e766","chunks":["1e6a157b633ebebd06248f1ee50db62b78ae7bb4"]}}
DEBUG 2024-10-24 14:59:31.505272 +02:00 retry number 0, max retries: 5
DEBUG 2024-10-24 14:59:31.505421 +02:00 > POST /api/0/projects/brustolin/biblia/files/difs/assemble/ HTTP/1.1
DEBUG 2024-10-24 14:59:31.505425 +02:00 > Host: sentry.io
DEBUG 2024-10-24 14:59:31.505426 +02:00 > Accept: /
DEBUG 2024-10-24 14:59:31.505428 +02:00 > Connection: TE
DEBUG 2024-10-24 14:59:31.505429 +02:00 > TE: gzip
DEBUG 2024-10-24 14:59:31.505431 +02:00 > User-Agent: sentry-cli/2.37.0
DEBUG 2024-10-24 14:59:31.505453 +02:00 > Authorization: Bearer sntrys_e***
DEBUG 2024-10-24 14:59:31.505457 +02:00 > Content-Type: application/json
DEBUG 2024-10-24 14:59:31.505458 +02:00 > Content-Length: 2565
DEBUG 2024-10-24 14:59:31.939403 +02:00 < HTTP/1.1 200 OK
DEBUG 2024-10-24 14:59:31.939534 +02:00 < server: nginx
DEBUG 2024-10-24 14:59:31.939543 +02:00 < date: Thu, 24 Oct 2024 12:59:31 GMT
DEBUG 2024-10-24 14:59:31.939548 +02:00 < content-type: application/json
DEBUG 2024-10-24 14:59:31.939552 +02:00 < vary: Accept-Encoding,Accept-Language, Cookie
DEBUG 2024-10-24 14:59:31.939558 +02:00 < allow: POST, OPTIONS
DEBUG 2024-10-24 14:59:31.939562 +02:00 < access-control-allow-methods: POST, OPTIONS
DEBUG 2024-10-24 14:59:31.939570 +02:00 < access-control-allow-headers: X-Sentry-Auth, X-Requested-With, Origin, Accept, Content-Type, Authentication, Authorization, Content-Encoding, sentry-trace, baggage, X-CSRFToken
DEBUG 2024-10-24 14:59:31.939576 +02:00 < access-control-expose-headers: X-Sentry-Error, X-Sentry-Direct-Hit, X-Hits, X-Max-Hits, Endpoint, Retry-After, Link
DEBUG 2024-10-24 14:59:31.939583 +02:00 < access-control-allow-origin: *
DEBUG 2024-10-24 14:59:31.939587 +02:00 < x-sentry-rate-limit-remaining: 39
DEBUG 2024-10-24 14:59:31.939591 +02:00 < x-sentry-rate-limit-limit: 40
DEBUG 2024-10-24 14:59:31.939595 +02:00 < x-sentry-rate-limit-reset: 1729774772
DEBUG 2024-10-24 14:59:31.939598 +02:00 < x-sentry-rate-limit-concurrentremaining: 24
DEBUG 2024-10-24 14:59:31.939602 +02:00 < x-sentry-rate-limit-concurrentlimit: 25
DEBUG 2024-10-24 14:59:31.939606 +02:00 < content-language: en
DEBUG 2024-10-24 14:59:31.939610 +02:00 < x-frame-options: deny
DEBUG 2024-10-24 14:59:31.939616 +02:00 < x-content-type-options: nosniff
DEBUG 2024-10-24 14:59:31.939621 +02:00 < x-xss-protection: 1; mode=block
DEBUG 2024-10-24 14:59:31.939626 +02:00 < content-security-policy: img-src * blob: data:; object-src 'none'; frame-ancestors 'self' *.sentry.io; frame-src app.pendo.io demo.arcade.software js.stripe.com sentry.io; style-src * 'unsafe-inline'; default-src 'none'; font-src * data:; worker-src blob:; script-src 'self' 'unsafe-inline' 'report-sample' s1.sentry-cdn.com js.sentry-cdn.com browser.sentry-cdn.com statuspage-production.s3.amazonaws.com static.zdassets.com aui-cdn.atlassian.com connect-cdn.atl-paas.net js.stripe.com 'strict-dynamic' cdn.pendo.io data.pendo.io pendo-io-static.storage.googleapis.com pendo-static-5634074999128064.storage.googleapis.com; connect-src 'self' *.algolia.net *.algolianet.com *.algolia.io sentry.io *.sentry.io s1.sentry-cdn.com o1.ingest.sentry.io api2.amplitude.com app.pendo.io data.pendo.io reload.getsentry.net t687h3m0nh65.statuspage.io sentry.zendesk.com ekr.zdassets.com maps.googleapis.com; base-uri 'none'; media-src *; report-uri https://o1.ingest.sentry.io/api/54785/security/?sentry_key=f724a8a027db45f5b21507e7142ff78e&sentry_release=cd5f5d4a0b85f2d28bc396c88d0b7872f5f46034
DEBUG 2024-10-24 14:59:31.939632 +02:00 < x-envoy-attempt-count: 1
DEBUG 2024-10-24 14:59:31.939653 +02:00 < x-envoy-upstream-service-time: 283
DEBUG 2024-10-24 14:59:31.939663 +02:00 < x-served-by: getsentry-web-rpc-production-7c659bdbf9-2fh7f
DEBUG 2024-10-24 14:59:31.939667 +02:00 < x-sentry-proxy-url: http://10.2.0.67:8999/api/0/projects/brustolin/biblia/files/difs/assemble/
DEBUG 2024-10-24 14:59:31.939683 +02:00 < x-served-by: getsentry-control-web-default-common-production-c86b86cf6-px478
DEBUG 2024-10-24 14:59:31.939687 +02:00 < x-served-by: frontend-default-6d4bf78fd8-ckmf7
DEBUG 2024-10-24 14:59:31.939692 +02:00 < strict-transport-security: max-age=31536000; includeSubDomains; preload
DEBUG 2024-10-24 14:59:31.939696 +02:00 < via: 1.1 google
DEBUG 2024-10-24 14:59:31.939700 +02:00 < Alt-Svc: h3=":443"; ma=2592000,h3-29=":443"; ma=2592000
DEBUG 2024-10-24 14:59:31.939705 +02:00 < Transfer-Encoding: chunked
DEBUG 2024-10-24 14:59:31.940233 +02:00 response status: 200
DEBUG 2024-10-24 14:59:31.940263 +02:00 body: {"95ba336b8c2765b92d375233ae923bf803cda5e4":{"state":"not_found","missingChunks":["95ba336b8c2765b92d375233ae923bf803cda5e4"]},"619ed75d0591d0c5af95b142198f129f07e00566":{"state":"ok","detail":null,"missingChunks":[],"dif":{"id":"727688213","uuid":"ca999fa2-d7e3-373b-bcb0-7b52a96857a5","debugId":"ca999fa2-d7e3-373b-bcb0-7b52a96857a5","codeId":"ca999fa2d7e3373bbcb07b52a96857a5","cpuName":"arm64","objectName":"Sentry","symbolType":"macho","headers":{"Content-Type":"application/x-mach-binary"},"size":6483664,"sha1":"619ed75d0591d0c5af95b142198f129f07e00566","dateCreated":"2024-10-24T12:59:14.554182+00:00","data":{"type":"lib","features":["unwind","symtab"]}}},"788692cbf915658758dcb18bb75b03c0bb514496":{"state":"created","missingChunks":[]},"864c807a8f9a08ca041eb25202062b83fe67715f":{"state":"ok","detail":null,"missingChunks":[],"dif":{"id":"727646871","uuid":"ca999fa2-d7e3-373b-bcb0-7b52a96857a5","debugId":"ca999fa2-d7e3-373b-bcb0-7b52a96857a5","codeId":"ca999fa2d7e3373bbcb07b52a96857a5","cpuName":"arm64","objectName":"Sentry","symbolType":"macho","headers":{"Content-Type":"application/x-mach-binary"},"size":7177105,"sha1":"864c807a8f9a08ca041eb25202062b83fe67715f","dateCreated":"2024-10-24T12:22:53.654020Z","data":{"type":"dbg","features":["debug","symtab","unwind"]}}},"7f16a6422da15b9feac73ea9dfef417dc190d773":{"state":"ok","detail":null,"missingChunks":[],"dif":{"id":"727688212","uuid":"449d827c-9625-3405-a95a-fe0dc5b8f4ff","debugId":"449d827c-9625-3405-a95a-fe0dc5b8f4ff","codeId":"449d827c96253405a95afe0dc5b8f4ff","cpuName":"arm64","objectName":"Bible","symbolType":"macho","headers":{"Content-Type":"application/x-mach-binary"},"size":8350,"sha1":"7f16a6422da15b9feac73ea9dfef417dc190d773","dateCreated":"2024-10-24T12:59:14.569223+00:00","data":{"type":"dbg","features":["symtab"]}}},"fd9690d17556d261c48118ef6d40d93cb3c4a09f":{"state":"ok","detail":null,"missingChunks":[],"dif":{"id":"727647090","uuid":"ba9b9c0c-e230-3c70-b2cf-568eab97d38a","debugId":"ba9b9c0c-e230-3c70-b2cf-568eab97d38a","codeId":"ba9b9c0ce2303c70b2cf568eab97d38a","cpuName":"arm64e","objectName":"Sentry","symbolType":"macho","headers":{"Content-Type":"application/x-mach-binary"},"size":7183526,"sha1":"fd9690d17556d261c48118ef6d40d93cb3c4a09f","dateCreated":"2024-10-24T12:22:57.023613Z","data":{"type":"dbg","features":["debug","unwind","symtab"]}}},"6f3b82070d643dc1c540a8b3349cb3f118a2b096":{"state":"not_found","missingChunks":["6f3b82070d643dc1c540a8b3349cb3f118a2b096"]},"e18a38d81dd20284bd18195f3124cda3ce4c67cf":{"state":"ok","detail":null,"missingChunks":[],"dif":{"id":"727688211","uuid":"ba9b9c0c-e230-3c70-b2cf-568eab97d38a","debugId":"ba9b9c0c-e230-3c70-b2cf-568eab97d38a","codeId":"ba9b9c0ce2303c70b2cf568eab97d38a","cpuName":"arm64e","objectName":"Sentry","symbolType":"macho","headers":{"Content-Type":"application/x-mach-binary"},"size":6533704,"sha1":"e18a38d81dd20284bd18195f3124cda3ce4c67cf","dateCreated":"2024-10-24T12:59:14.491298+00:00","data":{"type":"lib","features":["unwind","symtab"]}}},"55a30f69f1dc958d7683f6816eee6fcf65ae45e5":{"state":"not_found","missingChunks":["55a30f69f1dc958d7683f6816eee6fcf65ae45e5"]},"eb66fe03afe19c92555a60cbf81405dd082e59dc":{"state":"created","missingChunks":[]},"b1b5488c53cbd4f1285f328fc98682496e36e5a1":{"state":"not_found","missingChunks":["b1b5488c53cbd4f1285f328fc98682496e36e5a1"]},"cf7358862105bf3b0d861a39ff3b7264f58eb120":{"state":"not_found","missingChunks":["cf7358862105bf3b0d861a39ff3b7264f58eb120"]},"9ca3ef4907ae9cd6ab1a428b67f0b5e9de074c38":{"state":"created","missingChunks":[]},"35e5f16a66afc0d70d04763d0345fcbfe61e908c":{"state":"ok","detail":null,"missingChunks":[],"dif":{"id":"727650491","uuid":"27ea326b-5f8a-3dad-97d1-e126e133e766","debugId":"27ea326b-5f8a-3dad-97d1-e126e133e766","codeId":"27ea326b5f8a3dad97d1e126e133e766","cpuName":"arm64","objectName":"Bible.debug.dylib","symbolType":"macho","headers":{"Content-Type":"application/x-mach-binary"},"size":4882258,"sha1":"35e5f16a66afc0d70d04763d0345fcbfe61e908c","dateCreated":"2024-10-24T12:24:58.912625Z","data":{"type":"dbg","features":["debug","symtab","unwind"]}}},"1e6a157b633ebebd06248f1ee50db62b78ae7bb4":{"state":"ok","detail":null,"missingChunks":[],"dif":{"id":"727642978","uuid":"27ea326b-5f8a-3dad-97d1-e126e133e766","debugId":"27ea326b-5f8a-3dad-97d1-e126e133e766","codeId":"27ea326b5f8a3dad97d1e126e133e766","cpuName":"arm64","objectName":"Bible.debug.dylib","symbolType":"sourcebundle","headers":{"Content-Type":"application/x-sentry-bundle+zip"},"size":132501,"sha1":"1e6a157b633ebebd06248f1ee50db62b78ae7bb4","dateCreated":"2024-10-24T12:20:09.638599Z","data":{"type":"src","features":["sources"]}}}}
The text was updated successfully, but these errors were encountered: