-
-
Notifications
You must be signed in to change notification settings - Fork 460
Closed as not planned
Labels
BugIssue typeIssue type
Description
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.
Event ID
No response
Metadata
Metadata
Assignees
Labels
BugIssue typeIssue type
Projects
Status
Done
Status
No status


