-
Notifications
You must be signed in to change notification settings - Fork 5
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
[bug] Deprecated warning of "Replacing the data" since version 2.3 of Sentry SDK #184
Comments
Yep, noticed that as well. I guess we should only run this once. Would you be interested in learning more about how to contribute a fix? |
Generally yes. I am familiar with Git, PRs, etc (project manager with a technical background). If this is a straight forward problem and the fix is trivial, but the work needs to be done and tested, you can give me some pointers so I or somebody else can tackle it as soon as there is some time. |
We init sentry at nextcloud_sentry/lib/AppInfo/Application.php Lines 73 to 76 in 9587f8c
nextcloud_sentry/lib/Reporter/SentryReporterAdapter.php Lines 91 to 116 in 9587f8c
|
Fixes #184 Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
Fixes #184 Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
Steps to reproduce
Run Nextcloud 17.0.3 and at latest app version 3.4.0
This might not be version specific to both Nextcloud and the app.
Expected behaviour
No errors in logs/sentry
Actual behaviour
Errors in logs/sentry:
Error comes from this code line: https://github.com/getsentry/sentry-php/blob/9ea19135d1943593a1b9903dee069f15fc503301/src/State/Scope.php#L181
Server configuration detail
Operating system: Linux 4.9.0-11-amd64 #1 SMP Debian 4.9.189-3+deb9u2 (2019-11-11) x86_64
Webserver: Apache/2.4.38 (Debian) (apache2handler)
Database: mysql 10.1.44
PHP version:
7.3.14
Modules loaded: Core, date, libxml, openssl, pcre, sqlite3, zlib, ctype, curl, dom, fileinfo, filter, ftp, hash, iconv, json, mbstring, SPL, PDO, session, posix, Reflection, standard, SimpleXML, pdo_sqlite, Phar, tokenizer, xml, xmlreader, xmlwriter, mysqlnd, apache2handler, apcu, exif, gd, gmp, imagick, intl, ldap, memcached, pcntl, pdo_mysql, pdo_pgsql, redis, sodium, zip, Zend OPcache
Nextcloud version: 17.0.3 - 17.0.3.1
Updated from an older Nextcloud/ownCloud or fresh install:
Where did you install Nextcloud from: Docker
Signing status
Array
(
)
List of activated apps
Configuration (config/config.php)
Are you using external storage, if yes which one: no
Are you using encryption: false
Are you using an external user-backend, if yes which one: no
Client configuration
Browser: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/80.0.3987.116 Safari/537.36
Operating system:
Logs
Web server error log
Nextcloud log
Browser log
The text was updated successfully, but these errors were encountered: