Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Simultaneous log and mapping upload to multiple servers (DSN) #805

Open
abbasnaqdi opened this issue Dec 25, 2024 · 1 comment
Open

Simultaneous log and mapping upload to multiple servers (DSN) #805

abbasnaqdi opened this issue Dec 25, 2024 · 1 comment

Comments

@abbasnaqdi
Copy link

Problem Statement

Hi,

For enhanced security, we require that certain logs be sent to one server (DSN), while others need to be directed to a different data source name (DSN).

To accommodate this, we need a feature that allows the simultaneous upload of files to two different servers during the release process. For instance, this would include ProGuard mapping files.

Could you please implement this functionality?

Thank you.

Solution Brainstorm

No response

@abbasnaqdi abbasnaqdi added enhancement New feature or request Platform: Android labels Dec 25, 2024
@getsantry getsantry bot moved this to Waiting for: Product Owner in GitHub Issues with 👀 3 Dec 25, 2024
@abbasnaqdi abbasnaqdi changed the title Simultaneous Log and File upload to multiple servers (DSN) Simultaneous log and mapping upload to multiple servers (DSN) Dec 25, 2024
@stefanosiano
Copy link
Member

hi @abbasnaqdi
Are you just asking about the gradle plugin features, which include proguard mapping upload?
If so, you can achieve it by using sentry-cli directly, as our gradle plugin does under the hood

If you want to send the events to multiple DSNs, you can provide a custom ITransportFactory and ITransport, or a custom Hub/Scopes.

Would this work for you?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
Status: Waiting for: Community
Status: Needs Discussion
Development

No branches or pull requests

2 participants