Skip to content

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

Merged
merged 22 commits into from
Jun 1, 2022
Merged

Test: symbol upload #763

merged 22 commits into from
Jun 1, 2022

Conversation

vaind
Copy link
Collaborator

@vaind vaind commented May 24, 2022

closes #627

#skip-changelog

@vaind vaind force-pushed the test/symbol-upload branch from 9f77b50 to 8972790 Compare May 24, 2022 19:01
@vaind vaind force-pushed the test/symbol-upload branch from aa27765 to 7e32a33 Compare May 25, 2022 07:57
@vaind vaind force-pushed the test/symbol-upload branch from 7e32a33 to 26dfee5 Compare May 25, 2022 08:34
@vaind vaind force-pushed the test/symbol-upload branch from 331cc8e to 817add0 Compare May 26, 2022 10:50
@vaind vaind marked this pull request as ready for review May 26, 2022 18:33
@@ -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)
Copy link
Contributor

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?

Copy link
Collaborator Author

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.

@vaind vaind enabled auto-merge (squash) June 1, 2022 11:23
@bitsandfoxes bitsandfoxes self-requested a review June 1, 2022 12:35
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Symbol upload integration tests
2 participants