-
-
Notifications
You must be signed in to change notification settings - Fork 55
Test: symbol upload #763
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
Test: symbol upload #763
Conversation
…parsing" This reverts commit 6b9e611.
@@ -102,5 +102,21 @@ internal static void AddExecutableToXcodeProject(string projectPath, IDiagnostic | |||
File.Copy(executableSource, executableDestination); | |||
SetExecutePermission(executableDestination); | |||
} | |||
|
|||
internal static string? UrlOverride(string? dsnOption, string? urlOverrideOption) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Just for my understanding: Why go that route? Why not just take the override from the cli options? And can we get rid of the override on the cli options if we take the server from the DSN?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Because it may not be needed to specify the override in the first place. If you've configured the DSN to be an internal server that's available during build, it should just work without specifying the same server as upload override. As is, it would try to upload to sentry.io instead, if you didn't specify any override.
Co-authored-by: Stefan Jandl <[email protected]>
closes #627
WebGL- no symbols being uploaded#skip-changelog