Skip to content

Android proguard mapping file - Error: Missing uploaded file #622

Description

@einschneidend

[INFO] sentry_cli::api request POST https://sentry.io/api/0/projects/OrgName/ProjectName/files/dsyms/
[INFO] sentry_cli::api using token authentication
[INFO] sentry_cli::api sending form data
[INFO] sentry_cli::api > POST /api/0/projects/OrgName/ProjectName/files/dsyms/ HTTP/1.1
[INFO] sentry_cli::api > Host: sentry.io
[INFO] sentry_cli::api > Accept: /
[INFO] sentry_cli::api > Connection: TE
[INFO] sentry_cli::api > TE: gzip
[INFO] sentry_cli::api > User-Agent: sentry-cli/1.35.5
[INFO] sentry_cli::api > Authorization: Bearer a57d5458***
[INFO] sentry_cli::api > Content-Length: 228
[INFO] sentry_cli::api > Content-Type: multipart/form-data; boundary=------------------------b1d8f431c86402e9
[INFO] sentry_cli::api < HTTP/1.1 400 BAD REQUEST
[INFO] sentry_cli::api < Server: nginx
[INFO] sentry_cli::api < Date: Fri, 05 Oct 2018 23:32:07 GMT
[INFO] sentry_cli::api < Content-Type: application/json
[INFO] sentry_cli::api < Content-Length: 35
[INFO] sentry_cli::api < Connection: keep-alive
[INFO] sentry_cli::api < X-XSS-Protection: 1; mode=block
[INFO] sentry_cli::api < Content-Language: en
[INFO] sentry_cli::api < X-Content-Type-Options: nosniff
[INFO] sentry_cli::api < Vary: Accept-Language, Cookie
[INFO] sentry_cli::api < Allow: GET, POST, HEAD, OPTIONS
[INFO] sentry_cli::api < X-Frame-Options: deny
[INFO] sentry_cli::api < X-Served-By: web-17b74f97
[INFO] sentry_cli::api < Strict-Transport-Security: max-age=31536000; includeSubDomains; preload
[INFO] sentry_cli::api response: 400
[INFO] sentry_cli::api body: {"detail": "Missing uploaded file"}
error: API request failed
caused by: sentry reported an error: Missing uploaded file (http status: 400)

Properties file:
log.level=debug
defaults.project=ProjectName
defaults.org=OrgName
auth.token=Token

(values seem ok here, not sure what can or cant publish)

proguard file:
-keepattributes LineNumberTable,SourceFile
-dontwarn org.slf4j.**
-dontwarn javax.**
-keep class io.sentry.event.Event { *; }

Help plz.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Fields

    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions