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
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
The text was updated successfully, but these errors were encountered:
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
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.
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
The text was updated successfully, but these errors were encountered: