Skip to content

Difference in creating issues android and ios #2985

@Damned163

Description

@Damned163

Self-Hosted Version

22.9.0 self-hosted (https://develop.sentry.dev/self-hosted/)

CPU Architecture

x86_64

Steps to Reproduce

Sending via addAttachment in captureMessage on Android and iOS.

ios:

SentrySDK.capture(message: issueId) { scope in
            scope.addAttachment(attachment)
        }

android:

Sentry.captureMessage(issueId) { scope ->
                    scope.addAttachment(
                        Attachment(attachment)
                    )
                }

Expected Result

Behavior like on ios with the creation of different issues

Actual Result

When sending through addAttachment in captureMessage on iOS, a new issue is created each time with the title specified in the message. On Android, they collapse into the first created issue.

android
Снимок экрана 2023-10-12 в 18 47 14

ios
Снимок экрана 2023-10-12 в 18 47 52
Снимок экрана 2023-10-12 в 18 48 10

Event ID

No response

Metadata

Metadata

Assignees

No one assigned

    Labels

    BugIssue type

    Projects

    Status

    Done

    Status

    No status

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions