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
Which SDK and version?
NodeJS @sentry/cli version 1.69.1
Steps to Reproduce
Create a release via yarn sentry-cli releases new
Upload the sourcemaps via yarn sentry-cli releases --project <my-project-slug> files <my release> upload-sourcemaps /path/to/sourcemaps --validate --ignore /path/to/sourcemaps/exception.js
Warning encountered: Uploading chunks to a relative url is not recommended. Please update your system.url-prefixconfiguration inside config.ymlor useRoot URL option at https://<sentry-url>/manage/settings/ directly.
Expected Result
No warning message would be printed.
Actual Result
The following warning was printed: Uploading chunks to a relative url is not recommended. Please update your system.url-prefixconfiguration inside config.ymlor useRoot URL option at https://<sentry-url>/manage/settings/ directly.
This just started happening out of the blue a few hours ago.
We have recently updated our Sentry CLI version, but this warning was not happening before - I am sure b/c it actually broke things for us when it started happening.
At first I thought it might be because we had triggered some size or number of files, but it seems to happen no matter what we're uploading.
Since we are not hosting Sentry ourselves, and this error just started out of the blue, all signs point to me to be a bug in this CLI that was brought about by a change/regression on your server side. Perhaps this issue here is illuminating?
The text was updated successfully, but these errors were encountered:
Hello, thanks for reporting this issue. It indeed is a bug on sentry-cli side. However it is log only, so it shouldn't affect the behavior itself. It will be fixed here #1054
In the meantime, you can silence the output with SENTRY_LOG_LEVEL=error (or in .sentryclirc):
Environment
How do you use Sentry? Sentry SaaS
Which SDK and version?
NodeJS
@sentry/cli
version1.69.1
Steps to Reproduce
yarn sentry-cli releases new
yarn sentry-cli releases --project <my-project-slug> files <my release> upload-sourcemaps /path/to/sourcemaps --validate --ignore /path/to/sourcemaps/exception.js
Uploading chunks to a relative url is not recommended. Please update your
system.url-prefixconfiguration inside
config.ymlor use
Root URLoption at https://<sentry-url>/manage/settings/ directly.
Expected Result
No warning message would be printed.
Actual Result
The following warning was printed:
Uploading chunks to a relative url is not recommended. Please update your
system.url-prefixconfiguration inside
config.ymlor use
Root URLoption at https://<sentry-url>/manage/settings/ directly.
This just started happening out of the blue a few hours ago.
We have recently updated our Sentry CLI version, but this warning was not happening before - I am sure b/c it actually broke things for us when it started happening.
At first I thought it might be because we had triggered some size or number of files, but it seems to happen no matter what we're uploading.
Since we are not hosting Sentry ourselves, and this error just started out of the blue, all signs point to me to be a bug in this CLI that was brought about by a change/regression on your server side. Perhaps this issue here is illuminating?
The text was updated successfully, but these errors were encountered: