-
-
Notifications
You must be signed in to change notification settings - Fork 28
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
error: Two different url values supplied #181
Comments
@eb-so no, to me that doesn't look related at all. You seem to have some kind of configuration issue |
@vaind I don't know if it's related to the issue but I'm running this on code magic pipeline |
You don't need to use |
@buenaflor Thank you that fixed my issue. However, there is a new issue now
from reading the documentation I found that sentry can do releases too but I don't want to do that I just want to upload the debug symbols so I have readable stacktraces |
releases are automatically generated. currently there's not option to disable it but you can manually upload the symbols to customize it to your needs. |
Thank you |
Environment
What version are you running? Etc.
sentry_flutter: 7.8.0
sentry_dart_plugin: 1.6.3
and here are my build configs
Steps to Reproduce
I'm trying to upload the debug symbols to Sentry using sentry_dart_plugin
but I'm having this error when I try to do
flutter packages pub run sentry_dart_plugin
I'm providing the SENTRY_URL and SENTRY_AUTH_TOKEN using dart define
Expected Result
The debug symbols to be uploaded
Actual Result
[❚❚❚❚❚❚❚❚❚❚❚❚❚❚❚❚❚❚❚❚❚❚] 0% reading config values..
Downloading sentry-cli from https://downloads.sentry-cdn.com/sentry-cli/2.21.2/sentry-cli-Darwin-universal to .dart_tool/pub/bin/sentry_dart_plugin/sentry-cli
Downloaded Sentry CLI binary checksum verification passed successfully (hash: *********dde7d62fc54ab33df).
Sentry CLI downloaded successfully.
☑ reading config values
[❚❚❚❚❚❚❚❚❚❚❚❚❚❚❚❚❚❚❚❚❚❚] 9% validating config values..
☑ validating config values
[❚❚❚❚❚❚❚❚❚❚❚❚❚❚❚❚❚❚❚❚❚❚] 18% uploading debug symbols..
includeSources is disabled, not uploading sources.
error: Two different url values supplied:
https://sentry.io
(from token),https://**********.sentry.io/projects/**********-app/?project=45**********
.Add --log-level=[info|debug] or export SENTRY_LOG_LEVEL=[info|debug] to see more output.
Please attach the full debug log to all bug reports.
exitCode: 1
@vaind is this related to 173
The text was updated successfully, but these errors were encountered: